Steps to compile all forms at a time.
1) create a batch file to compile all forms at a time.
Batch File Script:
::compile_forms.bat
cls
Echo compiling Forms....
for %%f IN (*.fmb) do ifcmp60.exe userid=username/password@servicename module=%%f batch=yes
module_type=form compile_all=yes window_state=minimize
ECHO FINISHED COMPILING
2) put this batch file where your all forms are located.
3)run the batch file to compile all forms at a time.
1) create a batch file to compile all forms at a time.
Batch File Script:
::compile_forms.bat
cls
Echo compiling Forms....
for %%f IN (*.fmb) do ifcmp60.exe userid=username/password@servicename module=%%f batch=yes
module_type=form compile_all=yes window_state=minimize
ECHO FINISHED COMPILING
2) put this batch file where your all forms are located.
3)run the batch file to compile all forms at a time.
0 comments:
Post a Comment