OGGSTD - Button

Hello

I have issue with a Button on Windows OGGSTD (Accounting Object GAS).

Validated Windows OGGSTD, also all the Transactions.

When I click on Button, my spe is not firing. I don't understand.

  • I tried to put $SETBOUT chmen+="7" but it doesn't make any difference.
  • I tried to add Button in Windows OGAS. Revalidate the Whole thing.

I have this code many others functions. Only GESGAS I have this issue. 

$ACTION
Case ACTION
When "EXEBOUT" : Gosub BOUTON
When default
Endcase
Return

$BOUTON
If BOUT="7"
My Code

Endif
Return

Parents Reply
  • 0 in reply to RobertNelson
    Dear Robert,
    Thank you very much. I didn't know this one. 
    I tried the different Actions below . Not working.
    SUBGAS.$APRES_CHOI, SUBGAS.$AVANTBOUT, SUBGAS.$EXEBOUT, SUBGAS.$FIN_ACTION, SUBGAS.$SETBOUT, SUBGAS.$AVANT_CHOI

    I think SUBGAS is blocking it for some reasons.

    Is there something to bypass standard process ? (GPE stuff)

    I am no programmer. I don't get SUBGAS.
    I know to write few things.
    I want to create a Button for drop file with ordsys.

    Thanks
    GG
Children