Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid refresh()
Message
From
19/05/1999 14:07:22
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Grid refresh()
Miscellaneous
Thread ID:
00220550
Message ID:
00220550
Views:
51
Hello:

I have a grid on a form that has add, view/edit delete, save, etc command buttons that calls another form on the add, view/edit.

When I add items a number of things occur. First, the first add
does not always place the value in the first row. When I a second add
it adds the first column correctly and then adds the second column
of the first record into the second row until I click on that row and then it refreshes.

When I do a delete on 1 record it removes all. When I exit and go back in the correct item is deleted and the rest of the items are there. I've put this code into the interactivechange method()

this.parent.grid1.column1.refresh() in each of the column methods
and also done a grid.setfocus() before the this.parent.grid1.refresh()
but still having the same problem.

It's only a display problem but frustrating and confusing to users.
Any idea what to do to fix this? Any input would be appreciated.
Thanks.
Next
Reply
Map
View

Click here to load this message in the networking platform