D3 and mvBase

 View Only

 How use %alarm

Alberto Leal's profile image
Alberto Leal posted 11-10-2023 09:26

Hy i was reading D3 Ref today and i found this

PICKBASIC-FLASHBASIC/percent_alarm_function.htm

i want to know, i can use this to "refresh" my screen with updated data:
For exemple:
i have an invocice and want to refresh my screen with the update status of the payment

         CALL BOX1T(9,44,35,12,CARACTER.S,"Link Pagamento")
         URL$SHORT.LINK = OCONV(S241<S241$LINK.PAGAMENTO>,"TSGVAR256;X;;18")
         URL$SHORT.SITUACAO = OCONV(S241<S241$LINK.PAGAMENTO>,"TSGVAR256;X;;13")
         LINK.SITUACOES    = ""
         LINK.SITUACOES<1> = " APRE"
         LINK.SITUACOES<2> = " ABERTOPAGORECUSADOEXPIRADO"
         LOCATE(URL$SHORT.SITUACAO,LINK.SITUACOES,1;POS$LINK) ELSE POS$LINK = 1
         IF URL$SHORT.LINK EQ "" THEN URL$SHORT.LINK = "NAO GERADO"
         PRINT @(45,10):URL$SHORT.LINK
         PRINT @(45,11):LINK.SITUACOES<2,POS$LINK>
      END

the ideia its referesh the code block without any acction of the user

Brian Cram's profile image
ROCKETEER Brian Cram

Saw you opened a case for this (931480). That's exactly what I was going to suggest, as I have no answer, and a case will allow us to ping Engineering for their input.