Form Closes While Compiling [message #466536] |
Tue, 20 July 2010 01:18 |
|
stalin4d
Messages: 226 Registered: May 2010 Location: Chennai, Tamil Nadu, Indi...
|
Senior Member |
|
|
Dear,
I have a form, using views which has tables from other databases.
eg:my database name is G1 here i have a view
MR_HEAD
CREATE OR REPLACE VIEW MR_HEAD AS
SELECT "MR_HEAD_KEY","MR_TRAN_TYPE","MR_NO","MR_DATE","PO_TYPE","PO_NO","VENDOR_CODE",
"MODIFY_FLAG","SUPERSEDE_FLAG","REF_MR_HEAD_KEY","PO_KEY","PO_DATE","REJECTION_NO",
"USER_ID","LAST_UPD_DATE"
FROM INMATMAS.MR_HEAD@SPICFIN
i am linking my database G1 with Above Database.
so after using this in my form as 'INMATMAS.mr_head@DB_OPTIMAT'[/email]
for insert/select.
i cant able to compile it. form closes immly when i compile this.
what must be the reason, pls help.
Stalin Ephraim [EDITED by DJM: cut overly long line]
[Updated on: Tue, 20 July 2010 07:21] by Moderator Report message to a moderator
|
|
|
|
|
|
|
|
|
|
Re: Form Closes While Compiling [message #466603 is a reply to message #466601] |
Tue, 20 July 2010 05:15 |
cookiemonster
Messages: 13963 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
Can you create a view in your local db that selects from the view in the remote db?
I suspect it might be a dependencies problem - forms stores a list of everything it references in the db internally,
it might have problems with something that's not in the db it's connected to.
|
|
|
|
|
|
|
|
|
|