Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL 7.0 vs 8.0
Message
 
 
À
16/04/2003 11:26:28
Henry Ravichander
RC Management Systems Inc.
Saskatchewan, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00777961
Message ID:
00778402
Vues:
21
>In the load event here's a snippent of what exists. Could this be the issue? How should it be addressed?
>
>
mappapp_date = mquerydate
>mfield2 = "D_"+dtos(mappapp_date)
>mfield3 = "D_"+dtos(mappapp_date+1)
>
>
mheader2 = substr(mnamfield2,9,2)+"/"+substr(mnamfield2,7,2)+"/"+substr(mnamfield2,5,2)
>
>The following exist in teh click event of a command button.
>
>
thisform.label1.caption = "Summary Appointments, All Doctors"....
>thisform.grid1.column2.header1.caption = mheader2
>thisform.grid1.column3.header1.caption = mheader3<pre>

Are there really 4 dots after the closing quote on the label1 caption above? Those should be inside the quotes. You could do the following:<pre>
USE MYFORM.SCX
locate for ["=] $properties
do while not eof()
   browse
   continue
enddo
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform