
Originally Posted by
billdhess
I want to rename the form IDs for my FormViews to better identify them. (My app is quickly growing and I can't tell the FORMVIEW_1 from FORMVIEW_12.)
I renamed a formview from "FORMVIEW_1" to "DEMOGRAPHICSFORM" When I did this, I got script errors when doing a Working Preview.
I downloaded the most recent patch and got the same results.
I tried doing an Edit | Bulk Operation | Recalculate UX Components ...but that didn't help.
I did a "diff" on the code that was generated and this is what I found:
Before
#DLG1\.V\.R1\.FORMVIEW_1 {}
After
nothing
Before
DLG1_DlgObj._forms['FORMVIEW_1'] = {... (lots of code supporting the formview)
After
DLG1_DlgObj._forms['DEMOGRAPHICSFORM'] = {}; (no code!)
In the meantime I am not renaming form views (Patient: "It hurts when I do this." Doctor: "Don't do that!") ;)
Please advise,
Thanks,
BH
Bookmarks