Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug with beautify
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00542537
Message ID:
00543054
Views:
23
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform