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,938
- Last Active
- Roles
- Member
Comments
-
See msg_equates <6> col x position to place the dialog box. A value of -1 centers within the message's parent window. A value of -2 centers with respect to the screen. If either col or row is -1 or -2, then the message is centered accordingl…
-
@AusMarkB Yep, I see what you mean. I miss read it. I think he must be making assumptions about it not working without realising that each value in the mv field is extracted and indexed as oppose to a string of "'Toy':@vm:'Blanket'" as the index. No…
-
WITH KEYWORD = "Coffee" AND WITH KEYWORD = "Blanket" at the beginning you said: And I want to search records that has keyword of "Blanket" OR "Coffee" >> it won't select the records whose keyword value is 'Toy':@vm:'Blanket ' Of course not, …
-
SELECT tableNAme WITH ( KEYWORD EQ ‘Blanket’ OR WITH KEYWORD EQ ‘Coffee’ ) AND ( WITH STATUS NE ‘Cancelled’ AND WITH STATUS NE ‘Sold’ )
-
Mark, would it be: srch_strng="KEYWORD":@vm:"Blanket":@vm:"Coffee" srch_strng:=@fm:"STATUS":@vm:"#Cancelled" srch_strng:=@fm:"STATUS":@vm:"#Sold":@fm i.e with (keyword equal Blanket or Coffee) and (with status not equal cancelled and with status n…
-
Yes, I was thinking along those lines, because it is usual for the engine to show in run mode, because most of the code around (me included [in early versions]) was for to hide the engine.
-
Yes & No. /HE=1 would meean you can see the engine and you dont want to. I thought /OE=1 (show the engine) was valid, but I see now that it is not.
-
in your shortcut command line /OE=1
-
Do you have TABCONTROL. Would this be relevant: https://revelation.com/o4wtrs/oecgi3.exe/O4W_RUN_FORM?INQID=WORKS_READ&SUMMARY=1&KEY=14256.4895717593*61A5E8D8576968D785257260005C0294#/section/breadcrumb/UPDATETABLE/Display
-
Is DEP enabled (not saying cause, just sounds familiar) - try disabling or add formdes to exclusions
-
...just to be clear ITEM=SRP_Sort_Array(ITEM,"AL1",0)
-
in the old format, there is the same result, or did 2.0.2.RC8 fix that
-
If you remove the '0' (Format param) does it work
-
I have given up. I have no idea of what is wrong. Will stick to the original (commented out) version, it works.
-
I created this test in OI9 and OI10 Subroutine test_basic_plus(Void) Declare Function GetProperty #pragma precomp SRP_PreCompiler AllEditTables = "@.DWELLING_DETAILS_TABLE,@.SALE_DETAILS_TABLE,@.SALE_DATA_COMPARASONS_TABLE,@.RENTAL_DETAILS_TA…
-
I was just about to post this as I realised it would have nothing to do with SRP editor as it is happening in runtime.!!!???
-
Any idea when SRP Editor will be available for OI10
-
Ok, so basic+ can only be used with the SRP Editor(Contrary to advise I had been given) So then, I assume a lot of developers cant move to OI10 yet then. Therefore SRP HTTP Framework cant be used either. Any idea when SRP Editor will be available …
-
>>but I assume that beforehand you.... the 'GetProperty' does it >>shouldn't the next line be Yep, saw the <1> when looking at code. the getproperty is mine, so I can use @ and ,
-
Thanks, like I said, I just forgot. Haven't used it for a while in a new system.
-
Ok, thanks. I will be sending you an email to get the latest version.
-
... or should I have just known as it was not a 'normal' event. OI10 has just sucked my brain
-
Where in the documentation should I have seen that I need to QUALIFY_EVENT
-
Yep, fixed
-
Thank you. No I am not.
-
I have the subclass on the mdi form now. Equ OleSubClass$ To @Window:".OLE_SUBCLASS" Still no OLE event. The ole event is set on the control to call the commuter module which is setup.
-
This is OI10
-
Oops, sorry Don, did not see you post
-
Do you have a value in window or should it be @window
-
BTW, if you look at the srp utilities reference table (on the right), srp_array does not appear there. srp_array missing from this table