Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid Refresh
Message
De
29/03/2003 10:40:48
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
28/03/2003 08:57:33
Information générale
Forum:
Visual FoxPro
Catégorie:
CodeMine
Titre:
Divers
Thread ID:
00771276
Message ID:
00771713
Vues:
8
>I have a refresh problem in a grid.
>
>The grid is in a Page on a PageFrame and is populated by a view.
>This view is related (child) to another table in the Data Environment.
>
>I'm doing something like :
>
>ThisForm.cmdatamanager.Requery("ViewName")
>ThisForm.PageFrame.Page1.Gridname.Refresh
>
>But no way, the view is updated when I browse it outside of my Form but not in the grid.
>If I close and reopen the form, everything is correct !
>
>Thanks.

Gilles,
If not something specific to Codemine (I don't think it's) try selecting another alias other than grid's recordsource. ie :

select myParent
ThisForm.PageFrame.Page1.Gridname.Refresh

or :
with ThisForm.PageFrame.Page1.Gridname
.RecordSource = .RecordSource
endwith

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
Répondre
Fil
Voir

Click here to load this message in the networking platform