Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug vs. Functionality
Message
From
30/08/2000 10:22:17
 
 
To
30/08/2000 10:17:36
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00410715
Message ID:
00410722
Views:
18
Hi John,
I think I'll adopt that habbit of commenting out all or nothing to avoid this pitfall in the future.

... and if you must know, the following is my actual code. The hard-coded path was only in testing. :)


*do c:\windows\desktop\scheduling\sched with thisform.text6.value, thisform.text1.value, ; <--- that's the evil semi
do sched with thisform.text6.value, thisform.text1.value, ; thisform.sparacompcombos1.combo7.value, thisform.sparacompcombos1.combo1.value, thisform.sparacompcombos1.combo2.value, thisform.sparacompcombos1.combo3.value, thisform.sparacompcombos1.combo4.value,thisform.sparacompcombos1.combo5.value, ;
thisform.sparacompcombos1.combo6.value, thisform.text12.value, ;
thisform.text13.value, thisform.text14.value,formLst.ref_form, ;
tagsched, iif(empty(thisform.text2.value),' ',thisform.text2.value), ;
iif(!empty(thisform.sparacombobox1.value),periodList.ref_period,0)


Thanks for your input on the subject.
Paul A. Busbey
Victoria Insurance
Previous
Reply
Map
View

Click here to load this message in the networking platform