Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL 7.0 vs 8.0
Message
 
 
To
16/04/2003 11:26:28
Henry Ravichander
RC Management Systems Inc.
Saskatchewan, Canada
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00777961
Message ID:
00778402
Views:
30
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform