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 Wanet Telecoms Ltd 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. mingichu

    WebBrowser does not refresh when READYSTATE_COMPLETE?

    Hi All experts. I posted serveral questions here about the WebBrowser and got very good answers to come up the codes below. Thanks all the experts who have helped me earlier! Need help again: There is a website (see the codes below). When it goes from page1 to page2, or page 2 to page3, the...
  2. mingichu

    Use VB6 WebBrowser to call a button without NAME attribute on HTML??

    Hi, vb5prgrmr, I modified the codes and it worked: Call frmWB.wb.Document.Forms(1).submit Thanks!
  3. mingichu

    Use VB6 WebBrowser to call a button without NAME attribute on HTML??

    Hi! All experts, I use VB6 WebBrowser to pass search strings from a text file and and get results on the web. At the end of my procedure ProcessCT(), I need to call the button "Sign-off of the Concord system" on the result page (page 3). I couldn't find the NAME or any function for that button...
  4. mingichu

    VB6 pass a search string to the website and get the result string(s)?

    BiggerBrother, Thank so much for your help!!!! It works very well!! After doing lots of searching and testing, I still have another question for another website which has partial HTML codes - <FORM ACTION="/servlet/TerminalServlet" METHOD="POST"> <INPUT TYPE="hidden" NAME="request"...
  5. mingichu

    VB6 pass a search string to the website and get the result string(s)?

    Thanks of your feedback! I still have another problem: VB6 runs much faster than the webbrowser refresh the screen. When it runs to the 2nd page to click the button and type the string, the webbrowser is still on the 1st page. Should I use Timer? Is there any WebBrowser property or event which...
  6. mingichu

    VB6 pass a search string to the website and get the result string(s)?

    I tried the code below and it worked. ================================= Call frmWB.wb.Document.parentWindow.execScript("check_entity()") ================================= Is it the way to call javascript to vb?? (I'm not familiar with web language...)
  7. mingichu

    VB6 pass a search string to the website and get the result string(s)?

    I just tried to use VB6 with WebBrowser. I have a problem to call the search button on this website http://appsext5.dos.state.ny.us/corp_public/enter_search The "Search the Database" button doesn't have NAME attribute in the HTML source codes. I put ""...
  8. mingichu

    VB6 pass a search string to the website and get the result string(s)?

    Thanks a lot for all your quick response!!! The web address are as below: https://accessnet.state.nj.us/GatewayWatchNameSearch.asp http://appsext5.dos.state.ny.us/corp_public/enter_search ( I found the NAMEs of RESET and HELP buttons. But I couldn't find the NAME of the button "Search the...
  9. mingichu

    VB6 pass a search string to the website and get the result string(s)?

    Hi! All experts, I'm looking for a way to pass a search string to the website using VB and get the result string(s) back using VB6. So far I only know to use WebBrowser control to "manually" do searching and get the result back as the same I do in the Internet Explore 6. Q1: How to do that...
  10. mingichu

    PGP 8.0.3 and Excel

    Hi, all experts, We have a VB 6 program which triggers PGP 8.0.3 to encrypt all types of files. This program uses nsdpgp3.dll and nsdpgp3x.dll. Now we encounters a problem: One Excel file abc.xls was conventionally encrypted to abc.pgp by our VB program. We can decrypt it manuallly with PGP...
  11. mingichu

    use VB6 move one Lotus Notes (R5) email from Inbox to another folder

    I tried your code. It copied the email to the "Folder1" folder. So the inbox still have the same email. Because my purpose is to move the email to the "Folder1" from the Inbox, so I added codes to remove the email (see code below). However, it remove both emails in Folder1 and Inbox..... Is...
  12. mingichu

    use VB6 move one Lotus Notes (R5) email from Inbox to another folder

    Hi, all experts, I'm looking for a way to move one Lotus Notes (R5) email from Inbox to another folder (called "Folder1") using VB6. Does anyone know how to do it? Below are my current codes. Thanks in advance!!! ================== Dim NotesSession As Object Dim NotesDb As Object...
  13. mingichu

    PGP, VB, EXCEL - Cannot open EXCEL file after decrypted

    Hi, all experts, We use VB 6 to trigger PGP 8.0.3 to encrypt all types of files. Now we encountered a problem: One Excel file abc.xls was conventionally encrypted to abc.pgp by our VB program. We can decrypt it manuallly with PGP 7 or PGP 8.0.3. But we can not open the decrypted Excel file...
  14. mingichu

    pass value to Crystal Report 7 parameter using VB6

    Hi! All experts, I'd like to use VB6 to pass a value to a Crystal Report 7 parameter. The database is Oracle8. I tried three codes (see (A), (B), (C) below) from other resource, but none of them worked. The run-time error was either &quot;Type mismatch&quot; or &quot;Object does not support...
  15. mingichu

    Audit for Create/Alter/Drop User/Role/Profile and Grant/Revoke object?

    Hi! All experts: We just turned on Audit_Trail = DB. Recently, we are trying to create audit reports for the following actions: ALTER PROFILE CREATE ROLE CREATE USER ALTER USER DROP USER GRANT OBJECT...
  16. mingichu

    VB6 prevent receipients copying/forwarding LotusNotes emails??

    Hi! All experts, We use VB6 to send Lotus Notes emails with attachment automatically. In order to improve security, we want to add codes to encrypt the emails/attachments and prevent the receipients forwarding/copying emails to others. I got encrypting part solved by trying both methods and...
  17. mingichu

    Receive the email from Lotus Note and detach the attachment?

    Hi! All experts, I'm looking for a way to use VB6 detach the attachment file(S) from the Inbox folder of Lotus Notes email to our local/share drive. We already have codes to create Lotus Notes session, set the database to send mail from, open the mail file and send an email (pls see below)...
  18. mingichu

    upgrade Oracle 8.0.5 to 8.1.7 on NT. Registries problem.

    Hi! All experts, I just checked the listener.log in the new directory. It shows the old sid in service_name: (CONNECT_DATA=(SERVICE_NAME=OldSid)(CID=(PROGRAM=D:\OracleNew\bin\sqlplus.exe)(HOST=Host)(USER=User))) * (ADDRESS=(PROTOCOL=tcp)(HOST=n.n.n.n)(PORT=2790)) * establish * OldName * 12514...
  19. mingichu

    upgrade Oracle 8.0.5 to 8.1.7 on NT. Registries problem.

    Hi! All expert, Our current Oracle DB is 8.0.5 on NT, and we are trying to install 8.1.7 enterprise edition to upgrade without uninstalling the current 8.0.5. Firstly, the installation hung during coping REFCUR.VBP. We got some advise to replace oleaut32.dll from version 2.40.4518 with...
  20. mingichu

    MSFlexGrid: Wrap the text by resizing row height or column width?

    Hi! It works very well! Thanks a zillion!!

Part and Inventory Search

Back
Top