[[https://www.revelation.com/|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]]
==== Prompt Values (AREV Specific) ====
=== At 27 OCT 1997 01:30:08AM Scott Kapaona wrote: ===
{{tag>"AREV Specific"}}
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
dsig@teleport.com 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.
[[https://www.revelation.com/revweb/oecgi4p.php/O4W_HANDOFF?DESTN=O4W_RUN_FORM&INQID=NONWORKS_READ&SUMMARY=1&KEY=184C01F2A84F13E48525653D001E39DB|View this thread on the forum...]]