Page 1 of 1

Copy object to a closed workfile

Posted: Wed Apr 29, 2015 11:20 am
by johansamuelsson
It would be nice to bee able to copy (or store) a object to at closed workfile. When trying to do so I get the error message "Database not found...", see example code

Code: Select all

WfCreate(page=a) a 2010 2015 WfSave c:\temp\example.wf1 Close example WfCreate(page=a) a 2010 2015 Series series01 = Rnd Copy a\series01 c:\temp\temp.wf1::a\
Regards Johan