third_party_content:community:commentary:forums_nonworks:184c01f2a84f13e48525653d001e39db

Sign up on the Revelation Software website to have access to the most current content, and to be able to ask questions and get answers from the Revelation community

At 27 OCT 1997 01:30:08AM Scott Kapaona wrote:

I have several data entry windows that allow a user to input a dollar

amount for use in calculating total balances. What I am trying to

figure out is, how can I make those fields that allow you to put dollar

amounts in them automatically display .00 in them when the window

is called, instead of having just a blank prompt.

I'm thinking I'll have to use the Window_Common% values. Is this

true. Any help would be appreciated, as well as sample code.

Thanks

Scott Kapaona


At 27 OCT 1997 01:17PM Dsig (SigSolutions) wrote:

Scott,

The simplest way I know is to Call a little routine from the POST READ process.

For example .. in the Samples app/Window Product Retail Price is column 2. In the 'Processes' window I called a routine from Post Read and the code was:

Subroutine DsigTest

   If @Record=" Then @Record=.00"

Return

This displays the '.00' after the read process.

dsig

David Tod Sigafoos ~ SigSolutions

[email protected] voice: 503-630-8080 cis:70302,77

NOTICE FOR RTI FORUMS: The message above is an answer to a user request and should

be taken as personal opinion only.

Although care was taken to not hurt anyones feelings or impugn the quality of any product, support or idea IF there is an

exception taken please note in detail the offending portion of the note and email me. I will take all notes under advisement.

View this thread on the forum...

  • third_party_content/community/commentary/forums_nonworks/184c01f2a84f13e48525653d001e39db.txt
  • Last modified: 2023/12/28 07:40
  • by 127.0.0.1