Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bug vs. Functionality
Message
De
30/08/2000 10:22:17
 
 
À
30/08/2000 10:17:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00410715
Message ID:
00410722
Vues:
17
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform