Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Next & Previous Button Enabled/Disabled
Message
 
To
17/07/2013 08:45:13
General information
Forum:
Visual FoxPro
Category:
Other
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:
01578626
Views:
48
>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

Take a look at Component Gallery-Foundation Classes-Buttons-Data edit buttons.
The code is all there.
Previous
Reply
Map
View

Click here to load this message in the networking platform