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
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...
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.