2010-05-26 00:36 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbwin/tests/oletst2.prg
! Fixed little typo causing asyncronity with one server msg.
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2010-05-26 00:36 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbwin/tests/oletst2.prg
|
||||
! Fixed little typo causing asyncronity with one server msg.
|
||||
|
||||
2010-05-26 00:21 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbwin/tests/oletst1.hbp
|
||||
* contrib/hbwin/tests/olesrv1.hbp
|
||||
|
||||
@@ -22,10 +22,10 @@ PROCEDURE Main()
|
||||
? "TIME:", oObject:time()
|
||||
? "DATTIME:", oObject:datetime()
|
||||
? "VALUE:", oObject:value
|
||||
? "GETVALUE:", oObject:getvalue()
|
||||
? "GETDATA:", oObject:getdata()
|
||||
oObject:value := "hello"
|
||||
? "VALUE:", oObject:value
|
||||
? "GETVALUE:", oObject:getvalue()
|
||||
? "GETDATA:", oObject:getdata()
|
||||
ELSE
|
||||
? "Can not access 'MyOleTimeServer' OLE server."
|
||||
ENDIF
|
||||
|
||||
Reference in New Issue
Block a user