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 strongm 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: *

  1. MattNMNB

    Hacker Problem

    We have a NEAX 200 IVS PPX with NEAXMail AD-40 voicemail system. I have been assigned to administer the system which I do through the voicemail console and through MatWorx. I admit that I am not savy about these systems but can manage the simple stuff on my own. In the past 4 days, someone...
  2. MattNMNB

    Conference Call Drop

    We have a NEAX 2000 IVS pbx with Dterm Series E phones. I am trying to figure out how to accomplish a conference call drop. (In other words if I add a party on one line and using the conference feature dialed a second party but got voicemail, how do I hang up on the second call without losing...
  3. MattNMNB

    Automation with Paint

    Is it possible to automate Microsoft Paint from VBA? I am trying to implement a simple sketch utility within an application I am developing and thought that paint would be perfect since it is on every computer. I want to be able to create a sketch from within the application and save it to a...
  4. MattNMNB

    Canceling a Change Event

    Is it possible to cancel a change event initiated by code. I am using a vertical scroll bar for data input. The scroll bar change event fires when the up arrow or down arrow buttons are picked so I have some code to handle that event. The scroll event executes the same code. Elsewhere in the...
  5. MattNMNB

    Concatenate a control name using Code?

    Jeff, Thank you very much for your help. The addition of the Format command in the concatenation did the trick. It is working now. I will also change the looping construct to a For Next loop. You were also correct about the .text property not beign accessible without the control having the...
  6. MattNMNB

    Concatenate a control name using Code?

    Is it possible to "build" a control name reference using code. For Example, I have a form with 80 text boxes on it. They are named txtType1, txtType2, txtType3 , ....., txtType80. I want to construct a loop to process the various properties of the text boxes. I have tried various...
  7. MattNMNB

    Subform Calculation

    I need help with making a calculation on a subform. I currently have a database setup which tracks the attachment height of equipment attached to utility poles. There are two tables included in the database. One called Pole_Data which contains information about each pole and another called...

Part and Inventory Search

Back
Top