+ Reply to Thread
Results 1 to 3 of 3

Textboxes and ComboBoxes

Hybrid View

Guest Textboxes and ComboBoxes 03-02-2006, 11:55 PM
Guest RE: Textboxes and ComboBoxes 03-03-2006, 01:15 AM
Guest RE: Textboxes and ComboBoxes 03-05-2006, 09:35 PM
  1. #1
    Jason Zischke
    Guest

    Textboxes and ComboBoxes

    Hi All,

    Is there a way to format textboxes and comboboxes to reconize that a number
    has been typed into it so that I can say, If combo.value > number Then ?

    Thanks in advance

    Jason

  2. #2
    Jim F
    Guest

    RE: Textboxes and ComboBoxes

    If IsNumeric(ComboBox1.Value) = true then
    if combo.value > x then
    end if
    end if

    "Jason Zischke" wrote:

    > Hi All,
    >
    > Is there a way to format textboxes and comboboxes to reconize that a number
    > has been typed into it so that I can say, If combo.value > number Then ?
    >
    > Thanks in advance
    >
    > Jason


  3. #3
    Jason Zischke
    Guest

    RE: Textboxes and ComboBoxes

    Hi Jim F

    That worked great, Thanks.

    Jason

    "Jim F" wrote:

    > If IsNumeric(ComboBox1.Value) = true then
    > if combo.value > x then
    > end if
    > end if
    >
    > "Jason Zischke" wrote:
    >
    > > Hi All,
    > >
    > > Is there a way to format textboxes and comboboxes to reconize that a number
    > > has been typed into it so that I can say, If combo.value > number Then ?
    > >
    > > Thanks in advance
    > >
    > > Jason


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1