Expert Software Company : News

vineri, 23 iulie 2010

Combo RowSourceType = 3 si RowSource = Procedura(Functie)

RowSourceType = 3
SowSource = GetGestiuneFactura()

FUNCTION GetGestiuneFactura
SELECT SPACE(0) AS DenGEST, SPACE(0) AS ContGEST, 0 AS IdGEST FROM Gestiuni
UNION SELECT Denumire AS DenGEST, Cont AS ContGEST, Id AS IdGEST FROM Gestiuni
INTO CURSOR cGestiuneFactura

RETURN [cGestiuneFactura]

Niciun comentariu:

Trimiteți un comentariu