Tekil Mesaj gösterimi
Alt 04-28-2006, 01:33 PM   #2 (permalink)
Guest
 
Mesajlar: n/a
hangi program ile yaptığınız belirtmemişsiniz. ben vb ye göre düşünerek sadece bir fikir sunuyorum.sanırım böyle bişi istiyorsunuz fakat ben yanlış anlamışta olabilirim. genel mantık aynı gibi.

if text1(0).text<>" " and text1(1)<>" " and text1(2).text<>" " then begin
data1.recordset.addnew
..
..
end if
if text2(0).text<>" " and text2(1)<>" " and text2(2).text<>" " then begin
data1.recordset.addnew
..
..
end if
if text3(0).text<>" " and text3(1)<>" " and text3(2).text<>" " then begin
data1.recordset.addnew
..
..
end if
  Alıntı ile Cevapla