Page 1 of 1

EDIT field question

Posted: Thu Dec 18, 2014 4:22 pm
by wuchi

Hello,

Is it possible to add edit tag as TEXT and have also select - checkbox on things you allready have in your database?

Best regards,
Wuchi


Re: EDIT field question

Posted: Thu Dec 18, 2014 5:06 pm
by mobhar

Could you please give us an example for this?


Re: EDIT field question

Posted: Thu Dec 18, 2014 5:57 pm
by wuchi

Hello,

for example:

Field --> FOOD has multiselect dropdown when i need to edit that field it is still multiselect dropdown field it should be TEXT ...

Best regards,
Wuchi


Re: EDIT field question

Posted: Thu Dec 18, 2014 6:08 pm
by mobhar

No, you cannot change from Multi Select Dropdown control in Add page to Textbox control in Edit page.


Re: EDIT field question

Posted: Thu Dec 18, 2014 6:23 pm
by wuchi

Hello,

Any work around this? Or i have to write custom code...

Best regards,
Wuchi


Re: EDIT field question

Posted: Thu Dec 18, 2014 7:00 pm
by scs

Why not, create 2 separate field in the same table. During add mode use fleldA (visible) and update the TEXT value to fieldB (hidden). So, in edit mode, use fieldB (visible) to update fieldA (hidden).

Make sure you won't mess up your data.