/*
SETUP.PRG
The "setup program" for the MDI ARDF2013
application ... open any and all files
needed to run the application and/or develop
the application.
*/
// These always get me -- if the program
// crashes, and they usually do while developing --
// (due to programmer error), the speedBar and the
// statusBar in the IDE is not available ... this
// just puts them back. the MDI application class turns
// them back off ...
_app.speedbar := true
_app.statusBar := true
// this can also cause problems:
set design on
// Set procedures ...:
set procedure to START.PRG additive
// make sure the menu is available:
set procedure to BH2012.mnu additive
// custom controls used by the application
set procedure to :FormControls:SEEKER.CC additive
set procedure to :ReportControls:report.cc additive
set procedure to :dUFLP:Repcntl.cc additive
* set procedure to Repcntl.cc additive
set procedure to MyControls.cc additive
set procedure to CustomReportControls.cc additive
set procedure to SeekerSQL.cc additive
// add others as needed here:
set procedure to CompetitorInfo.WFM additive
set procedure to PREVIEW.WFM additive
msgbox( "The setup should now have data in it","Done", 64 )
Warning: Unknown: write failed: No space left on device (28) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown on line 0