Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid does not refresh when after adding row from menu
Message
De
03/03/2003 11:46:46
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
03/03/2003 11:38:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00760102
Message ID:
00760398
Vues:
11
>>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform