Kod: Tümünü seç
Application.CreateForm(Tfrmmusteri,frmmusteri);
FrmMusteri.ShowModal;
Kod: Tümünü seç
cannot make a visible window modal
Yardım ederseniz sevinirim.
Kod: Tümünü seç
Application.CreateForm(Tfrmmusteri,frmmusteri);
FrmMusteri.ShowModal;
Kod: Tümünü seç
cannot make a visible window modal
Kod: Tümünü seç
action:=Cafree;
Frmmusteri:=nil;
Kod: Tümünü seç
Application violation read at adress
Kod: Tümünü seç
Frmmusteri := TFrmmusteri.Create(self);
Frmmusteri.ShowModal;
Kod: Tümünü seç
Action := caFree;
Frmmusteri := nil;
Kod: Tümünü seç
Application.createform(Tfrmmusteri,frmmusteri);
Kod: Tümünü seç
Access violation at adress 0056E62C in module StokTakip.exeread of adress 000003B4
Kod: Tümünü seç
button click olayına
if not assigned(form1) then
begin
form1:=tform1.create(self);
form1.show; //veya showmodal;
end
else
form1.bringtofront;
end;
onclose olayına
action:=cafree;
formdestroy olayına
form1:=nil;
hocam bu hatayı, formu create etmeden, yada nil ettikten sonra ulaşmaya çalıştığınız için alıyorsunuzdur muhtemelen.mhizar yazdı:Kod: Tümünü seç
Access violation at adress 0056E62C in module StokTakip.exeread of adress 000003B4
Kod: Tümünü seç
btKaydet.click;
Kod: Tümünü seç
BtVazgec.click;