Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.

2 pitanja u vezi sa bazom...

[es] :: Pascal / Delphi / Kylix :: 2 pitanja u vezi sa bazom...

[ Pregleda: 2027 | Odgovora: 1 ] > FB > Twit

Postavi temu Odgovori

Autor

Pretraga teme: Traži
Markiranje Štampanje RSS

Divjak
Vladimir Divjak
Student

Član broj: 4783
Poruke: 535
*.zrenjanin.beotel.net.



+1 Profil

icon 2 pitanja u vezi sa bazom...02.04.2005. u 13:51 - pre 231 meseci
1. Kako proveriti da li u odredjenoj tabeli u odredjenom polju postoji odredjeni unos?

2. Kako sve unose iz jednog fielda ucitati u combobox?
And don't be mad at me for crying for humanity,
call it pretensions but I got good intentions,
to keep my sanity, I'm hoping, fuck, there's gotta be
an answer to their strategies and their evil inventions... ~Looptroop
 
Odgovor na temu

Bojann
Zrenjanin

Član broj: 13255
Poruke: 217
*.dialup.neobee.net.



Profil

icon Re: 2 pitanja u vezi sa bazom...04.04.2005. u 19:15 - pre 231 meseci
1. if table.locate('ime_polja',vrednost,[]) then showmessage('postoji')
else showmessage('ne postoji');

2.
combobox1.clear ili combobox1.items.clear( nisam siguran pisem iz glave)
table.first;
while not table.eof do
begin
combobox.items.add(tableimepolja.value as string)
table.next;
end;


 
Odgovor na temu

[es] :: Pascal / Delphi / Kylix :: 2 pitanja u vezi sa bazom...

[ Pregleda: 2027 | Odgovora: 1 ] > FB > Twit

Postavi temu Odgovori

Navigacija
Lista poslednjih: 16, 32, 64, 128 poruka.