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,147
- Last Active
- Roles
- Member
Comments
-
Yep. I wrote my rewrite rule by blindly following the blog article making no attempt to understand. Then I blindly followed the http frameworks documentation attempting to understand but didn't quite. Understandably both were written based on certa…
-
Looks good Don. Am getting all the expected errors now. Now I can start coding real questions and answers
-
Learning lots of new stuff today :) Barry, thought this one might be of interest to you. I found my rewrite rule wasn't working quite the way I wanted so I started to experiment with it. One of the things I found was that if I changed the 'Rewrite…
-
and that probably meant nothing to all those Non Aussies so I'll rephrase. Yes send it as FRAMEWORKS. Thanks.
-
Is FRAMEWORKS. Is Good
-
Thanks Barry. Hadn't forgotten. Hadn't got that far yet. :) Still at the front door just seeing if I can get in hence the nonsensical url 'what_did_who_say' Now I know to keep an eye out for that though, so thanks.
-
Spending most of the day on it today so please do.
-
Thank you Gentlemen. Barry, Mark, >>service of relevance in this address 'www.myapplication.com/api/customers/5678/invoices/1234' is 'customers'. the ssp name would be http_customers_services Yes. Understood. What I hadn't understood was …
-
The partial good news is that my 404 error returns what I expected: 404 api is not a valid service request within the HTTP_ENTRY_POINT_SERVICES module. I agree with your partial good news. I was happy to get that error too. ..... just not so ear…
-
So the above comes into the controller routine as this: hence the entrypoint services are trying to distribute the service 'e94http', which is understandable though from my perspective inconsistent with the example in the documentation where it i…
-
So with a rewrite rule in place, this address http://localhost/api/what_did_who_say still returns the error from htttp_entry_services that 'e94http' is not a valid service. So that implies to me and please correct me if I'm wrong, that the rewrit…
-
IIS is the answer to the question I believe you're asking. Incidentally I've just created a rewrite rule and will test when I can get my engineserver to restart. Am now getting an address already in use error and it just shuts straight back down. …
-
Don, Yes, I recompiled. Eventually there will be rewrite rules in place. This was my first foray into both oecgi and your http frameworks so basically I was trying to keep things as simple as I could and just test my understanding of the concepts. …
-
Right. :D Yeah, no the panel doesn't do drag/drop. I'll stop my overthinking here.
-
I thought by this So far i've got a control on a form, catching the Ole Events, but cant drop on it. that you already had the correct progid and other events were working?
-
Hi Aaron, Have you done this in your create event? // Always show what the user dropped Set_Property(@Window:".OLE_PICTURE", "OLE.AutoLoadDropFile", 1) It's not necessary and may not be what you ultimately want but I often use it to test that I'…
-
Thanks Don. That's all fine. I have both but in this scenario I want to use HTTP as a stand alone because the existing app doesn't currently inherit from frameworks and I just wanted to make sure I wasn't going to come up short on some insert or som…
-
Kevin, I just tested your sample code. Works a charm. Legend.
-
and by the way, thanks for the cream though next time I might read the label before I begin brushing my teeth.
-
I'm saying I couldn't see the code within the post. I took the screenshot, posted it, the browser refreshed and then I could see the code. So I went to delete/edit my post and my machine crashed leaving I suspect a somewhat confusing post
-
-
I had considered this and whilst I have no problem with writing a wrapper I suspect we might lose any potential benefit. The ultimate goal is efficiency. If SRP_FastArray_MatchAnywhere could be preset with the last known matching values and that wou…
-
That you are Don.
-
Kevin, like your work and I'm sure it will come in useful. Not quite what I was looking for though. Perhaps with some thought I could use it to achieve the intended result but allow me to expand a little in case my example triggers some easier appro…
-
Thanks Don. I'll put my wetsuit and helmet on in anticipation of Kevin.
-
Barry, Are you changing the font property of the item? Perhaps intentionally or unintentionally. I had a similar symptom with prompts for the subclass control some time ago. Turned out I was changing the font to zero in an 'else' statement. I init…
-
Thank you. The fog has lifted.
-
Close. If you want to add tabs, groups, and controls all in one call, then you use AddTabs. It will accept all the group and control xml. So that confirms this part Call AddTabs and that will suffice providing the xml contains all the new stuff. …
-
Fair assessment. At least now it's out there, someone might notice the fruit they might have otherwise dismissed because it was hanging around their knees.
-
:) I asked because it had been discussed internally, however briefly, on this end. Knowing that I had seen it on some events, I mistakenly thought it was on all 'click' type events until I checked just now. As for a "why", here's one possibility. I…