Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
R&R Report Writer Question
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
R&R Report Writer Question
Divers
Thread ID:
00582441
Message ID:
00582441
Vues:
52
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform