Hi all
I have a windev 20 application with a custom user groupware. (CS/manual start) If i generate the windows executable using the framework DLL beside the executable the program works ok, but if use the option to include the framework in the executable (No DLL extraction at startup) I get the following error :
Error at line 5 of Local Procedure CheckConfirmation process.
HReadSeek function called.
The <GPWUser> data source is not initialized.
- If it is a data file, the file was not found in the <C:\My Projects\TF-RB\TF-RB.wdd> analysis or it was not described by HDeclare/HDeclareExternal.
- If it is a query or a view, the execution may have failed.
To retrieve the corresponding error, check the result of HExecuteQuery/HExecuteSQLQuery/HCreateView.
Has anyone had this problem and found a solution ?
Thanks for your help!
Gabriel
I have a windev 20 application with a custom user groupware. (CS/manual start) If i generate the windows executable using the framework DLL beside the executable the program works ok, but if use the option to include the framework in the executable (No DLL extraction at startup) I get the following error :
Error at line 5 of Local Procedure CheckConfirmation process.
HReadSeek function called.
The <GPWUser> data source is not initialized.
- If it is a data file, the file was not found in the <C:\My Projects\TF-RB\TF-RB.wdd> analysis or it was not described by HDeclare/HDeclareExternal.
- If it is a query or a view, the execution may have failed.
To retrieve the corresponding error, check the result of HExecuteQuery/HExecuteSQLQuery/HCreateView.
Has anyone had this problem and found a solution ?
Thanks for your help!
Gabriel