PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Ampersand
Ampersand
Iniciado por derek.theobald, 28,ago. 2003 19:01 - 3 respuestas
Publicado el 28,agosto 2003 - 19:01
Hi
I have a column title in a memory table that I would like to be
Date & Time
What I get is Date_Time
Can I overcome this issue?
Regards
DT
Publicado el 28,agosto 2003 - 20:40
G'day DT
As far as I know the use of the ampersand is restricted in captions because it is used to indicate the shortcut letter.
Regards Al
Publicado el 28,agosto 2003 - 22:19
Hi
I have a column title in a memory table that I would like to be
Date & Time
What I get is Date_Time
Can I overcome this issue?
Regards
DT

Hi Dt,
Simple:
Type in the column-title the ambersand-character twice: "Date && Time".
It will show once only!
Lieven De Nys.
Member of the Dutch Speaking Benelux Windev Developpersgroup.
Publicado el 29,agosto 2003 - 12:32
Lieven De Nys wrote:

Hi
I have a column title in a memory table that I would like to be
Date & Time
What I get is Date_Time
Can I overcome this issue?
Regards
DT

Hi Dt,
Simple:
Type in the column-title the ambersand-character twice: "Date && Time".
It will show once only!
Lieven De Nys.
Member of the Dutch Speaking Benelux Windev Developpersgroup.









HI
You should remain this for all wd retained chars : double quotes ...

regards
R&B