There is a FW lookup function introduced, but can't find it anymore ? Seen it ?
Now I try this (works for returning 1 field : Code )
XBROWSER "acties" TITLE "Selecteer de campagne" SETUP ( oBrw:cHeaders := { "Code", "Lijst","Titel" } ) SELECT cData := oBrw:code:Value
But I want more field as data to return (Code, Lijst, Titel)
XBROWSER "acties" TITLE "Selecteer de campagne" SETUP ( oBrw:cHeaders := { "Code", "Lijst","Titel" } ) SELECT aResult := oBrw
This is giving me all data, but inside is a lot of data from Xbrowse and have to figer out where the data is.