Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Property refresh is read-only
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00012402
Message ID:
00012404
Vues:
39
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform