Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print last record from table(last saved)
Message
From
29/07/2005 05:36:44
 
 
To
29/07/2005 04:50:08
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01036863
Message ID:
01036873
Views:
10
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
>
Previous
Reply
Map
View

Click here to load this message in the networking platform