Please, help, How to make fields invisible in the New Mode, but visible in Edit and View mode?
Solved! Go to Solution.
Are you using a form to make your entries, if so what is the name of the form. Use that name to replace YourFormName. So if is called Form1 then:
Form1.Mode<>FormMode.New
If it not clear, take a screen shot of your form or screen.
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
On the visible property of the Textbox put:
YourFormName.Mode<>FormMode.New
Change YourFormName to your actual form Name.
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
And what is YurFormName? Shall I create a new form or it is OK to use the same form for all the modes?
Are you using a form to make your entries, if so what is the name of the form. Use that name to replace YourFormName. So if is called Form1 then:
Form1.Mode<>FormMode.New
If it not clear, take a screen shot of your form or screen.
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.
User | Count |
---|---|
183 | |
110 | |
88 | |
44 | |
42 |
User | Count |
---|---|
229 | |
108 | |
106 | |
68 | |
68 |