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 wOOdy-Soft 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: MARELUAD
  • Content: Threads
  • Order by date
  1. MARELUAD

    Start msaccess97 in background

    Hello How can I start up MS-Access97 in de background using VB6.0 Thanks
  2. MARELUAD

    Get addresslist from exchange server (outlook)

    How can I get an addresslist from the exchange server with VBscript or ASP or LDAP? I want to show this list with a asp application
  3. MARELUAD

    Get addresslist from exchange server (outlook)

    How can I get an addresslist from the exchange server with VBscript or ASP or LDAP? I want to show this list with a asp application.
  4. MARELUAD

    Sart msaccess97 with commant shell

    How can I start access with parameters using visual basic? This don't work...... Dim Q as long Q = Shell("C:\Program Files\Microsoft Office 97\Office\msaccess.exe C:\Program Files\Test\TEST.mdb /Run ,"aaa","bbb", vbNormalFocus) /Run is the macro in access "aaa" is a parameter "bbb" is a...
  5. MARELUAD

    Run report on client pc

    I have make my first report but how can I run this report on a client pc? We use a network.
  6. MARELUAD

    Can not download

    I have a big problem.... When I click a botton I can't download the executable file. I have try to download a microsoft product on a microsoft page but when I click the button I get no response or I get a empty page.
  7. MARELUAD

    Sum webpage fields

    How can I sum of two fields in a webpage I have tried: <script language="VBScript" > function somautokm() Dim i i = form1.km1.value + form1.km2.value form1.totaalkm.value = i end function </script> But I get by 22+33 = 2233 ?????
  8. MARELUAD

    Linked Server to DB2

    How can I create a linked server from sql server to AS400. I want to refresh the data from AS400 to sql server every day.
  9. MARELUAD

    Connection to client database

    How can I make a connection with a master database to a client database in a different domain on a NT4 server. I want every night to export data from the master to the client database. Master database domainname: A_server Client database domainname: B_server Master databasename = M_Database...
  10. MARELUAD

    Open Excel with a function

    How can I open een Excel file with a function?
  11. MARELUAD

    Run reports on a other pc where cristal reports is not installed

    How can I run reports on a other pc where cristal reports is not installed Mareluad
  12. MARELUAD

    Print in landscape

    I was wondering if there is a way to create a print button that will print a webpage in landscape mode. Ad
  13. MARELUAD

    Print in landscape

    I was wondering if there is a way to create a print button that will print a webpage in landscape mode. Ad
  14. MARELUAD

    How can I show the page title

    How can I show the page title (<title>....</title>) with ASP like; <% response.write ??????? %> Regards
  15. MARELUAD

    How Can I change the Internet Explorer options

    How Can I change the Browser options with VBScript or JavaScript. Show me please a example. Thanks.
  16. MARELUAD

    Read the username in HKEY_CURRENT_USER with ASP

    Hello My site is on server and when i browsed i got this error ERROR: ActiveX component can't create object: 'WScript.Shell' The script read the username in HKEY_CURRENT_USER (regedit) Can anybody help me in this regard? With regards mareluad
  17. MARELUAD

    Hello Is it possible to create a

    Hello Is it possible to create a &quot;Gannt Chart&quot; like Microsoft Projects with Crystal Reports ?
  18. MARELUAD

    Hello, I want to insert the next

    Hello, I want to insert the next string from ACCESS97 to Oracle &quot;insert into test (PROJECTNUMBER, PROJECTNAME) VALUES(&quot; & number & &quot;,'&quot; & name & &quot;')&quot; number = 12345 name = foto's Now I get the error ORA-01756 Thanks.
  19. MARELUAD

    Ho to start MSAccess97 with Oracle 8.06

    Hello, How can I startup MSAccess97 (database) with Oracle??? Mareluad.
  20. MARELUAD

    Choose a printer by OpenReport &quot;MyReport&quot;, acViewNormal

    Hello, How can I choose a printer with: Docmd.OpenReport &quot;MyReport&quot;, acViewNormal mareluad

Part and Inventory Search

Back
Top