Consulting

Results 1 to 4 of 4

Thread: Updating Numeric FORMFields

  1. #1
    VBAX Regular
    Joined
    Sep 2004
    Posts
    34
    Location

    Updating Numeric FORMFields

    Hello,
    Nowadays many information transfer is done with text-strings.
    I like to know how we can get those text-strings in formfields which are defined numeric.
    Suppose the formfield x1 is defined as numeric with length 5 and 2 decimals.
    The text-string contains "20,45".
    Is it possible to do an update so like the result would the same as a manual input ?

    Any help is greatly appreciated.

  2. #2
    VBAX Regular JOrzech's Avatar
    Joined
    Jun 2004
    Location
    Upstate New York
    Posts
    83
    Location
    I don't understand your question JPDO. What do you want the final result of the text string to appear as if a formfield is defined as numeric with length 5 and 2 decimals?

    xxxxx.xx

    ?
    Joanne

  3. #3
    VBAX Regular
    Joined
    Sep 2004
    Posts
    34
    Location

    Updating Numeric formfields

    Thanks for your reply !
    I mean a formfield defined as NUMBER with length 7 and a format 0,00.
    In input i receive "20,45" as string.
    Can i set this a result of the formfield and then calculate with the formfield ?


  4. #4
    VBAX Regular JOrzech's Avatar
    Joined
    Jun 2004
    Location
    Upstate New York
    Posts
    83
    Location

    My apologies....

    I forgot about this thread.

    What do you want the end result of 20,45 to look like - exactly?
    Joanne

Posting Permissions

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