Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Table OR database
Message
De
14/04/2006 00:18:04
Mk Sharma
Shrishti Solutions
Mumbai, Inde
 
 
À
13/04/2006 09:26:01
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01113284
Message ID:
01113649
Vues:
16
is there any article OR sample as suggested by you.

i am facing a speed problem with grid.
i am not using filter.

i am using relation between two tables.

inward.dbf && parent table
inward1.dbf && table in grid.

on local machine it is perfect, but in network it is very slow.

some times i am runing both foxpro for dos and
vfp software at a time.(vfp software big slow if runing both)

when i add a record to grid table.

it takes time for moving to next row.

what code i written is as below :

in keypress event of columns :
grid1.column1.text1.keypress

IF nkeycode=3
THISFORM.COMMAND8.Click
IF (qty+free)<>0
KEYBOARD '{RIGHTARROW}'
ENDIF
ENDIF


command button8.click

If (QTY+Free+AMT)#0
Thisform.AddCol()
Thisform.Pageframe1.Page1.Grid1.colUMN7.SetFocus
KEYBOARD '{DNARROW}'
KEYBOARD '{RIGHTARROW}'
Endif

thisform.addcol

SELECT inward1
INSERT INTO INWARD1 (VNO,STATUS,TYPE,RECO1,machineid) VALUES (INWARD.VNO,INWARD.STATUS,INWARD.TYPE,INWARD.RECO1,inward.machineid)


please help me.
warm regards,
mk.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform