Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cursorfill or requery()?
Message
De
07/11/2003 18:20:44
 
 
À
07/11/2003 16:52:28
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00842623
Message ID:
00847855
Vues:
31
Hi Doug

Thank you for your answer. I was checking out the cursoradapterbuiler, because I´m moving my entire remote view client server application to cursoradapter. I have some troubles, one of them is the cursorschema < 256. Another bug is when I try to open SQL Views from SQL Server with the cursoradapter builder In odbc connection, I have to choose ADO, select the View and change to ODBC again.

If you have an advice about moving from remote views to cursor adapter, I would be very grateful.

Thank you for your help

Carlos

P.D. Sorry about "I din´t find a logical reason to do that"

>Hi Carlos.

>I was checking out the cursor adapter builder project. In the save method of selectproperties class I found this:
>
>* Ensure CursorSchema is < 256 characters.
>
>local llReturn
>llReturn = len(Thisform.oCursor.CursorSchema) < 256
>if not llReturn
> messagebox(ccMSG_CURSORSCHEMA_TOO_LONG, MB_OK + MB_ICONSTOP, ;
> Thisform.Caption)
>endif not llReturn
>return llReturn
>
>Do you know what is the reason of that? I was checking out the methods to >adquiere the cursoradapter schema and I din´t find a logical reason to do >that.

>That's because the Properties window can't accept values more than 255 >characters, and generating the CursorSchema in code would prevent you from >dragging and dropping fields from the CursorAdapter to a form. Fortunately, >this limitation will be lifted in Europa.

>Doug
Carlos A. Miranda
E.I.S.lnc
President
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform