Is there a way to create a playback file so that it does not include a <cr>?
 
I'm using the PLAYBACK command within eep's to populate columns
located in data-entry forms.
 
I want the data stored in the playback file to fill the column, but NOT to advance
to the next column.  This would give the user the ability to edit the field
themselves before continuing.
 
Here's a sample of what I'm doing:
 
SET V uprc CURRENCY = &plevel IN invent WHERE itemno = .itmno
SET V pbtext TEXT = (CTXT(.uprc))
OUTPUT price.
WRITE .pbtext
OUTPUT SCREEN
SKIP TO price
PLAYBACK price.
RETURN
 
I'm guessing there may be another way to create the file using a different
command other than WRITE which seems to be producing the <CR>
 
Even when I manually use RBedit and enter text (without pressing <CR>)
the PLAYBACK command seems to automatically generate it.
 
How do you guys do this?
Thanks,
 
Rob Vincent
 

Reply via email to