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> = " APRE" LINK.SITUACOES<2> = " ABERTOPAGORECUSADOEXPIRADO" 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> ENDthe ideia its referesh the code block without any acction of the user
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.