Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Upgraded from 5.0 to 6.0 - Help
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
00189058
Message ID:
00189063
Vues:
18
Your best bet is to use the debugger to find out if the cursor isn't being created or it's being created but then closed. Put a suspend in the load before you create the cursor. When it suspends step through the code and confirm that the cursor is being created correctly. If it is, put USED('cpayment') in the watch window and set a break point on it. Then resume the program. If something closes the cursor it will trigger the break point.

>I am using forms subclassed from Visual Maxframe Professional and I have a lot of forms where I create a cursor in the form's Load event and then use this cursor as the control source for the column's textbox in the grid.
>
>In 5.0 everything is great, in 6.0 I get the error :"Error Loading file - Record number 8. frmlsdepay .Controlsource : Alias 'CPAYMENT' is not found"
>
>I have talked to VFP tech support to no avail and then when they found out I was using a 3rd party framework they said they can't help.
>
>Any ideas?
>
>Thanks,
>Paul
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform