Thread: Error Emails
Hi Frank, I'm a little concerned about all the error reports we get via email these day from the new error dialogue. Many of them are issues that don't require our help. Perhaps we should remove the email button, or at least make it require a little more input from the user? Regards, Dave.
> -----Original Message----- > From: frank_lupo [mailto:frank_lupo@email.it] > Sent: 06 June 2003 16:38 > To: Dave Page > Cc: franklupo; pgadmin-hackers > Subject: Re: [pgadmin-hackers] Error Emails > > > > Hi Dave, > > I fix error on form type tabs show in porpety 1 tabs, > I add optional parm to LogError bSendMail for enable or > disable send mail (default enable). > - in frmConnect button cmdConnect is disable > - in cmdExecute button is disable > > Do you think? Sounds good! Unfortunately it doesn't compile. clspgApp.cls is incorrectly generated - it doesn't seem to like the 'Option bSendmail As Boolean = True' in basMisc.LogError. :-( Regards, Dave.
> -----Original Message----- > From: frank_lupo [mailto:frank_lupo@email.it] > Sent: 08 June 2003 20:13 > To: Dave Page > Cc: franklupo; pgadmin-hackers > Subject: RE: [pgadmin-hackers] Error Emails > > > > Hi Dave, > > remove clspgApp.cls and vbs. to create class. Hi Frank, I removed clspgapp.cls and it gets regenerated incorrectly again: Public Sub LogError(lError As Long, szError As String, szRoutine As String, Optional bSendMail As Boolean = True) Call basMisc.LogError(lError,szError,szRoutine,bSendMail,=,True) End Sub Regards, Dave.
> -----Original Message----- > From: frank_lupo [mailto:frank_lupo@email.it] > Sent: 09 June 2003 07:34 > To: Dave Page > Cc: franklupo; pgadmin-hackers > Subject: RE: [pgadmin-hackers] Error Emails > > > > > > > > > -----Original Message----- > > > From: frank_lupo [mailto:frank_lupo@email.it] > > > Sent: 08 June 2003 20:13 > > > To: Dave Page > > > Cc: franklupo; pgadmin-hackers > > > Subject: RE: [pgadmin-hackers] Error Emails > > > > > > > > > > > > Hi Dave, > > > > > > remove clspgApp.cls and vbs. to create class. > > > > Hi Frank, > > > > I removed clspgapp.cls and it gets regenerated incorrectly again: > > > > Public Sub LogError(lError As Long, szError As String, szRoutine As > > String, Optional bSendMail As Boolean = True) > > Call basMisc.LogError(lError,szError,szRoutine,bSendMail,=,True) > > End Sub > > > > Regards, Dave. > > > > > Hi Dave, > I have fix problem in vbs script. Thanks, that got it. Regards, Dave.