Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Yet More Grid Problems...
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00131116
Message ID:
00131921
Vues:
18
>
>
>Ed,
>
>You sent this reply to grid refresh problem and I thought it was a great suggestion to a problem I am also experiencing. Trouble is when I attempt to ZAP the cursor, I get the message that the table must be "opened exclusively".
>
>I created the Cursor by setting the RecordSource property of my grid to a SQL statement like "SELECT * FROM myTable INTO CURSOR myCursor". How do I open myCursor exclusively?
>
>Thanks,
>
>Mat Kennedy

You should do following:
1. Use NOFILTER clause in SELECT-SQL
Select ... INTO CURSOR mycursor NOFILTER
2. Reopen this cursor in another area and close initial one
cDbf=dbf()
select 0
use (cDbf) again alias readwritecursor
select mycursor
use
Edward Pikman
Independent Consultant
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform