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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by irislauyk

  1. irislauyk

    Qs on generating SAP proxy dll

    more information: current generated cpp: try { CallFunction(L"Z_TEST"); Importing(L"RETURN1", &CAbapScalarType(RFCTYPE_STRUCTURE, 470, 0), Return1); ... ... EndCallFunction(); } which should be: try { CallFunction(L"Z_TEST"); ImportingStructure(L"RETURN1", &BAPIRET1_Type...
  2. irislauyk

    Qs on generating SAP proxy dll

    Hi all, I just starting to use the SAP DCOM Connector Object Builder to create a VC++ proxy dll, so that I can retrieve SAP data from the VB Client. However, the proxy dll being generated cannot recognize the bapiret1 structure when I call DimAs procedure. Also when I look at the source being...
  3. irislauyk

    'Save Data with Report' from VB

    I encounter the same problem, can I know how you solve it???? A lot of thanks. Iris
  4. irislauyk

    Cannot Create DCOM Object in both ASP and VB

    Dear Expert, Here is my situation. there is some VB Components build and register in the Window NT 4.0 Server which has been tested and run fine. However, we want to call them through another web server which runs Window 2000. I have create the client install program through MTS Export...
  5. irislauyk

    Chinese Characters in JS File

    Dear All, My Web Page need to support displaying Dynamic Chinese Characters. So I use document.write() to print some Chinese that saved in the js file. coding in JS File: var stringTemp1 = &quot;ÅwªïÂsÄý&quot;; coding in HTML File <html> <head> <meta http-equiv=&quot;Content-Type&quot...

Part and Inventory Search

Back
Top