Thanks for your reply CCLINT but the height is where I have a problem. The DataReport keeps adjusting the textbox borders (top and bottom) depending on how big the font is.
I am trying to create a report which will look like a spreadsheet when printed out (the users here LOVE their excel...
Hi all,
I noticed that the text boxes I have put on my DataReport shrink depending on how much data is in them. I have set the BorderStyle property to rptBSSolid and I would like them to stay fixed size. How can I accomplish this?
Thanks,
Jaroslaw
Thanks for your reply Jim.
As it turns out this part was fine (binding the report fields) but I was going completely wrong about creating the hierarchical recordset.
Here is the proper code if anyone is interested:
[code]
Private Function BuildShapedRecordset() As ADODB.Recordset
Dim oConn...
Anybody?
Although, I would like to avoid using DataEnvironment, is it possible to create a "disconnected" DataEnvironment (without SQL) and populate it manually like you can do with an ADO recordset?
Thanks for any suggestions,
Jaroslaw
Hi all,
In my project I have to use a disconnected ADO recordset to fill a DataReport. The amount of data processing required for the report prevents me from using any SQL. I have to create and populate the recordset in memory and then use it as DataSource for the report. Everything works fine...
Hi all,
Here is the story (I am using Access 97):
1. I have a form with 2 listboxes (List0 and List1) and 1 text box.
2. List0 is set to Value list with following values: "item 1;item 2;item 3"
3. List1 is populated and selected in the List0_AfterUpdate event like this:
Code...
Hi all,
Here is the story (I am using Access 97):
1. I have a form with 2 listboxes (List0 and List1) and 1 text box.
2. List0 is set to Value list with following values: "item 1;item 2;item 3"
3. List1 is populated and selected in the List0_AfterUpdate event like this:
Code...
Hi all,
I'm working on a small application that runs as a Windows 2000 service (I am using ntsvc.ocx).
I am creating an icon in the system tray when the service is started. When the user clicks it, a form shows. To hide the form I have put the following code in the QueryUnload event:
If...
Thanks JOLESEN,
Your workaround works great.
My project compiles fine now, but I still get some errors. I get the following linker error when building:
Compiling...
NIC Control.cpp
Linking...
NIC Control.obj : error LNK2001: unresolved external symbol __imp__SetupDiCallClassInstaller@12
NIC...
Hi all,
I'm trying to create my first C++ dll for use with my VB program.
It is probably an easy one for you guys. I cannot build my project because of the following:
I'm getting this build error:
'SetupDiGetClassDevsA': cannot convert parameter 1 from 'const struct_GUID *' to 'struct_GUID...
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.