This may be a newbe question, but we have a very extensive application running in A5 ver 1.02. We have purchased ver 4, but are stymied on how to proceed. In ver 1.02, we didn't need to define all of the databases available to an application, but, it seems that they need to be defined in version 4. We thought that calling a separate application for each phase of our business would be the easiest solution. version 1 had an "app_run" command. We don't see it in version 4. How can we accomplish this.
code is as follows:
DIM SHARED ACCESS AS N
DIM SHARED A_APP_CURRENT_PATH AS C
IF ACCESS=1011 .OR. ACCESS=839 .or. BETWEEN(ACCESS,15,20)
new=app_run("g:homemkrhomemkr.apd")
submit_let(new,"ACCESS",ACCESS)
else
new=app_run("g:homemkradmin.apd")
submit_let(new,"ACCESS",ACCESS)
END IF
Our thoughts are to have the main application and form just perform the security check, then pass control off to the department-specific application.
Any help would be appreciated.
Tom Henkel
Bookmarks