Hi all,
i added a list of values in a table with glink. Now i need to get the value in glink. My Code shown Below.
ListDeleteAll(TABLE_Sector.COL_From)
FOR EACH GENDB WHERE orgcd = gnSectorCode
ListAdd(TABLE_Sector.COL_From,GENDB.TYPE+gLink(GENDB.CODE))
END
gLinkActivate(TABLE_Sector.COL_From)
Please give me solution to retrieve the glink value.
Note : StoredValue is not possible in this control
Thank You
$$P
i added a list of values in a table with glink. Now i need to get the value in glink. My Code shown Below.
ListDeleteAll(TABLE_Sector.COL_From)
FOR EACH GENDB WHERE orgcd = gnSectorCode
ListAdd(TABLE_Sector.COL_From,GENDB.TYPE+gLink(GENDB.CODE))
END
gLinkActivate(TABLE_Sector.COL_From)
Please give me solution to retrieve the glink value.
Note : StoredValue is not possible in this control
Thank You
$$P