[Gambas-user] Probable bug with "_unknown" method

2011-07-03 Thread Gary D Walborn
Benoit, I think I can work with that solution. Unfortunately it will be about a week before I can test it. -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record

[Gambas-user] Probable bug with "_unknown" method when used for propertie

2011-07-01 Thread Gary D Walborn
--Begin EXAMPLE.class ' Gambas class file Class Example Public Sub _unknown(...) As Variant Return "Test" End ---End EXAMPLE.class ---- Hope this is sufficient.

[Gambas-user] Probable bug with "_unknown" method when used for properties

2011-06-30 Thread Gary D Walborn
Benoit, I'd be happy to provide you with the project, but I don't think it will do much good without the data files (which are not small). Is it permissible to send a 4MB attachment thru the mailing list? gwalborn -- Gary D. Walborn gwalb...

[Gambas-user] Probable bug with "_unknown" method when used for properties

2011-06-30 Thread Gary D Walborn
opeations). However, the "IF" statrement (line 12) doesn't like the unknown property at all! I set a breakpoint in the _unknown method of VBISAM and it gets there when using the unknown properties in print statements (or other expressions), but does not when using it in a cond

[Gambas-user] Problem with _unknown (probable bug)

2011-06-29 Thread Gary D Walborn
" fails with a "Type Mismatch:". Any ideas? Thanks, gwalborn -- Gary D. Walborn gwalb...@gmail.com -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a

[Gambas-user] External library variable

2011-06-29 Thread Gary D Walborn
s, it will save me a ton of work! Thank you SO MUCH for all your help. -- Gary D. Walborn gwalb...@gmail.com -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a defin

[Gambas-user] _unknown method with properties

2011-06-29 Thread Gary D Walborn
;mylibrary" Thanks again for your help! -- Gary D. Walborn gwalb...@gmail.com -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application perfor

[Gambas-user] Using special method _unknown for object properties

2011-06-23 Thread Gary D Walborn
To the group: Here is my problem. I need to use the "_unknown" special function to simulate object methods and properties at runtime. I coded an "_unknown" method in a class called DITEM If ditem is an instance of DITEM and I refer to ditem.A() where A is NOT a method in DITEM