Hi i tried to start a query but i don't know exactly what i miss when run test send me a error
you see i have table but why don't show up records..
NOMAids don't get folder where is locate the project how i save qry to project location or settings to nomaids to folder of project location...
Thanks
Any help are welcome..
After play and play i got working query only two things is possible add button for select and other thing where and how i can implement return value and assign to global varible...
Is this what you are trying to do?
PROCESS "MY_QUERY","mylib.en", SelectedVal$
! After the query closes, SelectedVal$ holds what the user selected
IF SelectedVal$ <> "" THEN %MY_GLOBAL$ = SelectedVal$