Hello all,
I'm moving a paradox for dos (I believe version 4.5) to a web application. For the most part it requires a complete rewrite, but for some things I'd like to see the code that the original writers used, to pattern my code after or give me a jumping off point and in some cases to figure out how they made their reports.
In the appl file that has the menu I can see the call I believe it's making.
When it's like the following I can find the code in .sc files. In this example it's a file called directs.
However, most of the menu code isn't quite as straight forward.
Most of them are in the following form, and I have no idea how to see the code they call.
and some are in this form:
Does anyone have any suggestions about where/how I can find the code that these menu items access to run?
Tia,
Earme
I'm moving a paradox for dos (I believe version 4.5) to a web application. For the most part it requires a complete rewrite, but for some things I'd like to see the code that the original writers used, to pattern my code after or give me a jumping off point and in some cases to figure out how they made their reports.
In the appl file that has the menu I can see the call I believe it's making.
When it's like the following I can find the code in .sc files. In this example it's a file called directs.
Code:
"~F.~ Process Direct orders":"Play a Script: DIRECTS":"PLAY³DIRECTSºHELP³"
However, most of the menu code isn't quite as straight forward.
Most of them are in the following form, and I have no idea how to see the code they call.
Code:
"~A.~ Update Customer Status":"Change to inactive if no orders have been placed for 6 months":
"MULTI³CUST_STATUSºHELP³",
and some are in this form:
Code:
"~B.~ Update Customer File":"Change rep info in Customer File to reflect changes made in territory ":
"PROC³TerrNoºHELP³",
Does anyone have any suggestions about where/how I can find the code that these menu items access to run?
Tia,
Earme