Skip to main content

How to delete a Model Entity in UNIFACE 10 ?

  • April 24, 2020
  • 3 replies
  • 2 views

Hello,

How can we delete un Model from Model Entity from UNIFACE 10 as it seems to that there is no Delete Model menu (in 9.7 we had one)

Fig : Uniface 9.7 "Delete Model" menu:

Because we imported an obsolete model in Uniface 10 and we have to delete his many entities and we don't want to do it on by one !

Thanks 🙂

3 replies

  • Participating Frequently
  • April 24, 2020

Hello,

How can we delete un Model from Model Entity from UNIFACE 10 as it seems to that there is no Delete Model menu (in 9.7 we had one)

Fig : Uniface 9.7 "Delete Model" menu:

Because we imported an obsolete model in Uniface 10 and we have to delete his many entities and we don't want to do it on by one !

Thanks 🙂

Hello Pascal,

there is no option available, as far as I know.

You could create a component with all related entities of the dict. (UCTABLE, UCGROUP, UCFIELD, UCKEY, UCRELSH, UCDTYP) and (UREFENT, UREFDTD) for project references.

Add the delete trigger code for each entity and then delete it.


  • April 24, 2020

Hello Pascal,

there is no option available, as far as I know.

You could create a component with all related entities of the dict. (UCTABLE, UCGROUP, UCFIELD, UCKEY, UCRELSH, UCDTYP) and (UREFENT, UREFDTD) for project references.

Add the delete trigger code for each entity and then delete it.

Hello Tobias,

Thanks we will implement your solution, good we 🙂


Jason Huggins
Forum|alt.badge.img

Hello,

How can we delete un Model from Model Entity from UNIFACE 10 as it seems to that there is no Delete Model menu (in 9.7 we had one)

Fig : Uniface 9.7 "Delete Model" menu:

Because we imported an obsolete model in Uniface 10 and we have to delete his many entities and we don't want to do it on by one !

Thanks 🙂

Hi Pascal,

If you implement the , you can quickly select and delete the whole model from the workarea folder. These deletions will automatically be synced with the DBMS repository.

Regards,

Jason.