format chart |
4/4/2006 11:09:45 AM |
ASPRunnerPro General questions | |
![]() is it possible to format the contained text in a chart with the first capital letter? or all in capital? |
|
![]() |
Sergey Kornilov admin 4/5/2006 |
Hi,
select [fieldname1],
|
![]() |
virtualbox author 4/6/2006 |
does it excuse Sergey you make me a practical example? |
![]() |
Sergey Kornilov admin 4/6/2006 |
Hi, select [ID], ucase([ID]) as IDUppercase [Uffice], ucase([Uffice]) as UfficeUppercase [TypeVehicle], ucase([TypeVehicle]) as TypeVehicleUppercase [crew], ucase([crew]) as crewUppercase From [Db_register] |
E
|
enetsat 8/20/2007 |
Hello for all |
![]() |
Sergey Kornilov admin 8/20/2007 |
You need to insert a comma after each field name: select [Código], |
E
|
enetsat 8/21/2007 |
The program say the same messenge of error You need to insert a comma after each field name: select [Código], |
![]() |
Sergey Kornilov admin 8/21/2007 |
Put a comma after each field name except for the last one. |