Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RECNO() in a sql expression of cursoradapter (Paradox )
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2008
Miscellaneous
Thread ID:
01457797
Message ID:
01457857
Views:
45
>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

In general it is a very bad idea to ever use recno(). Always use a primary key instead.
Beer is proof that God loves man, and wants him to be happy. - Benjamin Franklin
John J. Henn
Previous
Reply
Map
View

Click here to load this message in the networking platform