Search results for query: *

  • Users: sirmilt
  • Content: Threads
  • Order by date
  1. S

    vertical scrollbar DataGrid

    I am using Visual Basic.Net 2003 with an Access 2000 database. An integral part of the program that i'm working on is a DataGrid which I am filling from three different queries, based on the user's input. The Grid properties are coded with specific requirements for each of the queries. I have...
  2. S

    Form Naming

    I am using Visual Basic.net 2003. I changed the name of the default form, in a new program I am working on, from "Form1" to "frmCollections". I made the change in both the Project Explorer and the form's properties. When I attempt to run the program I am greeted with an error message "There...
  3. S

    Crystal Reports In Visual Basic 2008 Express

    I am using Visual Basic 2008 Express, Access 2000 and Crystal Reports 8.5 to rewrite an application previously written in Visual Basic 6. I need to fill the report selection formula from Visual Basic and the following code is exactly the same as in VB 6 and works fine...
  4. S

    Test For Changed Text

    I have an application that triggers a string of calculations and other events when the user leaves a text box. What I would like to do is test to see if the text in the box has been changed and if not exit the sub and avoid the events that would normally follow. A simple comparison to nothing...
  5. S

    Quick Find/Quick Replace

    The dialog box that normally appears when I use the Qick Find or Quick Replace does not appear. It was working find butsuddenly stopped working. I have searched the Microsoft Knowledge Base and help files and have "Repaired" VB without success. Does anyone have any suggestions on how to fix...
  6. S

    Help With Help

    I am using VB 2005 Express edition and can't get any help from "Help". When I click on the Help button and select a subject I get the following message: "You have chosen to use local Help only for Search and F1 results, and the topic could not be found in local Help." This is followed by...
  7. S

    Data Disappears

    Hi I'm working on an application with a lot of In and Out times. The application was originally written in VB 6 and converted to VB 2005 Express. There are a number of Control Arrays in the program, I save the input form into 3 separate Access 2000 tables. If I go back into a form that was...
  8. S

    PrintForm in VB 2005 Express

    I added a PrintForm component and it simplified printing of a form greatly. However, I can't figure out how to change from Portrait(the default) to Landscape. This one line of code prints the form in Portrait: pf.Print '(pf is the name I gave to the Printform control) Thanks,
Back
Top