Hi, This topic has been answered before, but I can't find it anymore.
I want to load an JPEG into a BLOB from a variable.
this is a question of correct syntax.
What I have is :
SET VAR vfoto = (dlcall('RMScript.dll', 'MScrEval',
'cardholder.Picture.TempFileName'))
--vfoto contains the path to the JPEG
SET VAR vfoto1 VARBIT = NULL
SET VAR vfoto1 VARBIT = [.vfoto]
-- this is where it is going wrong.
How can I get the contents of the variable in the BLOB ?
Luc D.

