• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Announcement

Collapse
No announcement yet.

edit grid update of files

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • edit grid update of files

    I have a data source defined over 3 files – from the edit grid only 2 of them would need rows added to them (the other one is just to get a description from)… but the edit grid on add is trying to add a row to all 3 files… is there a way around that?

  • #2
    Yes, you can attach an edit validation program to it (based off of EXNABVAL). Then add 1 line of code within the "ProcessAdd" procedure:

    SetDoNotProcess('MYFILENAME');

    Comment

    Working...
    X