[V4Rb 2] Constructor overriding problem

Ruslan Zasukhin sunshine at public.kherson.ua
Fri Jun 3 18:45:05 CDT 2005


On 6/3/05 6:03 PM, "Charles Yeomans" <yeomans at desuetude.com> wrote:

>> About first problem:
>>     can you show some code what you do ?
>>     or send small project
> 
> The code is quite simple.  Define a subclass QMDatabase of VDatabase.
> Then add the following method.
> 
> Sub Constructor(inHost as String, inUserName as String, inUserPassword
> as String, inPort as Integer=15432, inTimeOut as Integer=60, inOptions
> as String="")
> 
>    Super.VDatabase(inHost as String, inUserName as String,
> inUserPassword as String, inPort as Integer=15432, inTimeOut as
> Integer=60, inOptions as String="")

Of if just 

    VDatabase

?
 
>    //subclass code to create VTable objects here
> End Sub
> 
> REALbasic doesn't believe that there is such a method as
> Super.VDatabase with this signature; it only claims to know about the
> other VDatabase constructor.

-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]




More information about the Valentina mailing list