setting windows variables (OpenInsight 32-Bit)
At 26 JAN 2009 06:25:53PM John Grant wrote:
I would like to set a windows variable using:
SET pathvariable=c:\revsoft\scan\y11111\ekg"
How can I do this within a subroutine? This variable would then be used to instruct a scan program where to save a scanned item using OmniPage Pro 16.
At 26 JAN 2009 07:36PM dbakke@srpcs.com's Don Bakke wrote:
John,
Use the SetEnvironmentVariable WinAPI function.
dbakke@srpcs.com
At 26 JAN 2009 09:17PM John Grant wrote:
As a junior programmer, I'm not sure how to declare SetEnvironmentVariable()
As per the help menu item, I logged in to SYSPROG
Then I got lost on the instructions to "Add a row, (call it DLL_APICALLS_KERNEL32)"
Where do I add the row - as a subroutine or function or somewhere else?
John
At 28 JAN 2009 08:43AM Sean FitzSimons wrote:
Dr,
The row should be added to the SYSPROCS table.
Sean