1

(4 replies, posted in General)

Hello i am using trial version

2

(4 replies, posted in General)

PFA.

3

(4 replies, posted in General)

Hello help me to get the current username i tried this but this  code is only working with form1., trying to save the records with current username.

form1.edit1.text := frmLogin.edUser.Text;   // this is working with form1 only

form2.edit1.text := frmLogin.edUser.Text; // not working