Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memoria fiscal Bematech
Message
From
01/02/2002 13:07:54
 
General information
Forum:
Visual FoxPro
Category:
Third party products
Miscellaneous
Thread ID:
00613863
Message ID:
00614142
Views:
21
Oi Fabiano;
>Alguem tem o comando, em VFP para tirar a memória fiscal dela por período? Parece obvio ne? Mas a gente não consegue conforme esta no manual de jeito algum :(

aqui vai nossa rotina:
wdtki=transform(day(DTINICIO),"@L 99")
wdtki=wdtki+ transform(month(DTINICIO),"@L 99")
wdtki=wdtki+ substr(transform(year(DTINICIO),"@L 9999"),3,2)
*
wdtkf=transform(day(DTFIM),"@L 99")
wdtkf=wdtkf+transform(month(DTFIM),"@L 99")
wdtkf=wdtkf+substr(transform(year(DTFIM),"@L 9999"),3,2)
wText=wdtki+ "|" +wdtkf+ "|I"
Comando = Chr(27) + "|08|" + wText + "|" + Chr(27)
Retorno = FormataTX(Comando)
Diga-me se lhe ajudou ok ?


Claudio
"Now to him who is able to do immeasurably more than all we ask or imagine, according to his power that is at work within us, Ephesians 3:20
Previous
Reply
Map
View

Click here to load this message in the networking platform