Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Generate web page with VFP 7.0
Message
From
31/07/2003 06:52:14
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Generate web page with VFP 7.0
Miscellaneous
Thread ID:
00815305
Message ID:
00815305
Views:
40
I'm designing a VFP 7.0 application on WEB using foxisapi.dll.I want to modify the data via web and I introduced in each cell of one table a text box who have initial value from a cursor.My problems are:
1.the text box is smallest than the cell and if I try to modify size in the web page is constant
2the data return in text box from cursor are truncate from a first space
I used this sintax:
SELECT c1
scan
text_html=text_html+[<tr>]+CR+;
	  [<td width="20%"><input type="text" name="T"+str(i+1)+[ size="30" value=]+c1.nume+[></td>]+;
      [<td width="20%"><input type="text" name="T"+str(i+2)+[ size="30" value=]+c1.numea+[></td>]+;
      [<td width="20%"><input type="text" name="T"+str(i+3)+[ size="30" value=]+c1.localitate+[></td>]+;
      [<td width="20%"><input type="text" name="T"+str(i+4)+[ size="30" value=]+c1.telefon+[></td>]+;
      [<td width="20%"><input type="text" name="T"+str(i+5)+[ size="30" value=]+c1.tipmagazin+[></td></tr>]+CR
   
i=i+5
ENDSCAN
Can anybody help me?
Thank you
Next
Reply
Map
View

Click here to load this message in the networking platform