Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid does not refresh when after adding row from menu
Message
From
03/03/2003 11:46:46
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
03/03/2003 11:38:46
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00760102
Message ID:
00760398
Views:
12
>>>I encountered a serious grid refreshing problem which
>>>I have'nt found any solution.
>>>
>>> To reproduce:
>>> Run the program at the end of this message
>>>
>>>Result observed:
>>> Empty grid
>>>
>>>Result Expected: Word Hello must appear. Press Ctrl+Tab to see the
>>> expected result.
>>Problem is in deleterow code. You need a better code there. For now try this instead of gridbase1.refresh as last line of deleterow :
>>
>>go recno(thisform.gridbase1.recordsource) in (thisform.gridbase1.recordsource)
>
>I added this line as last line in deleterow method but got an error
>
>record is out of range.
>
>Any help ?

Andrus,
My own delete code for grid looks like :
with GridObj
	Select (.RecordSource)
	Delete In (.RecordSource)
	Go Recno()
	.SetFocus()
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
Next
Reply
Map
View

Click here to load this message in the networking platform