Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid in relationship flashes last line when at eof()
Message
De
07/08/1998 09:57:26
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00124727
Message ID:
00124758
Vues:
20
>tried page.refresh and pageframe.refresh. also tried your suggestion about the activepage. still the last line flickers in the grid.
>
>i do not have a data environment. have tried both setting and not setting the parent/child table relationship in code before the addobject. do not believe my child table pointer is being moved after i add object. it is at eof(). in the debugger i can see eof() and recno() as i step through the code.
>
>still trying
>
>brenda
Brenda,
Would you try this for me :
*toplevelform.lockscreen = .t. 
*this.reestablish_parent_child_relationship && this is a page of pageframe
*this.container1.removeobject("grid1","grid1")
*this.container1.addobject ("grid1","grid1") 
select (this.container1.grid1.recordsource)
go recno()
*this.gorecno_parent() && read in ut to try this
*this.container1.grid1.setfocus() &&read in ut to try this
*this.container1.grid1.refresh()
*this.setfocus
*this.container1.refresh()
this.refresh()
*this.container1.grid1.visible = .t.
*toplevelform.lockscreen = .f. 
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform