Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
R&R Report Writer Question
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
R&R Report Writer Question
Miscellaneous
Thread ID:
00582441
Message ID:
00582441
Views:
51
I have the following code:


 DECLARE chooseReport;
  IN RrRpt32.Dll;
   appName As String,;
   library As String,;
   lsize As Long,;
   rep As String,;
   size As Long;
  AS rr_ChooseReport
  As Long


and the call to it as:

 nReport = rr_ChooseReport(lcApp, lcCntrl, lcRptName, (LEN(lcRptName)))



1st problem:
If I use the alias, 'AS rr_ChooseReport', I get the error 'File rr_ChooseReport no found.

2nd problem:
Without the alias, I get a 'Too Many Arguments' error. There are 5 arguments in the declaration, and I'm only passing 4.

Any ideas?
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Next
Reply
Map
View

Click here to load this message in the networking platform