Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SPT error when setting CURSORSETPROP
Message
 
À
13/05/2003 17:01:49
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00787810
Message ID:
00787961
Vues:
20
Your right, aerror() is looking at old errors, however I ran it again and z = .T. also I modified my update string to following to get different results each time I looped:
	    lnRes = CURSORSETPROP( "Buffering", 5, "lcCursor" )
	    *** Update the display
	    .counter = .counter + 1
	    lcSql = " update UDFields set firstname = '"+ STR(.counter) +"' where UDFields.SSNo = '"+g+"'"  
    z = TABLEUPDATE(.t.,.t.,"lcCursor")
		lnRes = .oCon.CloseConn(.nCon)
and it still didn't update my table. I'll play around with it some more. Thanks

Nick Patel
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform