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,146
Last Active
Roles
Member

Comments

  • 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
    in Date Time Comment by AusMarkB March 2018
  • 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…
  • Just stumbled over the real answer to this question. Must explicitly set the AllowXPTheme property to false. The connection however was found in the remarks section of the TabColors property First, the AllowXPTheme property must be set to 0, even …
  • Roger that. Four suggestions * Change the wiki to say mincellsize instead of preset width or * Change the function to use preset width as per the wiki or * Change the mincellsize property to accept values for both width and height and change…
  • Firstly, I appreciate your comments and Kevin's role. I'm speculating too. Second, your impression of my assumption is accurate in its description. I too was suggesting that the preset width does not factor into the calculation though I thought it …
  • All columns are visible. As a minimum those auto columns should be probably three times their current width thereby forcing some beyond the edge of the control. It appears though that the column width is just ignored on all auto columns. I think bas…
  • The two extremes
  • Ah yes but column 1 is non autosized. The remaining are auto.
  • Barry, I suspect Don is right and that IIS is the culprit. I'm no IIS expert either but you could check this config on the production server
  • Sounds like my experience. With no specific requirement I just threw it in the too hard basket.
  • The RevDotNet was one of those things that I got excited about at the time but then kind of felt it never really went anywhere. I played with it briefly but couldn't get anything to really work. Caveat: It could have just been me. I didn't have any …
  • Armed with this extra info I can now make stronger recommendations
  • have you not experienced any problems with UAC I'd be lying if I said "No" but I don't generally consider them problems. Why? I've always made the distinction between my role and "I.T." So for convenience I will do the install, registration etc i…
  • BTW, registering OCX files on a network drive is not recommended. You should put all client files on the local drive of each workstation. Didn't realise this. So if I've got 40 users in a workplace, they should all get a local copy of srpcontrols.…