Dialog_Box (OpenInsight 32-Bit)
At 02 MAY 2005 07:42:36PM Tom Savell wrote:
On the create event of frames, I have a dialog_box with selections to attach specific folders. Upon selecting the folder the system attachs to that folder, opens a table of users and passwords, then displays another dialog asking for username and password. This has worked fine for a long time. We only had one OI logon user with no password, but recently we have added new ids. These are for logging into OI itself and not the specific folder. Now that we have created these new OI ids and start frames, the first dialog appears OK and attaches the the specific folder, but the 2nd dialog does not appear. Stepping through the code, it jumps right on through the x=Dialog_Box( …..) and does nothing at all. I don't understand why or what is going on. Anyone shed some light on this??
At 02 MAY 2005 08:01PM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:
Tom,
Are there any errors reported in the System Monitor? Try using a Get_Status() call after your dialog_box call to see if the system is reporting an error.
World leaders in all things RevSoft
At 02 MAY 2005 11:10PM Tom Savell wrote:
Yes, that helps alot!
Error was REP119|DRP|1|APP*OIWINEXE**NDW_LOGIN
REP119: User %1% does not have rights to perform operation %2% against entity %3%.
I believe I can fix it now!