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
-
Is and always have: Did test proc with just this: call Detach_Volume( DetachPath , status) vnav comp for DetachPath Edited: DetachPath ='' call Detach_Volume( DetachPath , status) Clean compile. What do you get?
-
this is my windows 10
-
in windows where you search for an app.
-
Suggestion: In your search bar type 'character map' and run, and then see in the dropdown if the font family you are using actually exists
-
Kevin, is your testing in OI9 or OI10 I am suspicious that this works in OI10 for you, but not OI9 for roger.
-
I assume you have logged out/in since setting
-
Can we see your related code please
-
Barry, I am using the application properties to set UTF8. I tried your suggestion on the SYSTEM UTF8 properties calls, with no affect on the problem. Was not a fix, just a tip
-
Window 11 !! This might help then With the release of Windows 11, the Segoe Fluent Icons font replaced Segoe MDL2 Assets as the recommended symbol icon font. Segoe MDL2 Assets is still available, but we recommend updating your app to use the Segoe …
-
Reason for my previous question (forget about if 9 or 10), was that if you were not using utf8 prevoiusly and have just turned it on in your application settings, then my gut is telling me that I have seen forum reported issues where it can affect t…
-
I turned on UTF8 character mode in my application and you did that using what method? Are you in OI9 or Oi10?
-
-
I still have much to learn in the ways of OI. So do I, still. That did my head in:- (0 = done) 😁
-
what I said 😜 Seeing the symbolic code will help as there are a lot of things that might not line-up seeing you are referencing a different application - xlate , function call etc etc
-
I dont suppose you have an xlate in the symbolic do you? Seeing the symbolic code will help as there are a lot of things that might not line-up seeing you are referencing a different application - xlate , function call etc etc
-
> Is the tableName getting attached - look in dbmanager Yes, I see it there in dbmanager. My code sample was abbreviated, my full code performs get_status() checks to ensure the table is being attached. If you then do a LIST tablename [failing…
-
is the database you are attaching in the calling app's inheritance chain?
-
>>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