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: *

  • Users: mingichu
  • Content: Threads
  • Order by date
  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! 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...
  3. 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...
  4. 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...
  5. 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...
  6. 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...
  7. 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 "Type mismatch" or "Object does not support...
  8. 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...
  9. 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...
  10. 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)...
  11. 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...
  12. mingichu

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

    Hi! All experts, I am working on MsFlexGrid in VB6. I'd like to resize row height or column width if the data length can't fit into the cell. I tried to set WordWrap as True in the object property or dynamically in the procedure. Neither can't work. I would appreciate if anyone can help me...
  13. mingichu

    Any dictionary to list source tables of the view?

    Hi! all experts: Does anyone know any dictionary table or good tool to list views and their source tables? The only thing I know is the TYPE_TEXT in USER_VIEWS, but it doesn't show the complete script for creating views and source table names are always missing. Thanks in advance for your time...
  14. mingichu

    How to time out the application?

    Hi! I'd like make sure the application automatically closes if the user let it idle for 30 seconds. Should I use timer and loop? Where should I put the codes? Thanks!!
  15. mingichu

    How to recover rollback segment???

    I got error messages when opening the database ORA-01113: file 10 needs media recovery ORA-01110: data file 10: 'H:\RBLARGEFILE.ROL' I removed this rollback segment from init.ora, mounted oracle, and used "Alter database datafile datafile 'H:\RBLARGEFILE.rol' offline drop". After...
  16. mingichu

    How to create an array of button?

    I'd like to change several command buttons' captions based on the values in the tables. I'd like to create an array of buttons, 'cause the count of the values are dynamic. When I copied the first created button named "cmd(1)" and pasted to the form, it didn't create something named...

Part and Inventory Search

Back
Top