Hi Robert,
I have send it to your e-mail.
Dirk
Search found 12 matches
- Fri Jun 07, 2024 9:32 am
- Forum: VO & Vulcan
- Topic: VO-DLL as DLL for programma in another language
- Replies: 8
- Views: 754
- Fri Jun 07, 2024 8:51 am
- Forum: VO & Vulcan
- Topic: VO-DLL as DLL for programma in another language
- Replies: 8
- Views: 754
Re: VO-DLL as DLL for programma in another language
Hello Wolfgang,
Indeed. I hope that Robert will look to this problem.
(PS: I'm not writing a X#-DLL, but a VO-DLL !)
Kind regards, Dirk
Indeed. I hope that Robert will look to this problem.
(PS: I'm not writing a X#-DLL, but a VO-DLL !)
Kind regards, Dirk
- Thu Jun 06, 2024 4:46 pm
- Forum: VO & Vulcan
- Topic: VO-DLL as DLL for programma in another language
- Replies: 8
- Views: 754
Re: VO-DLL as DLL for programma in another language
Hi Wolfgang, The real problem is NOT the communication between the DLL and the EXE. The real problem is that methods of a class are not visible for child-classes. For exemple method Center() class Window //do something return nil Class Splash inherit Window method Show() class Splash self:Center ...
- Thu Jun 06, 2024 4:35 pm
- Forum: VO & Vulcan
- Topic: VO-DLL as DLL for programma in another language
- Replies: 8
- Views: 754
Re: VO-DLL as DLL for programma in another language
Hi All,
I know you have to call __VODLLClassInit() after the loadlibrary() but still not working.
Is there someone else with a lot of experience ?
Cheers, Dirk
I know you have to call __VODLLClassInit() after the loadlibrary() but still not working.
Is there someone else with a lot of experience ?
Cheers, Dirk
- Thu Jun 06, 2024 4:31 pm
- Forum: VO & Vulcan
- Topic: VO-DLL as DLL for programma in another language
- Replies: 8
- Views: 754
Re: VO-DLL as DLL for programma in another language
Hi Wolfgang,
Is there somewhere an example how I have to write a COMM DLL?
Dikr
Is there somewhere an example how I have to write a COMM DLL?
Dikr
- Thu Jun 06, 2024 2:22 pm
- Forum: VO & Vulcan
- Topic: VO-DLL as DLL for programma in another language
- Replies: 8
- Views: 754
VO-DLL as DLL for programma in another language
Hi all, I have to write a DLL which will be used as DLL for a program written in another win32-language (no dotNet). This VO-DLL has to read/write to DBF-files, so VO is good in it. So, the problem is the following: Program 1 = Prog1 = Maybe written in another language, but problem also exist if ...
- Tue Mar 12, 2024 5:17 pm
- Forum: 3rd party products
- Topic: ReportPro 2 SQL tables triggered Section
- Replies: 9
- Views: 1212
Re: ReportPro 2 SQL tables triggered Section
Hi Robert,
Do you have any idea how to make a correct trigger in SQL?
Cheers, Dirk
Do you have any idea how to make a correct trigger in SQL?
Cheers, Dirk
- Mon Mar 04, 2024 1:46 pm
- Forum: 3rd party products
- Topic: ReportPro 2 SQL tables triggered Section
- Replies: 9
- Views: 1212
Re: ReportPro 2 SQL tables triggered Section
Hi Robert,
Indeed,
I have written the field name "Dbo.Customer.Syscstno" (without quotes) in the trigger.
In the DBF-example, the trigger is also filled with the field "Customer.Syscstno".
So, how to make a correct trigger?
Dirk
Indeed,
I have written the field name "Dbo.Customer.Syscstno" (without quotes) in the trigger.
In the DBF-example, the trigger is also filled with the field "Customer.Syscstno".
So, how to make a correct trigger?
Dirk
- Wed Feb 28, 2024 9:30 am
- Forum: 3rd party products
- Topic: ReportPro 2 SQL tables triggered Section
- Replies: 9
- Views: 1212
Re: ReportPro 2 SQL tables triggered Section
Hi Robert, All sample replorts works with DBF-files. So, I change the section properties from DBF to SQL, (and I solve all problems regarding the name of the fields). Then, I press the preview button, and I got the message: [Microsoft][SQL Server Native Client 11.0][SQL Server]Executing SQL directly ...
- Tue Feb 27, 2024 12:39 pm
- Forum: 3rd party products
- Topic: ReportPro 2 SQL tables triggered Section
- Replies: 9
- Views: 1212
Re: ReportPro 2 SQL tables triggered Section
Hi Robert, I have report pro 2.17 installed and I see a sample report with the name customer.rpt. This report is almost running the way I want with DBF-files. So, I change the report that the trigger runs correct (because using the original report, the trigger runs incorrect). The I try to change ...