FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour clear SAY? how?
Posts: 47
Joined: Sat Oct 08, 2005 09:12 PM
clear SAY? how?
Posted: Thu Mar 23, 2006 11:45 PM

Hello,

 How I make to clean some SAYS in a DIALOG? I am making this:

@ 10,20 SAY OSAY VAR ' MY TEXT ' OF ODLG UPDATE
.
.
.
ODLG:UPDATE()

This command is cleaning the GETs but the SAYs is not cleaning.

Many thanks

FWH 7.04 + xHarbour.com xBuild 0.99.71

Resource Builder 2.6 (thanks to Rene for the indication)

Windows XP Professional

Manaus - Amazonas - Brasil
Posts: 1076
Joined: Fri Oct 07, 2005 10:41 PM
Re: clear SAY? how?
Posted: Fri Mar 24, 2006 12:07 AM
syda wrote:Hello,

How I make to clean some SAYS in a DIALOG? I am making this:

@ 10,20 SAY OSAY VAR ' MY TEXT ' OF ODLG UPDATE
.
.
.
ODLG:UPDATE()

This command is cleaning the GETs but the SAYs is not cleaning.

Many thanks


Yo lo hago de l siguiente manera:

@ 10,20 oSay PROMPT "Mi texto" OF oDlg UPDATE

sin problemas.
William, Morales

Saludos



méxico.sureste
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
clear SAY? how?
Posted: Fri Mar 24, 2006 09:27 AM

@ 10,20 SAY oSay PROMPT "Mi texto" OF oDlg UPDATE

oSay:SetText( "" )

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion