Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Edit Macro: How could i catch "pending changes"?

Status
Not open for further replies.

B4db0y

Programmer
Jan 17, 2007
12
0
0
DE
hi,

my problem:

i do some changes within a cobol program and call my edit macro as primary command. i didn't confirm (pressing "enter") my changes before.

the macro should check the source in consideration of my changes, but.... no! It only checks the "old" source and confirm my changes after checking.

So how could i catch the status "changes pending"?
Or how could i confirm "pending changes" with my Macro?

I already tried "data_changed", "change_counts" and "line_Status" without success.

____________________________________________________________
So Long, and Thanks for All the Fish
 
Problem solved

I used NOPROCESS, with PROCESS aoll works fine! :)

But one question is still open.
How could i catch "pending changes". The "Undo"-Command could catch them.


Best regards
B4db0y

____________________________________________________________
So Long, and Thanks for All the Fish
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top