Maintaining the entered data in the form

subhadynamicssubhadynamics Member Posts: 109
Hai,

In the Employee card we are taking data through web service.But we need to enter three fields manually in this. On closing the form the manually entered fields are lost. They are not saved into the table. what can i do for saving the manually entered field into the table and to maintain it in the form.Can any one help?

Comments

  • devu_13devu_13 Member Posts: 101
    Hi
    You can this by set the property(Shift+F4) of a form "SaveValues" to Yes.
    then your data will be saved on form when you closed the form.
    Devendra Kr. Sharma
    IBIZ Consulting Services,India
  • subhadynamicssubhadynamics Member Posts: 109
    Hi,

    I have set the property "SaveValues" to yes. Still the issue is there.
  • canadian_baconcanadian_bacon Member Posts: 91
    what are the 3 fields you are entering data manually into? Are they actual fields or variables?
Sign In or Register to comment.