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...
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...
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...
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...
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...
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...
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...
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...
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...
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)...
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...
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...
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...
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!!
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.