Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

crengler

About

Username
crengler
Joined
Visits
28
Last Active
Roles
Member

Comments

  • Hi, Kevin. I hated to bother you with working on my code so I did a little more digging. Come to find out, other SRP tables were also coming up with all caps but no one complained to me about it. When I heard that, I suspected what the problem wa…
  • Hi, Kevin. It doesn't appear to be the case of the styles being copied. The header row directly above the first record is all lower case. Just for arguments sake, I added a check box to the process column and all the text is now mixed case. Un…
  • H-m-m-m, let me check that out. Possibly one of the merged header cells is uppercase.
  • Can't believe I copied/pasted from my templates without modifying the code. Works ok when I format it properly. Charlie
  • DECLARE FUNCTION GET_PROPERTY DECLARE SUBROUTINE SET_PROPERTY COLUMN=FIELD(PARAM1,";",1) ROW=FIELD(PARAM1,";",2) VALUE=GET_PROPERTY(CTRLENTID,"OLE.CELLCHECK[COLUMN;ROW]") *** Do some processing with VALUE RETURN 0
  • DEP is turned on for all programs and all the forms are newly created in OI9.4.
  • This has been an occasional problem for me in OI9.4. It doesn't matter what event I'm in or what window I'm in, etc. From time to time, an event just doesn't compile properly. No debugger popping up, no error. The event just will not function p…
  • Don, Checked everything you mentioned and all the code looked good. I decided to delete the Sysreposeventexes row pertaining to this event and recompile (User created event.) It's working now. Charlie
  • Hi, Don. I'm using "OLE.DataColumn" and set the Visible attribute to False for the specific column. I use "OLE.CellText" to add the text to the cell.