Page 1 of 1
Drag and Drop Issue
Posted: Sat Aug 07, 2010 1:50 pm
by nascar88
When I have entered text in a textbox and then do a drag and drop the text disappears from the textbox. There is no code in the RPG pgm that clears the bound field of this textbox. The textbox is not any part of the drag and drop elements. What is happening with this textbx?
Re: Drag and Drop Issue
Posted: Sun Aug 08, 2010 9:38 am
by Alex
In the current release (2.1.2), a drag and drop operation will always bypass validation (the same concept as a CAxx key in a green-screen application). This has the effect of discarding all data immediately modified by the user on the screen.
For our next update (2.1.3), we have added a screen level property that will allow you to control whether a drag and drop will bypass validation or not.
Re: Drag and Drop Issue
Posted: Sun Aug 08, 2010 11:36 am
by nascar88
Thanks..... will have to wait for next release.