Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
Opto_Will
About
- Username
- Opto_Will
- Joined
- Visits
- 1,435
- Last Active
- Roles
- Member
Comments
-
Would this logic also apply to the systasks table? We are also building up entries via immediate RTI_TASK_SUBMITS. Obviously the completeion of a task doesnt clean that up, otherwise you couldn't retrieve the status.
-
@BarryStevens With the latest Controls, I had to add some code (as per Kevin's notes) to a localised version of the FW_MAIN_EVENTS Create (right before the frame is set to Visible) to use Kevin's new LayoutChildControl method for the Ribbon Control.…
-
Case closed. That makes me the culprit then for leaving them open when not actively looking at them during the day.
-
Thanks Don. Thats the behavior I am seeing so I will go with that unless someone tells me otherwise.
-
Thanks for that gents. So does that temp file get created on file open or on changes made for an inherited routine? I do have a couple of inherited routines open but unchanged. Maybe that is enough if I (or someone else) adds to the deploy at th…
-
@DonBakke Is that because of issues with later WIn Versions and 4.7.2 or because 5.2 is just more 'stable/functional'? We are only just getting clients on 4.7.2 and most won't want to pay actual money for 5.2 for OI9. Obviously, when we have a OI…
-
Thanks Kevin. Fixed our issue. Nice early Christmas present. Merry Christmas everyone!
-
Thanks @KevinFournier. It is Windows . Normally accessed via RDP but I can also replicate it via a mapped drive from my local PC. I do have multiple monitors (4 technically) but I am only using 1 (the 'default' screen) and not moving between scree…
-
So I have moved my code up a touch based on your note (I had it last thing in the create previously). It is definately better. The LayoutChildControl alleviated most of the issues I was having. What I still get is the symptom similar to what Bar…
-
Thanks @ KevinFournier for confirming my expectations on both questions.
-
@KevinFourniew, I was wondering if I could get your opinion on 2 things then. 1. I started to write a whole version check wrapper around LayoutChildControl so the code would only get triggered for the right versions of the Control (4.2.2.7 or gre…
-
I have had similar occurences in the past in OI 9.4. I am sure Kevin fixed something similar (but maybe not the same) to this in his 4.2.x releases before we broke him with 4.2.2.6. So side question for @KevinFournier, all those 'layout fixes' you…
-
I should note that was OI9. (OLE.LayoutChildControl isn't needed for OI10, as per Kevin's last Blog post)
-
I have an issue where the statusbar of the Frame disappears behind the taskbar with the newest controls. I have used the new OLE.LayoutChildControl (maybe incorrectly) but was able to alleviate that issue by resetting the Theme (no idea why that wo…
-
Related to this issue, considering OI 9 is 32-bit, is there a limit to size for table files, either physically or opening to memory? We recently has an issue where we also managed to create a 65Gb table data file (the Syslists issue I posted here r…
-
Thanks @AusMarkB. Thats what I ended up doing for this site in particular. I gave them the empty files that we deploy with a new site. No ill effects so far. @BarrySteven, Thanks for the link. Interesting read. I only have gone through it 2 or…
-
@DonBakke It does stop. Every other dev gets the debugger pop up at that point. This user it just 'hangs' I did originally try to just copy in my RevDebugger values before I deleted the whole oinsight.ini file. Neither worked. Nor did a full …
-
No. We aren't OI10ing yet :( On the schedule for 2024.
-
@BarryStevens Yeah, my test table has 7 columns with BTREE. I was trying to wipe them all. I can run all of this fine from a test sub. Having that test sub start via the SystemMonitor from a OEngine Service is where my problem lies....
-
So why would I not see that if I just run a delete_index from TCL? Is that being supressed in a way the OEngine doesn't?
-
I am indeed checking. My full code for that step is: MessageTxt = "Start Delete Index.." GoSub LogProcess Set_Status(False$) Delete_Index(TableToClear, "", 1) If Get_Status(status_code) Then Swap @VM with ": " in status_code MessageTxt =…
-
Ok, that was a lot of info to parse through. I noted some identifiable things but honestly nothing that stood out at me in my ignorance and fried brain! I think the main line that is causing grief is a Delete_Index line, Delete_Index("MYTABLENAME"…
-
now THAT creates a file. A rather big file!!.....
-
My own simple logging routine. I set a message to identify every step and then I GoSub to write out the message to OS file. Well it a little inconsistent but it never gets past a certain point. Sometimes it doesnt seem to run at all. Sometimes it…
-
Ahh. Fair point. Not a mind reader ;-) Subroutine being called.
-
Thanks @DonBakke Its in Local. We are not appending the application name but it is passed through via the eserver config naturally I beleive. The Eserver entry is ProcName,AppName,UserName,Password. I can try your suggestion. I should take a step …
-
Thanks @KevinFournier :)
-
This seems to handle the Windows API dependencies a little bit better than Dependency Walker... https://github.com/lucasg/Dependencies
-
I am beginning to see what you mean about DLL hell.....
-
@KevinFournier Did you note "F9 on a records throws an error after installing Editor 3.4.3.4" on the 'The List'?