Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Rickalty
  • Content: Threads
  • Order by date
  1. Rickalty

    Excel 2003 / Excel 2007

    Hello. I have a VBA application written in Excel 2003 that works just fine. However, when a user opens the workbook in Excel 2007 the appication errors out and won't run. Are there any hints or tips to make sure an app will run fine in 2003 or 2007 ? Richard
  2. Rickalty

    Form_Open() event

    Hi all, I'm obviously missing something basic here. When a form (frmOpenSplash) opens, I want it to display a value in a label. I can't get the Form_Open() event to work at all though. My code is... Private Sub Form_Open() lblNoOfQuestions.Caption = "20" End Sub I've also tried Private sub...
  3. Rickalty

    Emailing test results

    Hi everyone, I have an online test that is completed on a SharePoint site. When the user finishes the test, I'd like the results (the test is scored as it goes, and the results listed on a worksheet) to be emailed to me. I know I can use "ActiveWorkbook.SendMail" to send the whole workbook to...
  4. Rickalty

    Don't print this button

    He everyone, I have a form that I wish to print. I've put a button on the form to print it, but I don't want the button itself to print. I've done this... "frmEQLabel.cmdPrintEQLabel.PrintObject = False" but it errors out, saying that the class or data member "PrintObject" is not found. What...
  5. Rickalty

    Seting delayed ring to an extension with a basic phone on it.

    Hi... On a 012 with ring generator, we wish to use a regular basic one-line phone, but have it set on delayed ring. However, since it's not a Merlin phone I can't do the feature *36 to set the line to delayed ring. I assume I have to do it from the MLX-20 through system programming, but I...
  6. Rickalty

    Line selection problem

    Hello, everyone. We've just returned to service a Merlin Legend R3 system that's been out of use for a year or so. I've installed it, run all the wiring and set it up and everything is working fine with one exception - the line selection on the operators phone. The system has 7 outside lines...
  7. Rickalty

    What is "eglEClientCommandWnd" ?

    Hi everyone. I have started seeing an error that the above program - "eglEClientCommandWnd" - is not responding when I shut down Windows 98SE. Can anyone tell me what this is, and how do I stop these errors ? The program does not show up in my task manager when the computer is...
  8. Rickalty

    Not recognizing "N"

    Hi - I'm programming the voice mail (MLM007) on a Legend release 6.1, and it's going OK except for one problem - the system isn't recognizing the letter "N" in mailbox names. For example, I enter "53 21 64 23 #" and the system responds "Mailbox name is L A C&quot...
  9. Rickalty

    Legend 6.1 / MLM007 transfer to mailbox

    Hi everyone. I have just purchased a Legend V6.1 with a MLM007 voicemail system. I bought a similar setup a couple of years ago and got it up no problem. I've got this one working fine, set up in Key mode, except for the voicemail. Here's how I want it to work... A caller...
  10. Rickalty

    Manual for Merlin Mail V7.5

    Hi, the Avaya web site has manuals, planning forms, etc, for up to Merlin Mail Release 3. I called Avaya, and the latest version they said they had any record of was release 3. What do I do for manuals for Release 7.5 ? Richard
  11. Rickalty

    System Security Options

    Hi - according to my manual, once I get into System Administration, option 8 should be System Security. It isn't - if I hit 8, I get a "entry not understood' error. I'm using Merlin Mail V7.5 connected to a Legend Release 3. How do I get into security ? Richard
  12. Rickalty

    Transfer to outside number

    Hi there, we have a Merlin Legend R3 with Merlin Mail Release 7.5, 4 ports. It's all set up and working fine. Day and night menus activate at the right times, etc. However, currently when the office closes the main phone line is call-forwarded to an outside answering service. The boss however...
  13. Rickalty

    Sum of calculated fields

    Hello again..... still can't get this report right :( I have a textbox in the body of my report called "QualShip". The control source is :- =IIf([Qual]="Y",([ShipFig]),0) This works fine. If the trip is within tolerance the value of [ShipFig] appears in...
  14. Rickalty

    IF... THEN... ELSE in a Report

    Hello, everyone. I'm trying to write a report in Microsoft Access 97, and can't get the right result. I want a textbox field to display "Y" or "N" depending on whether a job is within tolerance or not. What I have written in the Control Source is :-...
  15. Rickalty

    "One at a time" access to mail

    Hi, I have a Merlin Legend phone system with a Merlin Mail R3, four port system. I have all four ports conmnected to the Legend, with all four extensions included in the coverage group (#770). However.... Only one person can be connected to the Merlin Mail at any one time. If someone is leaving...

Part and Inventory Search

Back
Top