Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Highlight bar not moving, other grid problems
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Titre:
Highlight bar not moving, other grid problems
Divers
Thread ID:
00265454
Message ID:
00265454
Vues:
52
I've got a form based on CBizObjMaintenanceForm. Before upgrading to 6.0, the highlight bar work OK on this form. After the upgrade (unfortunately, after I also changed a few things on the page) the highlight bar no longer moves when I click on a new row. The bar stays fixed on the first line, and one cell in the column I click in is highlighted. I've been playing with this all morning and not making much progress on fixing it. Honest, I don't know if I goofed it up or if something changed with the update.

In the Activate method of Page 1 I have:


*---------------------------
PRIVATE vp_closed
LOCAL lnSelected


lnSelected = SELECT()
* This shouldn't be set here, it should be in a passed parameter
vp_closed = .F.

SELECT v_repairorderlist
=Requery()

SELECT (lnSelected)
DoDefault()

THISFORM.Refresh()
*---------------------------


The form itself has a bizobj. The main screen w/the grid uses a view provided by the main bizobj. A couple of the other pages use data from the primary view of the main bizobj, and two other pages have their own bizobj on them.

My next problem with with a grid contained in a container on the 5th page. When I click on that page, the grid is mostly filled in. But, all of the comboboxes are missing information. As soon as I click on a line and tab through them the information starts appearing. I've tried various Refresh() calls, but nothing has worked yet. Any ideas?

Thanks,
-Paul

RCS Solutions, Inc.
Blog
Twitter
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform