XE cannot delete PushButton in interactive app

Chapulin

Active Member
hi everybody!
Im working in JDE One World and I cannot delete 2 pushbuttons in an interactive application!
I get the following message:

Delete control: You cannot delete this button because a matching hyperitem exists.

Any ideas?!?!

Thanks!
Julian
 
Hi,

Yes, look for these hyperitems in P98950 and delete them.
Then, you'll be able to delete them from Form Design.
 
thanks!!!
I'm looking directly at the F98950 table but I don't find any records related to this interactive application!..
how should I recognize the record I need to delete?

thanks again
Julian
 
Hi,

Check running a SELECT * FROM F98950 WHERE UOUOTY='HC'
 
Hi~
I figured out this like below.

1. Edit Hyperitem "cancel" to "User define".
2. Delete Form Control button (You can delete button after edit hyperitem.)
3. Add Hyperitem "Cancel".
4. Delete Hyperitem "User Define"

Warning!
Please, Check your code, It might happen delete your code...
I dont know why...

Done.
 
Last edited:
Back
Top