Hi.,
i am new to the C/AL PROGRAMMING and trying out few things..can anyone tell me how to add option string during runtime using CAL PROG.,.
thanks in anticipation
bye,chandru
You cannot discover new ocean unless you have the courage to lose sight ofthe shore.
0
Comments
gf_DynamicOptionList()
//TO SPECIFY OPTIONS AT RUN TIME, USE A NORMAL VARIABLE AND
// ASSOCIATE CODE LIKE THIS IN THE LOOKUP TRIGGER OF THE ASSOCIATED TEXT BOX
txtPaymentOptions := 'Visa, Master, Cash, Cheque';
codePayment := SELECTSTR(1+STRMENU(txtPaymentOptions),
'NONE, '+ txtPaymentOptions);
MESSAGE(codePayment);
Louis
Thanks to RSS
Hi,
This Worked... \:D/
Could you please tell me ,how can i change the Vertical allignment of this options to horizontal.Because i have more options.
please help
Thanks & regards
Rose
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog