Hi All,
I need the prompt for logic file selection dynamically instead of default prompt. User want to execute the logic by placing file name which he want to run at run time. In the NW version prompt lilke the below. Could you help me in this.
PROMPT FOR LOGIC FILE SELECTION DYNAMICALLY IN NW:
PROMPT(SELECTINPUT,,,,"%ACCOUNT_DIM%,%CATEGORY_DIM%,%CURRENCY_DIM%,%TIME_DIM%")
PROMPT(TEXT,%SCRIPT_FILE%,"Choose Script Logic File",)
INFO(%EQU%,=)
INFO(%TAB%,;)
TASK(ZPC_RUN,TAB,%TAB%)
TASK(ZPC_RUN,EQU,%EQU%)
TASK(ZPC_RUN,SUSER,%USER%)
TASK(ZPC_RUN,SAPPSET,%APPSET%)
TASK(ZPC_RUN,SAPP,%APP%)
TASK(ZPC_RUN,SELECTION,%SELECTION%)
TASK(ZPC_RUN,LOGICFILENAME,%SCRIPT_FILE%)
Thanks and Regards,
Krishna.