Jump to content

Recommended Posts

Posted

Message from: "Oscar Flor"

 

Mr Farshad:

 

There are a possibilitiy to "publish" Ext classes?

 

I need to assign dinamically DataSource property to UniDB components,

but in Web Browser session TUniDBEdit is knowed as TUniExtDBEdit, that

is not possible to cast to.

 

Ej.: TUniExtDBEdit(Controls).DataSource := dsSomeDS;

 

Regards.

--

 

.

 

Posted

Message from: "Farshad Mohajeri"

 

Oscar,

 

> Mr Farshad:

>

> There are a possibilitiy to "publish" Ext classes?

>

> I need to assign dinamically DataSource property to UniDB components,

> but in Web Browser session TUniDBEdit is knowed as TUniExtDBEdit, that

> is not possible to cast to.

>

> Ej.: TUniExtDBEdit(Controls).DataSource := dsSomeDS;

>

 

Actually, it is a bug and I will fix this in new version.

 

You will be able to call it like this:

 

TUniDBEdit(Controls).DataSource := dsSomeDS;

 

Which will work in both VCL and Web sessions.

 

 

.

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...