Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I wonder if it is possible to auto determing the driveletter on witch the application resides on startup.
Why, the driveletter of the external harddisk isn't always the same. It depends on witch pc the application is running on.
Greetz
Dirk
Yes it is. The variable QvWorkPath returns the entire path of the app. The variable QvWorkRoot returns the root. f you use e.g. a
'$(QvWorkRoot)'
or
Left('$(QvWorkPath)',2)
you will get what you need.
HIC
Yes it is. The variable QvWorkPath returns the entire path of the app. The variable QvWorkRoot returns the root. f you use e.g. a
'$(QvWorkRoot)'
or
Left('$(QvWorkPath)',2)
you will get what you need.
HIC
Hi, thank you very much.
Greets
Dirk