Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cannot update the cursor
Message
De
08/04/1999 10:57:40
 
 
À
08/04/1999 10:53:11
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00206429
Message ID:
00206433
Vues:
15
>Hello,
>
>Can anyone suggest what settings I should check to try and resolve the error I get ... "Cannot update the cursor"
>
>I get this when I try to Append Blank to a local table in a DBC. Outside of my app I can open the table, set buffering, and append blank to my hearts desire, so I'm convinced a setting the app is affecting this command, but I can't figure out what it is.
>
>Whithin the app ...
>
>The DBC is open,
>I select the table,
>I turn on table buffering
>Exclusive is off
>Multilocks is on
>I've tried including RLOCK() and FLOCK() but I still get the error.
>
>Here's what my code looks like...
>
>IF llPasswordOk
>SELECT Timer
>IF NOT CURSORSETPROP("Buffering", 5, "Timer")
>=MESSAGEBOX("Could not set Buffering on timer.dbf! (or EventID Not Found)",0,"Operation Status")
>ELSE
>APPEND BLANK
>_Screen.ActiveForm.pgf1.Page1.lstEvents.DblClick(Timer.EventID, 'Add')
>ENDIF
>ENDIF
>
>
>Any suggestions would be greatly appreciated.
>
>Thanks,
>-Isaac Roda

Make sure that DE.Cursor.ReadOnly=.F. for this cursor.
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform