Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
AusMarkB
About
- Username
- AusMarkB
- Joined
- Visits
- 3,048
- Last Active
- Roles
- Member
Comments
-
We've done pretty much that with just a single field record in a control file. Login always checks and just logs in if all ok. Warning with login from around 30 days out and once the expiry hits, login screen changes slightly to have extra buttons t…
-
@Opto_Will, yes just yesterday a client was trying to schedule an employee for some leave in February and was being warned that employee already had over 500 hours scheduled for that week. All because it was totalling about sixty shifts from everywh…
-
Had this problem a couple of times this year and again yesterday. I always under the impression, (for whatever reason), that selects of any kind should use the Iconv value for dates. Turns out, that was incorrect. Whilst it may work, internally OI a…
-
No worries Kev. Not a dealbreaker. The most annoying thing about this one was, it felt familiar but then I couldn't find any reference to it anywhere. If it's now on your list, then I'll take it as not something simple I was overlooking. And at thi…
-
However if you know how many there are and they're not too complex of an array themselves, you could simplify further by setting them all to a singular non-dimensioned array. BaseArray = MY_ARRAY_1:@fm: MY_ARRAY_2:@fm: MY_ARRAY_3:@fm: MY_ARRAY_4:@f…
-
@Opto_Will, I was basically just checking I understood before suggesting what Don has with the dimensioned arrays. You don't need a form that way, nor replication of the code.
-
-
Does this mean that you don't know how many "MY_ARRAY_" arrays you're going to have? In other words, the number of arrays is dependent on some other variable?
-
For anyone watching at home, the licence file was not the most recent, so the "out of date" editor message was on point.
-
Nope.
-
Envizion
-
No worries. I installed the latest Editor on a different machine and I'm getting the licence expired message when I try to start it. That's what prompted the question. UTF8 is not checked.
-
@BarryStevens
-
@BarryStevens, looks like you're right on with the notExpired value. I read your post and took notExpired to represent a status but instead it seems to be an indication of intent. In other words, I thought "notExpired = true" meant this record has …
-
No apologies necessary. You've probably done a more thorough dig than I have
-
I'm sure you'll get a more definitive answer from the source but in case they've switched off for the evening, (yes, I know that never happens), my initial thoughts are this. * Setting notExpired to 0 is the same as setting expired to true. In ot…
-
-
Nice pickup
-
Another nugget to keep in mind is, if the index is the first/only index for that table, the create_index process will add the table to the dbt. If the table in question already has at least one index, then the new index gets created but no changes a…
-
Just realised, I'm not sure where I got the colstyle equates insert from. I was assuming it was a part of sysprog but it aint. Sorry about that. You could insert rti_style_equates instead and then use the "EditTable Column Styles" equates prefixed …
-
$Insert ColStyle_Equates *************** Set_The_Style: *************** OrigStyle = Send_Message(CtrlEntId, "COLSTYLE", 0, '') styles = OrigStyle For i = 1 To TotalColumns ColumnNo = ColumnList styles = bitor(styles, Styl…
-
Are you saying that if you dragged the editor back to your laptop screen, it would correct itself?
-
@BarryStevens STP Sending to or requesting data from external services
-
-
Aha. Ok. I have the same or similar problem with your zipped version. Nothing shows up. I can still open it using SnagIt and it looks the same as the originally posted one. I used the picture control metadata methods to see if there was any differe…
-
Probably the size and resolution of the original image I suspect. As you say, it does load but I think it's just difficult to see the content when it is shrunk to fit. Even if you resize it an image editing tool, it is still near impossible to see …
-
Do you have an srp_jsonX_Begin (or BeginString) for which you don't have a corresponding SRP_Jsonx_End?
-
This looks like a forest for the trees problem Baz. Have a rest and revisit with fresh eyes. Is there by doing this in my api: http_services("SetRequestHeaderField","TESTING","ThisIsATest") That doesn't happen and your image doesn't show it. That…
-
Ignore my previous. I misunderstood the question and thought your example was what you were sending and by optional you meant the value. I'm a little slow on the uptake but I've caught up.
-
From where I sit, that looks like it should work