Is there any way to access objects inside the web page. Specifically, I am trying to automate submission process to a web site. I would like to automatically fill in fields and press the 'SUBMIT' button.
Hi,
I have a program that when it runs it runs a .bat file
which needs a parameter passed to it. I am using send keys
to do this very successfully, except when the Windows Security is activated and my system is locked. The program is on a schedule and activates at 7am, but when I come to work...
I am using the following code to run a simple Brio Query from VB. I would like to set up and run a a Brio Query that needs to connect using a DataBase Connection File (.oce), and supply a username and password to gain access. Does anyone know how to do this ?
MacroManToo
Option Explicit...
Does anyone know how to change the excel backgroung from the standard grey. Note not on a sheet but the excel space after all workbooks have been minimised.
Hi,
I have set up a worksheet to be used by many different people, it contains formulae and so I want to protect the sheet so formulas cannot be deleted etc., unfortunately I also used grouping or rows and so when I protect the sheet I cannot use the grouping buttons. Can anyone help me here...
How can I redimension the size of nQty, in the following
user defined array
Type UsageRecord
sPart As String * 5
bIsKIT As Boolean
sDesc As String * 30
nQTY(20) As Long
nDaysBooked As Integer
nTotal As Long
nMean As Double
nStdDev As Double
nShelfStock As...
I am using the put statement as follows
Open sGetFile For Binary As #1
While oFolder.Items.Count > 0
For Each oMailItem In oFolder.Items
If oMailItem.Body <> "" Then
Put #1, , oMailItem.Body
End If...
Hi,
I have a multidementional array that I want to Re-Dimension and preserve the data. I have tried ..
Redim Preserve Myarray( 100, 20)
But this does not work ..
Help
MacroManII
I am stuck,
I am running Brio 6.5 and I am trying to enter a startup script to process the query, but I cannot seem to be able to do this. When I open the script editor I cannot find a PROCESS method under ActiveDocument.Sections. Is ther something wrong with my set up ?
Help
Hi,
I have a VB Program that opens up an MRP system running on Reflections. I then can pump in transaction data much faster than a user just sitting and keying in directly. I am able to do this by opening Reflections as an object in VB, and as Reflections supports macros in VBA I am in control...
Hi,
I am wondering if it is possible to add user defined functions to Brio for use in the Add Computed Item ?
I would like to create a function and then be able to use it in the formula of a computed item .
Can this be done, and how ?
Regards
MacroManII
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.