Code: Select all
GetDialogProperty>PartLookUpDialog,PartCode,Text,varCode
GetDialogProperty>PartLookUpDialog,PartDesc,Text,varDescrip
Let>PartStr=Select Products.Code, Products."Desc" From "Products" where (Products.Code Like '%varCode%%') and (Products."Desc" Like '%varDescrip%%')
Code: Select all
0: PARTSTR=Select Products.Code, Products."Desc" From "Products" where (Products.Code Like '%') and (Products."Desc" Like '%varDescrip%%')
0: VARDESCRIP=USE
0: VARCODE=
Anyone know a way around this?
Thanks
Andrew