Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
Michael
About
- Username
- Michael
- Joined
- Visits
- 208
- Last Active
- Roles
- Member
Comments
-
Thanks Don.. I have a workaround now. Within OI, I create a LOGON VOC item that will run the FORM processor and log out. Lo and behold, Arev32 can use the old RevG forms! When I call Arev_Standalone_Form, it calls the VOC item, prints the form le…
-
Interesting.. I know how to call OI functions from within Arev32, and Arev32 does run on top of OI, but I can't call Arev stuff from within OI. Is there a good way around this? My client has Hundreds of these Rev form reports. I guess one option…
-
Tried it.. I got a message that the command can only be run from Arev32. FORM calls V115. Any way I can call that directly from OI?
-
So if I was running from Arev32, the TCL command would be "FORM formtable recordid datatable". I just call Start_Window with the TCL command as the CreateParam?
-
Does the SRP Popup tool allow for manually entering a line/row #, perchance?
-
I'm thinking I'd need to trap the KEYDOWN or CHAR from POPUP.ET_POPUP? Has anyone done anything like this?
-
When Reading a record, the data is displayed correctly.
-
I've got that.. initially it displays correctly.. then if I change cell or leave the edittable it switches.. then back if I return to the edittable. And it truncates anything after row 2 because, when it does the switch, there are only 2 columns. …
-
The data is being populated in ARRAY format, but I will try doing LIST instead. Thanks!
-
Yes sir.. 2 columns, both databound. I originally tried just modifying ATRECORD, but that got the same result. Then I tried doing ARRAY as well. Should I try using LIST instead of ARRAY/DEFPROP?
-
Nope, everything is being done using ARRAY (or DEFPROP, which is the same thing). Does Srp_Rotate_Array work on a regular OI edittable?
-
The problem is, there are really only 2 columns and N rows. When I stuff the edittable, it's treating the rows of column 1 as columns in row 1 and truncating anything past 2.
-
I'm stuffing it from an Options button.. just putting plain text into Array. I'm Trimming the text before putting it in Array. Once it's stuffed, if I F4, it shows extra spaces at the end; and if I hit End, the cursor goes to the end of the extra…
-
Hi guys, Ok, my users can handle doing F4 and end on a given cell. But when they press F4, the "highlight" ends about 20 characters After the real end of the text, and they have to backspace to get to the end of the text. When I stuff the cell te…
-
Unchecking the Clear Form after Write flag
-
Bingo! Thank you sir
-
So far, yes, it happens regardless of control type. The code is called from the Write script event handler. It occurs after the Forward_Event Yes, the Clean Form flag is set The Write occurs upon either a push button event or pressing F9 (menu e…
-
In this case yes, an edit box or edit line.
-
Don, that's precisely what I need to do, but it needs to be automatic. Can that be done programagically?
-
I should say, the Arev style is how my client Wants it to work.. lol Thanks for your help sir
-
But if I stuff the TEXT property, the text is filled in. I'm trying to duplicate the default handling ala Arev. It fills in when you press Enter. Doesn't the OI Editline default work the same way? I could replace the combo box with an editline a…
-
I'm actually replacing the normal dropdown process. But I still need to provide a default when the user lands on the combobox, the same way we do with an editline. If I populate the List programmatically, how can I programmatically say which will …
-
Hi Don, I have the Default function as you specified, and I know how to call it from an Editline, for example. But is there a way to call from a Combobox? The defaulting functionality doesn't seem to be the same; and when I try to put the functio…
-
Thank you sir
-
Exactly.. How/ can I put something there programagically?
-
Yep.. @Reccount shows the number of records selected. So field 10 should be C and 8 should be 0 (cursor #)?
-
So if I call Rlist, type 5, and it returns the select list, what should be the popup mode? I've tried both T and C and neither work.
-
Bingo! Works like a charm (and much faster) I know I learned this years ago but I've slept since then Thank you Sir!
-
VSPRINTER2.. Should I just use VSPRINTER?
-
You asked what version of OIPI. That's as far as I can tell, sir.