Hi
We are developing using VLWeb.
We will set reusable parts on the WEB page.
We will set the field in the reusable parts.
Can I change the edit code by coding?
# Field.AsDisplayString (EditCode_O)
I appreciate your kind advice.
Best Regards,
Shumpei
How to change edit code on WLWeb
- Stewart Marshall
- Posts: 417
- Joined: Thu Nov 05, 2015 5:25 pm
Re: How to change edit code on WLWeb
Hi Shumpei
Field definitions are compiled into the generated JavaScript, so you can't change the behaviour of a field runtime.
AsDisplayString can only be used to generate a string from a numeric variable.
Regards
Field definitions are compiled into the generated JavaScript, so you can't change the behaviour of a field runtime.
AsDisplayString can only be used to generate a string from a numeric variable.
Regards