Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Response.ShowCursor() in a variable
Message
From
08/02/2005 12:47:03
 
 
To
07/02/2005 00:37:15
General information
Forum:
Visual FoxPro
Category:
West Wind Web Connection
Miscellaneous
Thread ID:
00984367
Message ID:
00984780
Views:
19
>Is there a way to call Response.ShowCursor() and have the result to be stored in a variable?

Pass .T. as 4th parameter. Most wwResponse methods have this optional flag that returns a string instead of writing it to the response stream.

Then again, if not writing to the output, why use the response object at all? Just instantiate your own wwShowCursor object and manipulate it directly.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform