Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
255 character limit
Message
 
 
To
29/11/2005 10:52:49
Edward Crawford
City Facilities Management
Glasgow, United Kingdom
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
01072400
Message ID:
01072868
Views:
15
Edward,

Here's a relevant code fragment from a working asp page I've got (some names have been changed to protect the innocent):
<%
dim oTeam

Set oTeam = CreateObject("xyz.abc")
%>

<table>
   <tr>
      <td>
      <%
      ' the manager listbox...
      response.write oTeam.GenerateManager()
      %>
      </td>
      <td>
      <%
      ' the rep listbox and script
      response.write oTeam.GenerateRepScript()
      response.write oTeam.cRepSelect
      %>
      </td>
   </tr>
</table>
Both of these methods return a few thousand bytes of data which we can create in VFP about 20 times faster than equivalent VB code in the asp page.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform