Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cursor Adapter
Message
 
À
15/04/2006 09:23:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Database:
MS SQL Server
Divers
Thread ID:
01113690
Message ID:
01113871
Vues:
14
>Hi ,
>
>Now i am able to create the cursoradaper through the prg .
>I am trying to use this cursoradapter in the forms as i want to use the multiple cursor adapters in the form though i can use only one the last one
>i m using the follwing commands to use the table in the form
>
>DO .\PROGS\tocrcurs.PRG WITH "mstones"
>SELECT mstones
>tocrcurs.prg creates the CursorADapter object of the given name
>
>How can i use that Cursoradapters in the same table
>
>thanks in advance

I don't understand. What you have in this procedure? What do you mean that you can use only the last one?
What happens if you do something like:
DO .\PROGS\tocrcurs.PRG WITH [mstones]
DO .\PROGS\tocrcurs.PRG WITH [SomeOtherTableName]

SELECT mstones
BROWSE NORMAL

SELECT SomeOtherTableName
BROWSE NORMAL
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform