Hello everyone! Just found out there's a MAS 90 forum... I sure can use some help on this one... There's got to be a simple answer so here goes:
I'm using Visual Foxpro 8.0 to pull data down from our MAS 200 tables.
Can someone tell me how to add some additional blank fields in a sql-select stmt. For example, here's what I'm trying to do:
Select CustomerName, space(30) as MyFieldName from AR1_CustomerMaster
It doesn't like the space() function (which works with SQL tables). It doesn't give any error it just doesn't pull down any records.
Anyone?
Thanks.
Jack.
I'm using Visual Foxpro 8.0 to pull data down from our MAS 200 tables.
Can someone tell me how to add some additional blank fields in a sql-select stmt. For example, here's what I'm trying to do:
Select CustomerName, space(30) as MyFieldName from AR1_CustomerMaster
It doesn't like the space() function (which works with SQL tables). It doesn't give any error it just doesn't pull down any records.
Anyone?
Thanks.
Jack.