User Profile

Collapse

Profile Sidebar

Collapse
DoctorV3774
DoctorV3774
Last Activity: Oct 27 '06, 08:38 PM
Joined: Aug 29 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Lock Form Controls based on a user ID lookup in a Table

    I need a function to do the following when opening a Form named NewFrm_MainTemp late.

    I need the function to look at the user id of the person attempting to open the form. Their Windows user ID will be in a Table we have named Tbl_Employee-----Field name is Employee_Win_Us er_ID

    Also in the Table is a Filed named Main_Form_Right s This field contains 2 Values Administrator or View Only


    What I...
    See more | Go to post

  • In the past, I used IXMLDOMNodeList against complex data types returned from web services calls.The document is expecting XML as input and returns XML as output. I looked for documentation for sending XML as a complex data type to a web service but was unable to find any info.

    For now this is the input XML format. There is an XSD for it.
    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    
    <SHSQuoteDataReadReq
    ...
    See more | Go to post
    Last edited by Dormilich; Mar 7 '09, 07:08 PM. Reason: added [code] tags

    Leave a comment:


  • Access 2003 Web Service VBA Code to Consume Web Services

    We developed a small test database that we are using to attempt to connect to a wsdl to consume web services. The database form contains 3 fields and a submit button on the form. At the bottom I've included the code behind the button on the form and the class module code that was generated by the Web Service Tool.

    I've added a little bit of information that pertains to the Access Database and our process and expected results:
    ...
    See more | Go to post
    Last edited by Dormilich; Mar 7 '09, 07:07 PM. Reason: added const keyword

  • DoctorV3774
    started a topic Code for making SOAP Call to our ESB

    Code for making SOAP Call to our ESB

    We are not able to get the WSDL to return Class modules for developing a SOAP Call. We can successfully hit Test WSDL Files, but not this one.

    How do we troubleshoot?

    Basically we want to make a Call to Get Web Service, thru ESB, from existing
    Access 2003 Database Form. These are the steps that we think we will
    need to do to accomplish this.

    We are inexperienced in this area and would like...
    See more | Go to post
No activity results to display
Show More
Working...