Bill_H
4 days agoOccasional Contributor
Unable to save a value to DB
Hi all -
I am working with a .Net application where I enter data (date) into a textbox then click other boxes etc. then save. On Save the date entered is not passed on to save - I have tried to enter text then tab, enter etc. and I can't get that date data to be saved.
I have tried to tab and enter on the mapped object as well as using Sys.Keys and neither works.
When I manually enter this date/data it is saved to the DB.
Unsure what to try next.
Thanks,
Bill
What keyboard key strokes you need to tap to set it correctly?
Are you using code based script or KeywordTests script?
How are you doing it programmatically? provide the example. From the documentation link I provided, the listed example to press the keyboard escape key is
onscreenObj.Keys("[Esc]");