AVEVA Community
Site
Search
User
Site
Search
User
AVEVA World
PDMS/E3D Forum
PDMS "Lessons Learned"
Cancel
PDMS "Lessons Learned"
Troubleshooting
PML2........help needed
Forums
Resources
Mentions
Sub-Groups
Tags
More
Cancel
New
Replies
9 replies
Subscribers
1 subscriber
Views
6 views
Users
0 members are here
Options
Share
More
Cancel
Related
PML2........help needed
shrikant M
over 16 years ago
Parents
Admin
over 16 years ago
You need to be more specific, is it a form gadget, ie a text gadget. if so you need to set its value to TRUE in the .init() method;
after you have defined the form you need an initialization method to set required values;
define method .init()
!this.text.val = |default|
endmethod
if it just a simple variable you can create a member in the form definition;
member .formmember is boolean
then in the initialisation method
!this.formmember = TRUE
hope this helps.
Bobthebasset
Cancel
Vote Up
0
Vote Down
Sign in to reply
Cancel
Reply
Admin
over 16 years ago
You need to be more specific, is it a form gadget, ie a text gadget. if so you need to set its value to TRUE in the .init() method;
after you have defined the form you need an initialization method to set required values;
define method .init()
!this.text.val = |default|
endmethod
if it just a simple variable you can create a member in the form definition;
member .formmember is boolean
then in the initialisation method
!this.formmember = TRUE
hope this helps.
Bobthebasset
Cancel
Vote Up
0
Vote Down
Sign in to reply
Cancel
Children
No Data