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,229
- Last Active
- Roles
- Member
Comments
-
Sorry Colin, I was really just entertaining myself. Too much coffee today me thinks
-
-
For i = 1 to 4 Next i For i = 6 to 14 Next i
-
Well I was searching my code to figure out what I had done, thinking I had done something silly with the colours like made it white on white. Couldn't figure it out and was more baffled because it was working nicely in one screen and not another. Ca…
-
OI was still open but the editor wasn't so I'm thinking the editor closed overnight. Regardless, resetting the count to correspond to the number in the list did the trick. Easy when you know how. Thanks Kev
-
I assumed the above was stored in a registry setting somewhere so I went hunting it down. I thought I had found it but the entries didn't match what I was seeing in the editor, including the favourites. I assume that means I am looking in the wrong …
-
Hey Barry, I haven't used that approach either. Do you know off hand what it actually validates, that is, does it validate that the email address is indeed a valid email address or does it validate that the string complies with specific characteris…
-
If you use the array property when your data is in list format or vice versa, the table will still populate, just that the data will end up in the wrong place. Basically what you were expecting to be columns will be rows and what you were expecting …
-
Don interpreted my suggestion correctly. Michael, yes try using LIST to see how it pans out. My suggestion was that whilst you were populating the ARRAY format, your data may have been in LIST format. If that's the case, you can either * use th…
-
Is your array really a list perhaps? You could use srp_rotate_array to swap it or build it differently in the first place so that your fms and vms are in the opposite places to what they are now
-
I suspect that the only way to prevent this is to ensure you have the necessary number of columns pre-defined in design mode, whether that be the exact number or more than the number required. Rows are fine but columns won't get created at runtime.
-
-
Funny how your pair of eyes saw the same thing my pair of eyes saw yesterday and then overlooked this morning when I went to fix it. This morning my head went back to "Mod()", oh that means the bit after the decimal point
-
I haven't done it myself but your question got me curious. Curious to the point where I think I might start implementing it. A quick google and the first place to pop up was emailhippo https://www.emailhippo.com/en-us/verify-email-address/api/a Th…
-
No worries. The work around works. Just for clarification, the font parameter in the itemlist correctly has the svm's. All other occurrences are 61692
-
Ignore line 2 because I had inserted a new 'rectangle' before taking the screenshot but you can see in lines 1 and 3, the rectangle value looks like one big number but it aint really. The vms and fms are as normal.
-
By all means, play on. I always do but for what it's worth the reporttable will sum and total for you including sub totals where you group
-
I too have tried this sort of thing before and for similar reasons. I play. I experiment. I get excited. I get frustrated. I get excited again. In the end I almost always come to the realisation that I was really looking for a reporttable and in hal…
-
I have experienced this as well though never spent the time trying to nail down the sequence of events that caused it. Note to self. Always save a new record/procedure before opening anything else.
-
I thought it would be pushing the boundaries to suggest such a thing even though it's my most common error. Glad it's sorted.
-
That code looks ok to me. Did you figure this out?
-
I'm just going to leave this here... https://wiki.srpcs.com/display/SubclassControl/OptionButton https://wiki.srpcs.com/display/SubclassControl/OptionImage
-
I had it with other controls some time ago but it took a while for me to remember "what was that checkbox again?"
-
Is there an OI border on the splitter bar?
-
Thank you gentlemen. I believe both of you are correct in some way. I have fresh eyes today and can see what I couldn't yesterday. Don, yes I was saying that the error was returned from the srp_send_mail call because that's what our internal logs w…
-
My only synchronous ones are these ones Qualify_OLE_Event(CtrlEntId, BeforeDeleteRecords$, 2) Qualify_OLE_Event(CtrlEntId, BeforeEdit$, 2) Qualify_OLE_Event(CtrlEntId, BeforeInsertRecords$, 2) Qualify_OLE_Event(CtrlEntId, BeforeNewRecords$, 2…
-
Whilst debugging I sometimes caught this occurring between when the 'deleterecords' was called and when the row actually disappeared but the end result was the same.
-
Perfect Don. When calling dialog_box I was passing the name of the embedded form as the parentID. Still launched and appeared to work exactly the same except for the non returning value. If I call dialog_box passing the parent of the embedded form, …
-
Thanks Kevin for the second pair of eyes and the technical definitions
-
The routine to define the tabs and tab colours was written in 08 or 09 so well before that article but I asked the question only when I was presented with an obvious example of the symptom. The article never came into it. Was only now looking at th…