Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. // need the following to link to form 5
  2. staff_name:= (stringgrid1.Cells[1,stringgrid1.row] + ' ' + stringgrid1.Cells[2,stringgrid1.row] ) ;
  3. staff_ID:= (stringgrid1.Cells[9,stringgrid1.row]) ;
  4.  
  5.  
  6.  
  7.  
  8.  
  9. form13.visible:=true;
  10. form11.visible:=false;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement