Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form trouble
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00253090
Message ID:
00254420
Views:
20
>I'm using a form with one PageFrame that has two pages. The DE contains two remote views, one for each page. The views contain no relationships, but the view for the second page is parameterized, (each time the second page is activated I pass the correct value from the first page, select that cursor, and requery). I'm using the Wizbase form (and navbar on the first page, custom navbar on second page). The parameterized view (for the second page) is set to NoDataOnLoad in the DE.
>
>The correct data is being displayed on each page, but no matter what I do, everything on the second page is ReadOnly all the time. It is getting set to ReadOnly by the wizbase classes somewhere and I can't figure out where, or how to change it. I've tried changing Page1.ButtonSet.EditMode to .T. upon activation of the second page, but this is not working.
>
>Any suggestions?

Check the setallprop method of the navbuttons. It sets everything to disabled until you click the edit button. Usually I do .bar.cmdedit.click() if I want to be in edit mode when activating a container.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform