Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
BarryStevens
About
- Username
- BarryStevens
- Joined
- Visits
- 1,858
- Last Active
- Roles
- Member
Comments
-
Nope, had to go with: result = Repository("TCOMPILE", entid, recompile_if_unchanged, cleanup_orphan_entities, preserve_linemarks) The compile 'errors' are in ErrCode case result<1> = 0 If Get_Status(ErrCode) then
-
Ah of cause, MD hook for BLINT. Thanks
-
Yes you may 😁
-
Appears to miss the inserts Errors =blint(ProgID,Code) Not sure about the interpretation of the other params:
-
Thanks, because RTP5 is not the way to go, judging by the results!!!
-
>>Send_Event to InitMenu can you show the command line for that. I think you might be going down the wrong path.
-
In a revwiki search I see this. Bit of a coincidence! Hi all, I am trying to fire my custom event (INITMENU) when the user right-clicks on an EditTable. So far, I can get the promoted create event to work (setting up QUALIFY_EVENT to detect right…
-
Return Dbw_Mywindow_Events( "CREATE", CtrlEntID, CtrlClassID, CreateParam ) Is this returning a 1
-
what does your Start_MDIChild params look like. Is this OI9 or Oi10? For one of the forms in question, in form designer, change the visible property to 1 and see that it does display. If so, then your promoted create or commuter create is not sett…
-
Normally mdi_child windows cascade when called, you must have a centrewindow call somewhere, so maybe check there.
-
DROPFILES test works for editline (with AcceptDropFiles property set to True)
-
Event Existence
-
DROPFILES event is active in OI10
-
@rogercurtishall I assume you have checked the windows event viewer when this happens?
-
I would also suggest you compile first then execute so you do not get confused between what are compile errors and runtime errors.
-
>>subclass the MDICLIENT That worked, I did not have to use the MDISize.
-
Thanks. Should this go before or after the MDISize?
-
>>subclass the MDICLIENT Can you give me a hint as to what the command line should look like.
-
FYI: Issue still in 10.2.2 RC
-
@KevinFournier maybe Rev accidently put something from 10.3 into 10.2.2 again (RevProfileLog)
-
Have changed to use the OLE.MDISIZE for OI10 as per your recommendation.
-
Great, Thanks. Not using the MDISize property.
-
This could be a solution for you if you can get it working. In 10.2.2 there is a param for stylesheets, for which I created a form with a large button, but, this does not appear to work in the way as I assumed it would. You may have to take this up…
-
field 10 of Syslogins is null Sorry, it is me that adds the username.
-
Not sure if this works or not now. I remember RTI_Lock_Owner crashing at one stage. Anyway, see if it works for you. GetLockOwner: UserId='' owner = RTI_Lock_Owner( Filename ,Key ) if index(owner,'*',1) then PcId=field(Owner,'*',2,2)[1,'_'…
-
Did you you run ClientSetup as Administrator and also stopped the OengineService V10
-
Ah, that explains it, I was berating myself for not see the picture control before.
-
@MattCrozier Yes, but could never get it to work in the issues postings, I assume. Then again, in old age, maybe I forgot!!
-
People use the URL tool rather than the Picture tool Yep, that's me
-
Fantastic, thanks so much. I am guessing there will be a lot of interest in this response, wont there @ChrisMeyer