Resolved.
My application allows multiple instances of this form. So when creating the form I create an instance of it.
...
Set frmMe = New frmMain
frmMe.m_lngGrpID = pGrpID
frmMe.Show
' frmMain.m_lngGrpID = pGrpID
' frmMain.Show
...
When I switched the code for what is now...
VB6 SP6
Win XP SP3
I have one form that when you resize the form (maximize or drag the form border) the width, height, scalewidth and scaleheight values do not change. As a result the controls do not resize (multiple types of controls).
The resize event does fire properly. I have checked the...
CR2008
BO XI 3.1 (Infoview java panel)
When scheduling a report the filters option allows the user to change the record selection values that are part of the report. Is there any way to lock or disable this in CR2008 or to remove the or disable the filter option in BO?
If this requires...
I tought about that but I have to get an original recordset of maybe hundreds of records and loop through them to do some appropriate processing.
The specific tables that I need to process will depend on the type of order.
For example:
Get the orders ID and the order type values
First...
I am trying to put together a stored procedure with a dynamic execution path based on criteia it collects.
I am using a cursor to get the basic OrderID information and an 'Ordertype'. Ther type determines which other tables we need to access for scheduling and dispatching. These will be within...
You might be able to display the totals in another flex grid. Just manipulate the properties to make it look like the labels and then you may be able to just match the column widths.
zemp
CR XI
I have a report in which I have a formula to increment a shared variable in the GH1. GH1 is set to repeat on each page.
I would like my formula to ecexute only when GH1 changes and not every time GH1 prints.
Is there a way to achieve this?
zemp
That worked great with one exception.
The false part ({@false}) had to be placed in the Group Header and not in the report header. In the report header it would work with one group 1, but when multiple group 1's (range of invoices) occured then I need to place it in the group header. Basically...
CR XI Pro
I have a report that has the ability to print a range if invoices. Group header 1 controls the invoices and starts each new invoice on a seperate page.
Now I have had to add some information (in can grow subreports) to the group footer 1. The report gathers the information properly...
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.