Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
255 character limit
Message
 
 
À
29/11/2005 10:52:49
Edward Crawford
City Facilities Management
Glasgow, Royaume Uni
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
01072400
Message ID:
01072868
Vues:
16
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform