How to debug the form in Multi-application [message #146523] |
Thu, 10 November 2005 22:11 |
yash1000
Messages: 22 Registered: August 2005
|
Junior Member |
|
|
Hi Guys,
I have a very simple question. I would like to know how do I debug the form. I am using message builtin trigger for that and have set form's Tool:-> Preference:->Runtime:->Debug Message to true. But is there any other way I can debug the form.
P.S. I am working on Multi-form application in which if user modify some values in FORM A and press F10 (which call key-commit) it call FORM B. But the problem is not opening FORM B. The problem is not on coding side, because the application is working fine on one pc, but not on another PC.
Also can anyone provide some explanation on validate(item_scope) built in or some links for reference.
Many thanks,
|
|
|
|
|
|
|
|
|
|
Re: How to debug the form in Multi-application [message #146777 is a reply to message #146776] |
Sun, 13 November 2005 21:44 |
yash1000
Messages: 22 Registered: August 2005
|
Junior Member |
|
|
Hi David,
It is not the Oracle issue, because as I say before thing works fine on one PC if you login with user A , But on the other PC if you login with the same user it does not work.
We have a system which we install on each client pc , so there are couple of NEW pc built that have install the same things. But as I said before on one PC it works, but not on newly built PC with the same user.
1)I looked on tables the form is assessing and checked whether the user has insert,updates,delete xxxx privileges and it has.
2)We are using Public synonym .
3)I don't think it is role/grant problem. Becase same thing we are able to do on old pc. but the newly built-pc when we try to do it does not work (Logging with same user).
So, I thought to debug the form to see where is the problem.
yash
|
|
|
Re: How to debug the form in Multi-application [message #146780 is a reply to message #146777] |
Sun, 13 November 2005 22:08 |
|
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
You say here:Quote: | But on the other PC if you login with the same user it does not work.
| However, when I askedQuote: | If you use YOUR userid, can you access the forms via this other PC?
| you replied
Please be consistent.
Assuming that YOU can NOT use the application through the NEW PC then please check the enivronment variables 'TEMP' and 'TMP' and make sure that (1) they are defined (probably 'c:\windows\temp' or 'C:\Documents and Settings\<userid>\Local Settings\Temp') and (2) that you have write access to that area.
David
|
|
|