Search results for query: *

  1. T

    How do I display 2 places after decimal (currency) when zero reading from Access DB?

    I want to display 10.50 instead of 10.5 to txtSalesPrice.Text when I read Access DB. It is stored in the DB as a String 10.5. How do I change the code below for txtSalesPrice.Text and txtCost.Text? Thanks in advance for any help. ' Display the current record. Private Overloads Sub...
  2. T

    Using ProposedValue Validating String input field Access DB

    I want to make sure that when adding a new record to the Access DB the user enters data all fields. I figured out the Integer fields but cannot find how to check the String fields. I searched the forum and could not locate anything. Any help would be appreciated. The Description field is the one...
  3. T

    Exception writing a Seq file after reading seq file and loading into ArrayList

    I am reading a Sequential file load it into ArrayList and when the user clicks mmuSaveFile_Click. I get the exception (Specified cast is not valid). Can anyone tell me what I am doing wrong ? Look for EXCEPTION below. Also when I use MS Visual Studio to step thru the code it never goes to...
Back
Top