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 dencom 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: Malbordio
  • Content: Threads
  • Order by date
  1. Malbordio

    How do I include dropdown options in some entry fields of this form?

    I have this vbscript form that allows me opening incidents, but, I wish to have a dropdown menu in some fields which allow me to select the appropriate option. How to I include those selectable options in this form? Many thanks in advance and here is the code: Option Explicit Dim oParams...
  2. Malbordio

    VBScript / HTA - Drop Down Menu in form

    I hope you can help me. Let me explain then. I have three fields in this form. First is for a category, the second one is the subcategory (should be based on the first one), and the third one is the type (based on these previous two). Yet, there is also a fourth field, since we are talking...
  3. Malbordio

    Using PHP to connect to ServiceNow using ODBC

    I have access to ServiceNow via ODBC. Driver is installed since ages, I've been running queries and getting results since ages. I have PHP installed on my server and I want to use it to connect via odbc to ServiceNow. I've tried many things, including php scripts like the one below: <?php...
  4. Malbordio

    ODBC in PHP to connect to ServiceNow

    I have access to ServiceNow via ODBC. Driver is installed since ages, I've been running queries and getting results since ages. I have PHP installed on my server and I want to use it to connect via odbc to ServiceNow. I've tried many things, including php scripts like the one below: <?php...
  5. Malbordio

    Help needed creating a form based on a vbscript

    I have a vbscript that creates automatically a incident in ServiceNow. Tested and it works. But I wish to make it more practical and funcional. I am looking for a form based on this vbscript in order to create the incident. Can you guys help me compiling a form based on the vbscript I am...

Part and Inventory Search

Back
Top