Hiccup in inheriting a form

I have tried this several times now.

  • The existing form has got an html file
  • I inherit from it and save it with a new name
  • The dpr file does not have the html tag
  • And the html file is not copied over
  • Even if I add a new component to that form, the html remains absent
  • For some forms, I get an error in the console log about not finding it.

I can fix it manually. But maybe, TMS WebCore (if it can), copy over the html file

I restested this but I cannot reproduce this

image

I just right click on form1 and select to inherit from this form in the context menu and it creates the descending form and includes the HTML with it.

HI Bruno,

I didn't know there was a menu option here. If I do it from here, it works.

I am used to doing the following, and it doesnt work.

  • Right click on Project
  • Hover on "Add New" and select "Other"
  • Click on inheritable items
  • Select a form

We especially added this context menu to do all that is needed for a TMS WEB Core form.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.