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,982
- Last Active
- Roles
- Member
Comments
-
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.
-
tools->Unit Testing ??? also File->New->Item->Test Module: function Test_{NAME}(@Test) does {NAME} imply that you manually change Sorry if I am missing something obvious here. Is there any post about these new features?
-
Try this for OI9 Function CS_GET_DLL_VERSION(FilePath) * *FilePath - Full path to the DLL file. I.e. c:\windows\twain_32.dll * $Insert Logical *Store the WSHScript regular expression code in a common to prevent initializing it every c…
-
Try this (May need chaning to work in V9)) Function BSBS_GET_DLL_VERSION(FilePath) * *FilePath - Full path to the DLL file. I.e. c:\windows\twain_32.dll * * Enable oi10 event syntax by default because this is an event handler #pragma precomp ev…
-
I tried again after doing a Rebuild System Index and the 2 syncs' in Development menu. It now installs OK.
-
CARETPOS
-
Maybe, in arev do PCEXECUTE(Cant quite remember) to execute the dos command 'hostname' with output to a file and read the file.
-
I was answering this question - or the network ID in OI?
-
Get_Sysinfo
-
That looks like an OI form, so:
-
Do you mean the form is clearing after you do the write? In form designer
-
If the fields that are to be refreshed are symbolics, then I assume that you are not seeing them auto updating, so you need to check the following(imho) Are you setting the "INVALUE' of the field you are changing by code. Is this field referenced in…
-
Are the ALL the field you want to 'refresh' symbolics? I am assuming that that you are saying that values in other fields are dependent on the value in the changed field.
-
@record
-
Damn, knew I saw it somewhere.
-
Maybe you need to look at setting the AUTOSCALE property to 0 for all controls, if you have a promoted create event this could be easy. OR maybe there is an undocumented 'apply no scaling to all my controls or this app"
-
I think this is your problem. You are trying to read a non existant record to get your EOF status (Which I what I suspected. Try: Loop readnext ctid else Eof=1 until Eof reado ctrec from ct@, ctid then | | end repeat
-
Can we see your readnext looping code?
-
This will give you a list of open windows. Then you can work from that:- loop, close all that are not the one to leave open. WindowsRunning = utility("OBJECTLIST","","WINDOW")