Jump to content
Software FX Community

Custom Commands


User (Legacy)

Recommended Posts

Hi,

I Have Been able to create 2 custom commands to the right click menu, but

how do add my own parameter?

example:

Set Cmds = ObjChart.Commands

Cmds(CFX_ID_URL0).Text = "View These"

Cmds(CFX_ID_URL1).Text = "View those"

Set MarkerCmdList = ObjChart.Commands(CFX_ID_CM_SERIES)

nCmds = MarkerCmdList.Count

MarkerCmdList.InsertSubcommands 3,nCmds

MarkerCmdList.SubCommandID(nCmds) = CFX_ID_SEPARATOR

MarkerCmdList.SubCommandID(nCmds+1) = CFX_ID_URL0

MarkerCmdList.SubCommandID(nCmds+2) = CFX_ID_URL1

what i cant work out is tell command one to include another parameter

(example: page.asp?cmd=these)

Thanks

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...