BeforeSave não executa.


Author
Message
Malcon M. Mikami
Malcon M. Mikami
StrataFrame Novice (104 reputation)StrataFrame Novice (104 reputation)StrataFrame Novice (104 reputation)StrataFrame Novice (104 reputation)StrataFrame Novice (104 reputation)StrataFrame Novice (104 reputation)StrataFrame Novice (104 reputation)StrataFrame Novice (104 reputation)StrataFrame Novice (104 reputation)
Group: Forum Members
Posts: 60, Visits: 1.3K
Ola Ivan, em um dos meus formularios o BeforeSave nao executa. Oque pode ser? Segue abaixo o codigo para salvar, o evento beforesave e a sobrecarga do contrutor do VS

private void simpleButton1_Click(object sender, EventArgs e)

{

moParticao.Save();

}

private void moParticao_BeforeSave_1(MicroFour.StrataFrame.Data.BeforeSaveUndoEventArgs e)

{

moPatrimonio.IPAT_PKCODIGO = textEdit9.Text;

moPatrimonio.Save();

}

this.moParticao.ParentContainer = this;

this.moParticao.SynchronizingObject = this;

this.moParticao.BeforeSave += new MicroFour.StrataFrame.Business.BusinessLayer.BeforeSaveEventHandler(this.moParticao_BeforeSave_1);


GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...





Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search