Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Quick Display Question
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00687253
Message ID:
00687728
Vues:
12
I found a way to get responses using:
response.write
response.flush
the only problem is that this clears my screen and then continuously adds text to the end of my screen. Is there a way to control this better (such as opening a new, smaller window and then overwriting one particular area of the screen, similar to @say... in Fox)?


>>Thanks for your reply. I looked through some of the materials.
>>
>>However, I don't think I explained myself clearly... the actual web service call takes about 1 second. The problem is that I am calling the web service many times from the following loop:
>>
>>
>>for x = 1 to g_len step 800
>>     ....send next chunk of file....
>>     o_callwebservice(l_login,l_filechunk)
>>     console.write("Written " & alltrim(str(x)) & " bytes to server...")
>>endfor
>>
>>
>
>I'm confused with your code. You are using this from an ASP.NET page? console.write is for a Winforms app.
Steve Howie, owner
DaSH Technology
Denver, CO
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform