DLL During run time

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • QVeen72
    Recognized Expert Top Contributor
    • Oct 2006
    • 1445

    #16
    Hi,

    What values are there in Combo1.Text and TextBox...?
    I Guess, "GetRecords " must be some Procedure/Function..
    Arguments means, Any procedure /function which takes some values...

    Regards
    Veena

    Comment

    • chuckzter
      New Member
      • Oct 2007
      • 56

      #17
      Here's the combo1.text of course depending on what you choose but here's a sample.

      HRMSSkills.Skil lsManager

      And for the input text:

      <?xml version="1.0" encoding="iso-8859-1" ?>
      <Requests>
      <Request>
      <RequestType>In clude</RequestType>
      <IncludeStrin g>
      <row strEmpNo="12345 67" strUserID="1234 567" strSessionID="1 052866004" strDimension1=" " strDimension2=" " strJobPosition= "" strHomeURL="htt p://HURISBDC02/HRMS/" strDateFormat=" dd mmm yyyy" strNameSpace="D :/Applications/WebRoot/HRMSNS/" blnHdrVisible=" True" blnNavVisible=" True" />
      </IncludeString>
      </Request>
      <Request>
      <RequestType>Sk ills Classifier</RequestType>
      <RequestParamet ers>
      <EmpNo>123456 7</EmpNo>
      <Dimension1>FGP </Dimension1>
      <Dimension2 />
      <JobPosition />
      </RequestParamete rs>
      </Request>
      </Requests>

      Comment

      • QVeen72
        Recognized Expert Top Contributor
        • Oct 2006
        • 1445

        #18
        Hi,

        InputTextBox has all that...?
        It looks like an XML Page..
        May be the error is because of that..
        You need to pass arguments/call functions as you normally do when calling a procedure..

        Regards
        Veena

        Comment

        • chuckzter
          New Member
          • Oct 2007
          • 56

          #19
          Here's the scenario, I have a DLL file now i use it as reference to convert parameters to XML. Now i did some experiments and added the class/modules of that DLL (HRMSSkills.DLL ) unto my program It works but when i only use it as reference it throws back an error "File name or Class name not found during Automation operation".

          I've been stuck on this task for days now. I need help. Thanks in advance.

          Comment

          • chuckzter
            New Member
            • Oct 2007
            • 56

            #20
            Our senior programmer fixed the problem. Thanks for all the replies.

            Comment

            Working...