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,872
- Last Active
- Roles
- Member
Comments
-
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")
-
Ok, thanks. I will leave it go.
-
'Deployment'. 'Installer Settings' tab
-
What is the installer that the OI10 rdk creates?
-
Do you have a shortcut/RDS that is opening OI on the server? Check the path, I bet it is wrong.
-
< interested in replies >
-
Wow, never seen that paper before.
-
done
-
Ok I will email. What is your email
-
I think don said something about the one he gave me was a temporary one, as there was not one available at the time for just the controls I am registered for. Check with him.
-
Yes
-
OIX - SRP_ActiveX_info_64.exe is showing evaluation version for the controls that I am licensed for.
-
What about OI10 64bit
-
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)