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:
00543111
Views:
13
>Thanks, Rick. It was hard to find...


Ah, another fine example of the Linus Principal: with enough eyeballs, all bugs are shallow.


>
>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...
Nebraska Dept of Revenue
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform