is it mandatory to compile and build the object file and run
the pgm in the same location for quick screens?
Guy Werry
guy.werry@hbms.ca
Wed, 5 Jan 2005 10:49:58 -0600
Subashini,
All of our object code is compiled to a different directory and it causes no
problems. (HP-Ux 10.2, Ph7.33.D3).
We don't normally code designer procedures for the function keys: we set up
a QKGO file with the action/data field definitions that correspond to the
function key definitions, as well as the "root" menu. This means that when
executing you have to have something like:
export QKGO=../pub/sampleqkgo.qkg
quick
Note that in the "sampleqkgo.qkg" file I have defined which screen I'm going
to run. (That's usually a menu screen that calls other screens).
It sounds like you're doing something different. I'd be willing to bet that
it's an environment issue: your object file needs something, like the QKGO,
that is NOT being specified.
Thanks,
Guy L. Werry
Senior Systems Analyst
Hudson Bay Mining & Smelting Co., Limited.
-----Original Message-----
From: Subashini Srinivasagopalan [mailto:subashini@fastmail.fm]
Sent: Wednesday, January 05, 2005 10:32 AM
To: Power house Discussion
Subject: is it mandatory to compile and build the object file and run
the pgm in the same location for quick screens?
Hi all
we are running power house in Unix environment.
While compiling and executing a quick screen , is it mandatory to
compile and build the object file in the same location? Although the
screen seems to run without any errors, some functionalities dont seem
to work if the object file is placed in a different location other than
where it had been compiled. (The designer procedures coded for the F1,
F2 , F3 keys )
Will having the obj in some other location and executing the file from
that location create problems?
For ex.
i have my source code in /aa/qksrc/source.qks , and i compile the code
from there and specify the path /aa/qkobj/ for the object file to be
created.
After compiling the source code in the path the /aa/qksrc/ , the object
file is created in the location /aa/qkobj/ in the name source.qkc.
There is also another temporary object file created in the location
/aa/qksrc/.
The problem is when i execute the one created in /aa/qksrc/ by a simple
"GO" statement after compilation, the F1, F2 , F3 etc keys seem to
function properly , the way it had been coded and labels appear in the
buttons that are created for those keys.
But if i run the screen from the location /aa/qkobj the functionalities
coded for F1 , F2 , F3 keys dont seem to work.
can i know y this happens?
Thanks
Subashini
--
Subashini Srinivasagopalan
subashini@fastmail.fm
= = = = = = = = = = = = = = = = = = = = = = = = = = = =
Mailing list: powerh-l@lists.sowder.com
Subscribe: "subscribe" in message body to powerh-l-request@lists.sowder.com
Unsubscribe: "unsubscribe <password>" in message body to
powerh-l-request@lists.sowder.com
http://lists.sowder.com/mailman/listinfo/powerh-l
This list is closed, thus to post to the list you must be a subscriber.