Uniface on GitHub
Fixes and Updates
Product download
Login
Author: lalitpct@gmail.com (lalitpct)
is there any way we can check list of all forms which are "modal attached" ,"non modal attached" etc and the window properties (geometry) in IDF
I believe the best way for this is to have
a) an external editor to search in an export-file (xml)
b) build an own form-view (based on dict), which search for you profile
c) go to your db and use an sql and look in uform and ouform for <WINPROP..... (like clause)
but always keep in mind, inheritance from templates.
Best regards
Thomas
1 Comment
Local Administrator
I believe the best way for this is to have
a) an external editor to search in an export-file (xml)
b) build an own form-view (based on dict), which search for you profile
c) go to your db and use an sql and look in uform and ouform for <WINPROP..... (like clause)
but always keep in mind, inheritance from templates.
Best regards
Thomas
Author: Thomas.Young (thomas.young@young-consulting.de)