Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a id column. i want to store each selected id in a variable, how can i achieve that?
Regards,
Gaurav
var1: =subfield(GetFieldSelections(MyField,';'),';',1)
var2: =subfield(GetFieldSelections(MyField,';'),';',2)
...
var5: =subfield(GetFieldSelections(MyField,';'),';',5)
var1: =subfield(GetFieldSelections(MyField,';'),';',1)
var2: =subfield(GetFieldSelections(MyField,';'),';',2)
...
var5: =subfield(GetFieldSelections(MyField,';'),';',5)
Hi Gaurav,
Please give me one example how you want it.
Regards,
Santhosh G
Actually,
On selection of id's present in the list box i want individual id's to be in column of table and want information in rows so that i can easily compare different id's.
eg. id1 | id2 | id3
Name Gaurav| Ajay | Vijay
City Delhi | Pune | Mumbai
I want this kind of table once i select id's from list box
Regards,
Gaurav