Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bug with beautify
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00542537
Message ID:
00543054
Vues:
16
Thanks, Rick. It was hard to find...

BTW, how is your ProgBar class doing? I'm going to take a close look very soon, because our own thermometer class doesn't work properly. That's strange, since it's _FFC class...

>The closing quote mark in your messagebox statement is missing. This evidently confuses the beautify parser in VFP 6.0.
>
>>Hi everyone,
>>
>>I have this code fragment:
>>
>>if not LenderRevInit(m.tcFileName)
>>   if vartype(oJC)='O'
>>	       oJC.CurAppStat='I'
>>    endif
>>* set flag to abort due to failure to perform proper database setup
>>	return .f.
>>endif
>>
>>with thisform
>>	.lockscreen=.t.
>>	locate for !empty(BldMstr.LName)
>>	if !found()
>>	   = messagebox('No record to process!)
>>	      if vartype(oJC)='O'
>>	       oJC.CurAppStat='I'
>>    endif
>>* set flag to abort due to failure to perform proper database setup
>>	return .f.
>>endif
>>
>>I then tried to run beatify (I did it couple of times) and it makes a mess. It inserts messagebox multiple times. Did anybody see this behavior? What could be a reason? I believe, I had this problem before too...
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform