Advertisement
Guest User

Untitled

a guest
Mar 27th, 2017
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. Form2 := TForm2.Create(Self);
  2. Form2.Show;
  3.  
  4. Form1.CdsListProdutos.Close;
  5. Form1.CdsListProdutos.CreateDataSet;
  6. Form1.CdsListProdutos.Open;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement