Search results for query: *

  1. V

    Print Preview with Landscape?

    Hello, Can anyone tell me how I can have a little more interactive print preview dialog? I need the ability to show the user how info in a dataset will appear if printed in LANDSCAPE. Then print that view. Also, an added bonus would be able to print selected pages... but really not important.
  2. V

    Setting the Value of an Integer

    Paszt, I've come to the realization that I must set up a dynamic SQL statement within the Stored Procedure of SQL Server, However, I'm a little fuzzy on how to use the 'IIF' in SQL Server. I've used in it other version of SQL but not SQL Server's. If you can help it would be appreciated...
  3. V

    Setting the Value of an Integer

    I'm currently working with a sql server DB and need to pull all the information with an id that is not equal to the integer 4. However, I pass the integer on the form level of my VB. Net form. How can I get the equivilant of: ColumnName <> 4 In vb. net if I'm passing an integer value...
  4. V

    Progressbar with a Dataset

    I'm currently loading a form that uses a class to pull data into a dataset from a storedprocedure in SQL Server. I have been pulling my hair out for the last few days trying to figure out how to show the progress of this form with the use of a progressbar. This process currently takes about...
Back
Top