Message
 
General information
Fórum:
Visual FoxPro
Category:
Programação, sintaxe e comandos
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2008
Miscellaneous
ID da thread:
01457797
ID da mensagem:
01457854
Views:
48
Quick google search shows how to add a Row Number using correlated subquery in Paradox:

http://www.dbforums.com/corel-paradox/1653578-calculating-row-number-using-correlated-subquery.html

>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
If it's not broken, fix it until it is.


My Blog
Previous
Responder
Mapa
View