Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Print last record from table(last saved)
Message
De
29/07/2005 05:36:44
 
 
À
29/07/2005 04:50:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01036863
Message ID:
01036873
Vues:
9
Why store reccount()?
go bottom
list rest to print
>>Hi all,
>> print last saved record, form table
>
>You have to count all the records in the table, then goto last record, and finally print it. You could do the following:
>
>
>LastRecord = recno()
>go LastRecord
>list to print
>
>
>I assume that printing is not your problem.
>
>Joaquim
>
>Sorry, there was an error in my code, i meant reccount() and not recno(). So the code is like this:
>
>
>LastRecord = reccount()
>go LastRecord
>list to print
>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform