|
|
|
Re: Data Block Empty [message #674524 is a reply to message #674523] |
Thu, 31 January 2019 03:26   |
cookiemonster
Messages: 13904 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
I'm not aware of any limits on the amount of queries you can execute. Though I've never created a form with that many blocks to see what happens.
You're going to have to debug it.
Put messages in pre and post-query on all the blocks to see if they fire.
Trace the database session to see what select statements are sent to the DB.
I'd see what that gives before making any more suggestions.
|
|
|
|
|
Re: Data Block Empty [message #674532 is a reply to message #674531] |
Thu, 31 January 2019 09:08   |
cookiemonster
Messages: 13904 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
Which is to say - how many blocks use a db link? and do they all use the same db link?
If they use different DB links then is it always the same link that's causing the issue?
Or does it stop working after a number of links are accessed and which ever comes last is the one that stops working?
|
|
|
|
|
Re: Data Block Empty [message #674576 is a reply to message #674571] |
Mon, 04 February 2019 04:01   |
cookiemonster
Messages: 13904 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
cookiemonster wrote on Thu, 31 January 2019 15:08Which is to say - how many blocks use a db link?
If they use different DB links then is it always the same link that's causing the issue?
Or does it stop working after a number of links are accessed and which ever comes last is the one that stops working?
....
Have you checked the alert log to see if there are any db link related errors in there?
|
|
|
Re: Data Block Empty [message #674682 is a reply to message #674576] |
Sat, 09 February 2019 10:41  |
 |
Littlefoot
Messages: 21782 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
Yes, I know - I'm late, but can't resist: you are new to Forms, and yet decided to create a form with 14 canvases and 15 data blocks. Whoa! I can't remember I ever created a form with more than 2-3 canvases.
Anyway: a suggestion, if I may: consider using a tabbed canvas which allows you to create several tabs, each of them can contain its own data block. Maybe it'll be simpler to maintain than your current layout.
|
|
|