Subject Re: [IBO] Error on IB_Query
Author George Hugo
Some others info about the App
The Select statment:

Select C.*,
(Select Desc_Seg From Segmentos S Where S.ID_SEG = C.ID_SEG),
(Select Desc_FPagto From FormaPagto F Where F.ID_FPAGTO = C.ID_FPAGTO)
From Clientes C

George