Re: CHAIN PROGRAM

new topic     » goto parent     » topic index » view thread      » older message » newer message

Chris is correct. 
I've done the type of program you're talking about for several different
companies
over the years. There really hasn't been a problem of them being too large. You 
just need to spend some time deciding how to organize your code. By that, I mean
not putting EVERYTHING in one file, but dividing your code into logical chunks 
so that it's easier and quicker to locate areas which need editing, debugging,
etc.

Just as a hint, your 'main program' will probably have nothing but a main menu, 
preceeded by a number of include ___ statements. You may find it helpful to use 
namespacing on these, so you can use similarly-named calls for similar
procedures,
e.g.: Cust:Add, Prod:Add, ...

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu