Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cursor Adapter and Shared Connection
Message
 
 
À
22/10/2003 10:35:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00840664
Message ID:
00841061
Vues:
19
Continue to step through the Error procedure and look at the contents of THIS.aErrorInfo then let me know what the error is and also what THIS.cErrorMessage contains. To make it easier, you can add a line to that error procedure to store THIS.cErrorMessage to _CLIPTEXT, then you can paste the message here.

As for creating CAs for views, I will look into adding that capability in the next version of my builder.

If you "MODI COMM CABuilder", what version does it have for your builder? The current release is 2.06.00.

>Hi Mark
>
>Thank you for your answer. I´m trying to see what happen.
>
>I download you class too. It´s very nice, But I have two problems.
>
>1. I can´t create a CAs for each table. I got an error in this procedure:
>
>PROTECTED PROCEDURE Error(nError, cMethod, nLine)
> SET STEP ON
> ----> THIS.lError = .t.
> THIS.cErrorMessage = [Error: ] + TRANSFORM(nError)
> + [ Method: ] + cMethod + [ Line: ] + TRANSFORM(nLine)
> AERROR(THIS.aErrorInfo)
>ENDPROC
>
>2. I use a lot of views from SQL Server and the CAs only generate CAs for tables not for views.
>
>Thank you for your help.
>
>Carlos
Mark McCasland
Midlothian, TX USA
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform