Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
RECNO() in a sql expression of cursoradapter (Paradox )
Message
De
29/03/2010 10:55:43
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2008
Divers
Thread ID:
01457797
Message ID:
01457858
Vues:
52
Unless Paradox has a RECNO() function, that won't work.

What you need to remember is that VFP will send the SQL statement to Paradox. It will NOT execute in VFP, but will execute in Paradox, so the statement *must* be something that Paradox will understand.


>Hi all,
>
>
> I have'nt be able to find a similar function that can report back a integer of the current record number in a paradox database.
>
>
>TEXT TO .SELECTCMD NOSHOW TEXTMERGE PRETEXT 15
>			SELECT HDBK, Hid , HDOCNO, HAMOUNT,  STR( HDOCDATE ) AS 'DATEDOC',CREATEDBY,
>			STR(Createdon) AS 'createdon' , hremint  , RECNO() AS nrec FROM <<.TABLES>>
>			WHERE HDBK IN (<<Vp_in>>) 
>      ENDTEXT
>
>
>who can help me ?
>
>
>thank in advance.
>
>
>bernhart
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform