Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing
Message
 
 
To
26/06/2009 08:39:00
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01408583
Message ID:
01408613
Views:
81
>>Using magic numbers?
>
>It is not my magic, his:) I only deal with math part of it.

Here's my take on it
lnFirst = 32000
lnPageSize = 25
lnStart = thisform.txtStart.Value

thisform.txtPageno.Value = CEILING((lnStart - lnFirst + 1) / lnPageSize )	
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform