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,939
- Last Active
- Roles
- Member
Comments
-
maybe run ClientSetup.exe (in the OI root folder.) Exclude your OI path from DEP and any virus apps.
-
@AusMarkB are you using graphs in any of your work?
-
@bhaughn how did you get it to show in an OI form. Can it be printed in a report (say) OIPI.
-
@bhaughn what did you use to create the graphs?
-
OK
-
OI10 I used SetForm and it works whereas AddNamedForm doesnt. The issue I am seeing with SetForm is the form flashing up first before showing in the panel. The form is set as 'Hidden' but there is code for the create event with a forward event, …
-
Sorry guys, I misinterpreted the x control, I was assuming it would be auto adjusted. So, i would assume they would need to go on a 2nd page alighed with the page 1 panel to use the original x,y. I will make that changed.
-
Yes
-
Also tried the AddNamedForm example. The form I was using was not set to visible. When I ran the panel test form, the for I was setting is shown on the desktop but not in the panel. Just mentioning in case is a clue to what I am stuffing up. Testi…
-
what about all the 'sync' functions, the do rebuild
-
'Rebuild system index'
-
Thank you.
-
Ok, thanks. Just thought it was a terminology that most people were aware of. (I am very old school and not au fait with newer jargon)
-
Thanks. >>"Web API" to "HTTP Service" Ah, that explains that one, could not understand it and too embarrassed to asked.
-
@AusMarkB CaptionHorzAlign can give adjustment from left. I must remember that the ole properties are exposed, makes it much easier to find the correct property(s) to get what you want.
-
Looking at the Ole Properties for the control I saw 'HorzAlign', changed that one to left and it works.
-
@DonBakke I tried the following code but the caption is still centered, not to the left. What have i missed. Ctrl=@Window:".OLECONTROL_1" foo=Set_Property(Ctrl, "OLE.ControlPart", "DIV") foo=Set_Property(Ctrl, "OLE.Caption", "This is a caption") fo…
-
< G >
-
and the same to you
-
@AusMarkB >>picture control dividers What are these?
-
Thank you, I will compare the two.
-
>>Because this is an OLE control, you will use SRP_COM to interact with its properties and methods. Why would you not use the OI ole commands. How do you know that the OI ole would not work and you need to use srp_com.
-
No, just a single PC (dont think is maintained very well though) I will try OI9 test one day as I will eventually move them to that. OI8 because arev data on peer-to-peer network other PC.
-
That did not work, still the same. I just saved to the folder(Overwrite) and opened OI and then the SrpEditor. Was there anything further I was supposed to do.
-
Ah, knew it was obscure (maybe Srp Editor should have a link to here) Yes, I know that it is the srputils that does most of the heavy lifting so that you dont need Srp editor for most of the functions.
-
Kevin, >>Documentation for both Extended BASIC+ I came across this and now I cant find it. Can you point to where it is please.
-
< saving that explanation away > Good subject for a tutorial!
-
Ok thanks, so I didn't miss anything, just jumped the gun :)
-
Ok thanks, that makes sense now. Is the code in the ssp new stuff that has been added to the Srp_Precompiler, or has it been there all along? Which brings me to - Is there any single place documentation on the commands\format for Srp_PreCompiler
-
I know what unit testing is, just needed to know how your setup is supposed to work.