Group: Forum Members
Posts: 4,
Visits: 88
|
We have developed a StrataFrame application and have created and tested some code that does file moves and table updates. At this point it makes more sense to move some of these methods to a console application that can be called from a cron type service to be run at specific intervals. Since these classes don’t use forms or invoke message boxes it would appear that we could easily port this code to a console application.
My question is can I access and use my StrataFrame BOs from the console application; most of the startup code that I see is for Win Forms?
|