Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Next & Previous Button Enabled/Disabled
Message
From
17/07/2013 08:45:13
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Next & Previous Button Enabled/Disabled
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01578618
Message ID:
01578618
Views:
91
Greetings All,

does anyone know of a good place to find a working navigation class? I can move my records but when at EOF or BOF, my Next, Prev buttons aren't enabling / disabling properly.

Here is the code that I am using so far:

Next Button Click
IF !EOF()
SKIP 1
oVar.EmployeeId = pk_emp_id
ENDIF

IF EOF()
GO BOTTOM
skip 1
ENDIF
Thanks in Advance.

J. Turner
Next
Reply
Map
View

Click here to load this message in the networking platform