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 SkipVought 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. nomorestress

    execute sap command from vb6

    Does anyone have a code example to execute a SAP FB03 Display GL Document from vb6 and retrieve the resulting document details? I have seen bits of code using bapi.1 but am not sure how to use it in vb6 and there seems to be loads of components to choose from. Any examples would be appreciated
  2. nomorestress

    Date issue

    Dates are a problem with all databases and web sites. IIS handles dates according to its own country setup The following scripts may help ' --------------------------------------------------------------------------------------------------- ' ASP/VB code to validate date in and out of sqlserver...
  3. nomorestress

    problem with asp createobject(access.application) no permissions

    how to open an access97 database to print specific reports from asp (NOT NET). I have made this work on server to pc but I need it to work on a domain with high security. ASP code set accdb=server.createObject("access.application") The error code received: MSAccess (0x800A1EBA) Microsoft Access...

Part and Inventory Search

Back
Top