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:
00543047
Vues:
20
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...
Rick Borup, MCSD

recursion (rE-kur'-shun) n.
  see recursion.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform