How to compile Toolbar [message #429805] |
Thu, 05 November 2009 18:20 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
nanipanjakadi
Messages: 6 Registered: September 2009 Location: Canada
|
Junior Member |
|
|
Hi,
I need suggestion in compiling all forms after i modify my toolbar.fmb file. Recently i updated my toolbar.fmb file by adding extra field and now i want to apply this changes to all forms as other forms has same toolbar attached in Data blocks and also i see that there is an object group already created where it has toolbar. All the forms like fmb has Toolbar defined under object groups. My question is now i updated Toolbar.fmb file and i would like to know how to compile all forms to reflect the new changes of toolbar.fmb onto other forms.
This is how it looks when i edit comile_all_forms.cmd looks
-----------------------
del *.err
del *.fmx
del *.mmx
call compile_form dcmf_m000.mmb
call compile_form calendar.pll
call compile_form dcmf_l000.pll
call compile_form dcmf_l001.pll
call compile_form dcmf_s001.fmb
call compile_form dcmf_s002.fmb
call compile_form dcmf_s003.fmb
Echo "Errors reported in..."
find /C /I "created" *.err | findstr /E "0"
pause
------------------------
|
|
|
|