Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear all,
I have a multibox called "Channel" and one "Input Box" . My query is that user will select value from the multibox and that value will be inputed into a "input box".. Based on input box value when user reload the script data will be display into a table box.. Need your help..
For your better understanding please see attachment..
Regards,
Masba
Declare a variable
vUserInput = GetfiledSelection(CHANNEL_DESC)
While creating the input box, select the the variable vUserINput.
Scripting.
LOAD *
FROM XXX
Where CHANNEL_DESC = $(vUserInput)
masba khandaker wrote:
....Based on input box value when user reload the script data will be display into a table box..
If user selects channel cod 02, and runs reload - do you expect only 02 channel's data to be loaded?
Declare a variable
vUserInput = GetfiledSelection(CHANNEL_DESC)
While creating the input box, select the the variable vUserINput.
Scripting.
LOAD *
FROM XXX
Where CHANNEL_DESC = $(vUserInput)