In your example
BAZ:Value1 = 123
DDT:val1 = 'BAZ:Value1'
BIND('BAZ:Value1',BAZ:Value1)
ISM# = evaluate(DDT: val1)
p.s : remove the spaces after : in your variables
Regards
Thats what I said , but you have to bind the BAZ:Value1.. etc before using evaluate function. It is exactly like clipper's &.
Hope you got my point.
Regards
Hello
Go to your update screen properties,choose "messages and titles" button, in "When called for delete" option choose "Automaic delete".
This should do it
Regards
I dont know if you are putting the correct keys but the typical way is this:
in stead of
GET(COMALIAS:CompanyKey,COMALIAS:Company)
IF NOT EOF(COMPANYALIAS)
put
GET(COMPANYALIAS,COMALIAS:CompanyKey)
IF NOT ERROR()
Hope this help
Hi,
I have this scanning solution in which I use Dosadi eztwain template for scanning and I read the barcode value from the first page scanned and I have no problem with that.
Now sometimes I need to read the Barcode from an already scanned image which I didnt succeed to do.
Any ideas is...
Hello everybody,
I have this project in which I use MDB with user defined functions in the modules and used them in my queries.
Now I changed my back end database to SQL2000 but my functions are not working anymore.
So where am I supposed to move my UDF codes to be available im ADP.
Iam using...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.