[PHP-WIN] Re: COM - Problem with Dates

2007-12-06 Thread Oliver Espeter
v = pt.Data.PlotValues("1-Jan-07", "*", 1000) >MsgBox(v.Count & " Elements") >End Sub > End Class > > It receives all datarows for the point "sinusoid" since first Jan and > counts them. This example works with > VisualBasic but it didn't work on php. > > Some programmers of OSI-Soft said that all functions takes objects as > parameter so the type-mismatch is a > problem in php. Because of the working VB code I think they are right. > > Has anyone a hint for me or a likewise problem with an other > sdk/application? > > Regards > Oliver I've reported the problem as php-bug. http://bugs.php.net/43521 -- Mit freundlichen Grüßen / Best Regards Oliver Espeter -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: COM - Problem with Dates

2007-12-04 Thread Oliver Espeter
Thanks for the very (!) fast answer. I'll consult that mail-list as you recoment. -- Mit freundlichen Grüßen / Best Regards Oliver Espeter - GravityShock- Kraus & Espeter GbR Tel.: +49 (2301) 9 18 39 33 Fax : +49 (2301) 91 28 96 www : www.Gravity

Re: [PHP-WIN] crypt() with decription

2007-12-04 Thread Oliver Espeter
y 100% trust your sourcecode, so that never a third party hacks your system and decryps all passwords? I would ever prefer an one-way-function when the project afford it. -- Mit freundlichen Grüßen / Best Regards Oliver Espeter ""Bill Bolte"" <[EMAIL PROTECTED]> schr

[PHP-WIN] Re: COM - Problem with Dates

2007-12-04 Thread Oliver Espeter
at the first parameter from myArcValueFunction is from type PIPointPtr (defined in one of the DLLs). Any suggestions? -- Mit freundlichen Grüßen / Best Regards Oliver Espeter ""Oliver Espeter"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > Hi,

[PHP-WIN] COM - Problem with Dates

2007-11-22 Thread Oliver Espeter
Hi, I have problems fetching data from an special database over a com-based sdk. With VisualBasic it's not a problem, but the same code doesn't work with php. First some Data: - The database system holds high compressed industrial data and is called OSI-PI. The system itself is under a comercial