I know how to generate .trx file of a form for a particualr form , is it possible to generate separate .trx file for all the forms in one go.
(I know how to generate .trx file for entire project but i need individual .trx files for all the forms )
Now sure if there is any bat file through which we can do it.
Regards
Lalit
In Uniface 9 you can configure a (dummy) version control interface. In the clustering preferences you can define that you want each component exported to a separate file. Not sure if this was already possible in Uniface 8
Author: Theo Neeskens (tneeskens@itblockz.nl)
generating trx file for all the forms in one go
Author: lalitpct@gmail.com (lalitpct)
Hi All,
I know how to generate .trx file of a form for a particualr form , is it possible to generate separate .trx file for all the forms in one go.
(I know how to generate .trx file for entire project but i need individual .trx files for all the forms )
Now sure if there is any bat file through which we can do it.
Regards
Lalit
Hi all,
Above code helped me to get trx of individual forms.
Now when I try to take back up of entire repository in trx file (for eg way we do from utilities>>export) I am unable to do.
In the execute trigger I am putting below code, but it doesnt work.
Does anyone have idea what shall be the exact values for registry
2 Specify &!DEFPARAMS in the include name profile (&! Are <gold>&<gold>!
Author: ulrich-merkel (ulrichmerkel@web.de)
generating trx file for all the forms in one go
Author: lalitpct@gmail.com (lalitpct)
Hi All,
I know how to generate .trx file of a form for a particualr form , is it possible to generate separate .trx file for all the forms in one go.
(I know how to generate .trx file for entire project but i need individual .trx files for all the forms )
Now sure if there is any bat file through which we can do it.
Regards
Lalit
i tried the program and it works when i give the componant name , but when i try to export all the forms in IDF its not working .
I think i shd get the formname and then put it in a loop so that we can extract .trx for the same ?
Author: lalitpct (lalitpct@gmail.com)
generating trx file for all the forms in one go
Author: lalitpct@gmail.com (lalitpct)
Hi All,
I know how to generate .trx file of a form for a particualr form , is it possible to generate separate .trx file for all the forms in one go.
(I know how to generate .trx file for entire project but i need individual .trx files for all the forms )
Now sure if there is any bat file through which we can do it.
Regards
Lalit
Hi Lalit,
100% correct:
just build a form based on the entity UFORM.DICT,
select all the forms you want to export and traverse the occurences
start your single-trx-export component with each componentname (fieldname: ULABEL.UFORM)
Uli
To load the metadictionary into your development environment, start
.....\\idf.exe /ins meta
Author: ulrich-merkel (ulrichmerkel@web.de)
generating trx file for all the forms in one go
Author: lalitpct@gmail.com (lalitpct)
Hi All,
I know how to generate .trx file of a form for a particualr form , is it possible to generate separate .trx file for all the forms in one go.
(I know how to generate .trx file for entire project but i need individual .trx files for all the forms )
Now sure if there is any bat file through which we can do it.
Regards
Lalit
Exporting multiple components to separate files
Uniface 8 & 9
Step 1:
Go online and find a free version management tool that is SCCI based.
You do not need to install it if you just want clustered exports, you just need the .DLL.
(I use igloo.dll)
Step 2:
Goto Utilities -> Preferences -> System
Enter the location of the DLL.
Step 3:
Press the Clustering? button.
Adjust the settings to your own taste.
Step 4:
When doing an export, make sure the option Use File Clustering Defaults is checked.
Step 5:
Check your result.
I have also uploaded a PDF with the revelant screen shots.
Author: Theo Neeskens (tneeskens@itblockz.nl)
generating trx file for all the forms in one go
Author: lalitpct@gmail.com (lalitpct)
Hi All,
I know how to generate .trx file of a form for a particualr form , is it possible to generate separate .trx file for all the forms in one go.
(I know how to generate .trx file for entire project but i need individual .trx files for all the forms )
Now sure if there is any bat file through which we can do it.
Regards
Lalit
Hi Theo
Finding a "free version management tool that is SCCI based" is not the problem :-)
But you need an extra licence in UnifAce to use the SCCI :-(