Re: field alias
From: Anders Altberg (x_pragma_at_telia.com)
Date: 12/03/04
- Next message: Anders Altberg: "Re: View Question"
- Previous message: Anders Altberg: "Re: DateTime Picker"
- In reply to: Mohammed Abdel-Razzak: "field alias"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 3 Dec 2004 16:56:23 +0100
Hello Mohammed,
If you tables are in a VFP database or are a view then you can set the
Display Caption property in the Table Designer window to 'Dept. name' or
whatever with spaces. This caption will be use in Browse windopws and as
default for a grid column header caption
Open with MODIFY STRUCTURE or through the database Designer and you can make
the change if you have the table and database opened exclusive.
-Anders
"Mohammed Abdel-Razzak" <MohammedAbdelRazzak@discussions.microsoft.com>
wrote in message news:730BD4D8-5433-431E-8A86-8DBFC837671C@microsoft.com...
> Dear sirs
> I'm trying to make an alias t my fields but these aliases have spaces as
> follows
>
> SELECT DEPTID as "dept id" , DEPTNAME as "dept name" FROM DEPTS INTO
CURSOR
> slctCurs
>
> it gives me a syntax error
> how can I fix that??
>
> thanks
> Mohammed
- Next message: Anders Altberg: "Re: View Question"
- Previous message: Anders Altberg: "Re: DateTime Picker"
- In reply to: Mohammed Abdel-Razzak: "field alias"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|