Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug with beautify
Message
From
13/08/2001 11:18:37
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00542537
Message ID:
00543047
Views:
25
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform