Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Property refresh is read-only
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00012402
Message ID:
00012404
Views:
34
>I'm trying to create a Maintenance Form for a single file. And I'm placing the following code in the refresh procedure of the form:
>
>xscnumber = xdocs.xscnumber
>xdocnumber = xdocs.xdocnumber
>xdesig = xdocs.xdesig
>
>When I run the form I get this error:
>"Property refresh is read-only"
>
>What am I doing wrong?

If you want to store values to table fields use the replace command.
I think somewhere you must be issueing a command like

thisform.refresh=.t. etc.

Refresh is a method and not a property.
Todd Burstain, MD
infinitydoc@delphi.com
Previous
Reply
Map
View

Click here to load this message in the networking platform