Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Refresh
Message
From
29/03/2003 10:40:48
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
28/03/2003 08:57:33
General information
Forum:
Visual FoxPro
Category:
CodeMine
Title:
Miscellaneous
Thread ID:
00771276
Message ID:
00771713
Views:
9
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform