Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Jaroslaw
  • Content: Threads
  • Order by date
  1. Jaroslaw

    Prevent rptTextBox from shrinking

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

    Disconnected hierarchical rs and DataReport

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

    ListBox AfterUpdate event and Selected property problem

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

    ListBox AfterUpdate event and Selected property problem

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

    Form doesnt respond to QueryUnload

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

    Error building a dll.

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

Part and Inventory Search

Back
Top