View Full Version : Changing properties dynamicly
I have an ENTRY-FIELD where I want to change the MAX-LENGTH dynamicly.
I use this source code, but nothing happens.
The initial state of MAX-LENGTH is 8.
MODIFY NUMBER-EF, PROPERTY EFP-MAX-TEXT = "6".
Anyone encountered this problem ?
Regards
If you want to change the max-text of the entry field try this:
MODIFY NUMBER-EF, MAX-TEXT 6
When I write source like this :
MODIFY DATA-EF, MAX-TEXT 6
nothing changes. I still can enter more then 6 characters.
I also want to change properties like numeric, justification... and others.
What to do ?
Regards
gforseth
12-18-2003, 02:12 AM
Can you provide a small, but functional demo of your issue?
Gisle,
Hereby an exemple of what I really need.
Some properties I can change, some others not.
Txs for you support
gforseth
12-22-2003, 01:58 AM
Some minor adjustments and it should work. Pls see attached file that allows you to change the MAX-TEXT property.
vBulletin® v3.6.8, Copyright ©2000-2009, Jelsoft Enterprises Ltd.