Alaska Software Inc. - TopDown - How to change tdxget contents
Username: Password:
AuthorTopic: TopDown - How to change tdxget contents
Philip G JacksonTopDown - How to change tdxget contents
on Wed, 29 May 2013 10:30:01 +1200
In Express++ you can change a variable's values and then call 
DC_GetRefresh() with the getlist passed as a parameter.

I have a dialog with tdxget() objects which I want to change the value 
of (for example make the strings they contain empty strings).

What's the simple way to do this?

Cheers

Phil Jackson
Raymond FischbachRe: TopDown - How to change tdxget contents
on Wed, 29 May 2013 13:33:32 +0200
Philip G Jackson avait écrit le 29/05/2013 :
> In Express++ you can change a variable's values and then call DC_GetRefresh() 
> with the getlist passed as a parameter.
>
> I have a dialog with tdxget() objects which I want to change the value of 
> (for example make the strings they contain empty strings).
>
> What's the simple way to do this?
>
> Cheers
>
> Phil Jackson

oGet := tdXget(...)
oGet:setData('')

HTH,
Raymond