Check your filter clause

Rafael Copquin

El 04/04/2012 09:21 p.m., Tracy Pearson escribió:
> Kurt Wendt<[email protected]>  wrote:
>
>> I hate to be a PITA - but, that did not work!
>>
>> I got an error:
>>      Function name is missing ).
>>
>> The full VFP Select command I am running is as such:
>>
>> SELECT INVHDR.Invoice as Invoice_Number, ;
>>      DTOC(INVHDR.INVDATE) as Invoice_DATE, ;
>>      INVHDR.ACCOUNT, INVHDR.Store as Store_Number, ;
>>      INVHDR.CustPO as Purchase_Order_Number, ;
>>      "$"+ALLTRIM(STR(INVHDR.TotalChg,12,2)) As Invoice_Amount, ;
>>      SPACE(20) As Description, Space(12) As Upc, Space(25) As SKU, ;
>>      "EACH" As UOM, CAST("" AS MEMO) AS Ship_track, ;
>>      DTOC(INVHDR.Complete) as Cancel_Date, ;
>>      SPACE(15) as Item_Number ;
> >FROM INVHDR ;
>> WHERE&XFILTER ;
>> INTO Cursor TempInv READWRITE
>>
>> Again TIA,
>> -K-
>>
> Vfp 8 or higher is required for the cast function. It looks right to me.

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to