Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP 9 Debugger Bug
Message
De
21/07/2005 14:21:18
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Divers
Thread ID:
01034735
Message ID:
01034813
Vues:
20
>>>>The answer exist:
>>>>escalade to a VC++ debugger
>>>
>>>I'm having a different problem with the debugger. If I run application, it works fine. But if I try to use debugger, and try to resume after stop, it gives me an error message: command can not be issued within transaction (REQUERY()). Why it is working without debugger? And how can I debug then?
>>>
>>>Thanks.
>>
>>Hard!
>>
>>Try ( not tested )
>>
>>* STEPSTATUS=SET("step") return .F. ( a old bug )
>>SYS(2030,0)
>> requery()
>>SYS(2030,1)
>>IF WEXIST("Trace")	&&
>>	SET STEP ON
>>ENDIF
>>
>
>Fabio,
>
>Where should I put this code and what should I do?
>
>Thanks.

You have said that it is the REQUERY () that you from problems.

Replace the REQUERY() line with :
SYS(2030,0)
 requery()
SYS(2030,1)
IF WEXIST("Trace")
   SET STEP ON     && reactive the debug
ENDIF
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform