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,960
- Last Active
- Roles
- Member
Comments
-
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
-
All questions have now been answered. csXGraph now purchase. What a fairly easy to use tool and many functions for output manipulation this is. Ok, I had to ask ChatGPT for some help with the terminologies!!, but...
-
OK, so I assume then it was able to class the users as 'Non Developer' and thus just have a single license. Was the licence a one-off cost or is it annual renewal?
-
Hi Don. I still have this question: When you distributed to a multiuser server based ‘runtime’ Client, did you find you needed a multi user dev licence or did you only need to register the ocx on the server.
-
ALL GOOD - WORKING NOW This was the issue: Passas params not string exec_method(CtrlID,'AddData',"Item 1", 17, red$)