Please could you give me some hint on how to handle DISPID_AMBIENT_DLCONTROL in a CWebBrowserControl? I'we tried to do what they say in http://msdn.microsoft.com/library/default.asp?url=/workshop/browser/hosting/wbcustomization.asp but I'm unable to set the form as the host for the...
I've a puzzling problem: I open (TRRuleRS->Open(1, Query);) a recordset through the CRecordset open method inside a for cycle. I run it successfully lots of times with always same data, but sometimes, absolutely randomly and unpredictably, it throws an exception inside the following piece of MFC...
Hi to everybody,
I'm a newbie to oracle and I've to recreate a query under this new (for me) environment. The query asks for valid results in a specified time related set of intervals into a year, by using the Datepart function:
SELECT *
FROM "Results"
WHERE ID_Measurementplace = 258...
Oops! preg_match_all did *exactly* what it was meant to do. It was me who wasn't aware of the data that were to be matched: $result[$j] contained 'problèmes' instead of 'probléme'.
I beg your pardon for misposting... I was a little confused with my brain overheating. :)
Max.
P.S...
Oops! preg_match_all did *exactly* what it was meant to do. It was me who wasn't aware of the data that were to be matched: $result[$j] contained 'problèmes' instead of 'probléme'.
I beg your pardon for misposting... I was a little pissed off with my brain. :)
Max.
Hi to everybody,
I have to verify if a query result contains an intere word or a part of it, to discriminate whether or not to consider it valid. The algorithm core is represented by the following command:
preg_match_all("/([a-z]|[A-Z]|)".$topic."([a-z]|[A-Z]|)/i"...
Hi to everybody,
I have to verify if a query result contains an intere word or a part of it, to discriminate whether or not to consider it valid. The algorithm core is represented by the following command:
preg_match_all("/([a-z]|[A-Z]|)".$topic."([a-z]|[A-Z]|)/i"...
Hi to everybody,
While debugging an app with NuSphere PHPEd v3.01 i did notice a very strange buggy behavior: I passed a string containing slashes in a POST variable, an to simulate it in a debug session i entered the following lines in the immediate window:
$parent = "AS...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.