Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hacking myform.scx
Message
 
To
23/11/2005 04:39:34
Albert Beermann
Piepenbrock Service Gmbh & Cokg
Osnabrück, Germany
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9
Database:
MySQL
Miscellaneous
Thread ID:
01071500
Message ID:
01071501
Views:
19
Hi Albert,

Before opening form with MODI FORM... you must recompile form.

MartinJ

>Hello Everybody
>I have a form myform with 80 fields (txtkz1,txtkz2,...txtkz80)
>All fields have a valid method which i want to correct.(the only not default method)
>
>SET TEXTMERGE OFF
>TEXT to l_neumethode noshow
> PROCEDURE Valid
> l_return = 1
> thisform.p_txtkzvalid(this.name,@l_return)
> RETURN (l_return)
> ENDPROC
>endtext
>UPDATE myform.scx SET methods = l_neumethode WHERE UPPER(objname) like "TXTKZ%"
>
>When doing a "select methods from myform.scx WHERE UPPER(objname) like "TXTKZ%" into cursor yxz"
>after this everything looks ok
>
>PROCEDURE Valid
> l_return = 1
> thisform.p_txtkzvalid(this.name,@l_return)
> RETURN (l_return)
>ENDPROC
>
>When opening the form with the IDE all valid methods of all txtkz.. fields look like this
>
>l_return = 1
>thisform.p_txtkzvalid(this.name,@l_return)
>RETURN (l_re
>
>turn) is allways missing !!!!!!!
>What goes wrong ??? Did i missunderstood something ???
>Can this kind of manipulation not be done with an update ???
>
>Any help welcomed
>Best regards
>Albert
"Navision is evil that needs to be erazed... to the ground"

Jabber: gorila@dione.zcu.cz
Jabber? Jabbim
Previous
Reply
Map
View

Click here to load this message in the networking platform