1. Floyd Edwards
  2. PowerBuilder
  3. Friday, 1 March 2019 18:51 PM UTC

I need to copy a single (one row only) changed row in a grid window into a data store for further validation.

 

If there a way to do it?

Sivaprakash BKR Accepted Answer Pending Moderation
  1. Saturday, 2 March 2019 10:31 AM UTC
  2. PowerBuilder
  3. # 1

Many a ways : few that comes to my mind.

1.  Create a computed field which defaults to 0, set to 1 in the itemchanged event.   Once completed, on click of a button, copy rows whose computed values set to 1.

2.   Directly copy rows to data store, in the item changed event, checking whether that row has already been added or not.

3.  Check for rowstatus, copy rows that are either newmodified! or datamodified!.  

HTH

Happiness Always
BKR Sivaprakash

 

Comment
There are no comments made yet.
mike S Accepted Answer Pending Moderation
  1. Friday, 1 March 2019 19:31 PM UTC
  2. PowerBuilder
  3. # 2

rowscopy

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.