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,887
- Last Active
- Roles
- Member
Comments
-
>>savename = "excellbl.xlsx" Should that be a full pathname
-
that does not look like it is the full code for your symbolic as there are obvious places it would crash, but, you say it does work in the setup you described, so....
-
Is the tableName getting attached - look in dbmanager Put your code in a test proc (defining columnName) and see where the crash is - debug may be required at start to step thru.
-
Using the format function on an existing program, it seems that it doesn't indent unless there's a label first. I would not expect it to. Put a dummy label like Mainline:
-
Yes, I'm overdue on an official release. Once this feature is vetted, I'll document and get out there. Thank you Don & Kevin
-
FYI This is working: subroutine bsbs_check_compile_vnavs(Void) $insert LOGICAL Declare Function get_repos_entities,rti_resolve_main_stprocname,Repository,get_Status,Unassigned declare function SRP_Editor_Utility declare subroutine Set_Status …
-
Thank you so much. I will try that out. Funny, appears that Rev still uses BLINT, so you must have dug very deep (as usual)
-
On a side matter. Your 'official' release of srpcontrols is showing version of 4.2.4, you are showing this updated version as 4.2.5.12, which is nowhere near where I would expect the current release to be of 4.2.5.11 What is the situation in this r…
-
if I do this: BLint( mainname,ProcSource, "", "", "",ExpProcSource) The source of the proc in mainname is retrieved by blint and my other inSource params are ignored (Proved by entering different prog name in mainname than the source, with a force…
-
OI10 - I think I need to get BLINT working
-
Nope, Warnings are not returned. Blint call looks like this: Dont know how to create values for P6, which is the expanded inserts in the code. Not sure if P3 is passed ot a result
-
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