I have two tabels
exempel
SQL:
Select *
From Auftrag1 Auf1, Auftrag2 Auf2
Where Auf1.AufNr = Auf2.AufNr
Order by Auf1.Aufnr
after execute I would get the Field with the Name "Status" from Auftrag1 and Auftrag2
How can I do this
With the function
Text1 := FieldAsString('Auf1.Status')
Text2 := FieldAsString('Auf2.Status')
I get the Replay Field 'Auf1.Status' don
exempel
SQL:
Select *
From Auftrag1 Auf1, Auftrag2 Auf2
Where Auf1.AufNr = Auf2.AufNr
Order by Auf1.Aufnr
after execute I would get the Field with the Name "Status" from Auftrag1 and Auftrag2
How can I do this
With the function
Text1 := FieldAsString('Auf1.Status')
Text2 := FieldAsString('Auf2.Status')
I get the Replay Field 'Auf1.Status' don