2015 Oct 09 7:31 PM
Hi All,
Read around on this and it's looking like there isn't a way to accomplish this, but figured I'd ask to be sure.
Does anyone know if there is a way to hide a button on the main screen when a value is updated on a subscreen? Or is there some alternative that I could use that isn't overly complicated and dirty?
Any thoughts are appreciated! Thanks,
-Chris
2015 Oct 13 8:59 AM
Yes it should be possible...can you please provide some more details like which screen, the field names, which value you are updating
Hi All,
Read around on this and it's looking like there isn't a way to accomplish this, but figured I'd ask to be sure.
Does anyone know if there is a way to hide a button on the main screen when a value is updated on a subscreen? Or is there some alternative that I could use that isn't overly complicated and dirty?
Any thoughts are appreciated! Thanks,
-Chris
2015 Oct 13 7:42 AM
2015 Oct 13 8:59 AM
Yes it should be possible...can you please provide some more details like which screen, the field names, which value you are updating
2015 Oct 13 1:26 PM
It's a Z program written by my company. Basically there is a main screen 0100 which in it's PBO calls subscreen 0110. The main screen has a button named 'LEVEL_BTN' that I would like to enable or disable based upon a change in value of a dropdown on the subscreen named 'ACCESS'.
I considered doing a CHAIN / FIELD / MODULE call, but I don't think that allows for setting the mainscreen button to inactive as if I do a LOOP AT SCREEN in a subscreen module it will only loop over the subscreen items.
2015 Oct 13 2:18 PM
loop on your main screen in PBO, read value of dropdown of ACCESS and change main screen accordingly.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |