set, loop...
instring, sub
quinta-feira, 30 de abril de 2009
quarta-feira, 29 de abril de 2009
Xml - Template iqxml - Matos
Site:
http://www.paresi.net/clarion/index.html
!after global includes
INCLUDE('iQXML.inc','Equates')
!Inside The global map
INCLUDE('iQXML.inc','Modules')
http://www.paresi.net/clarion/index.html
!after global includes
INCLUDE('iQXML.inc','Equates')
!Inside The global map
INCLUDE('iQXML.inc','Modules')
! Load the XML file to process it
! ------------------------------- If ~Xml:LoadFromFile('InvoiceExample.xml') If ~xml:FindNextNode('Customers','Customer') Xml:PrimaryKeyCascade('CustomerName') Xml:PrimaryKeyCascade('CustomerID') IRecs = XML:LoadQueue(InvoicesQueue,True,True) End XML:Free() XML:DebugMyQueue(InvoicesQueue,'The Invoice Queue') End
terça-feira, 28 de abril de 2009
Clarion - Report - Colocar Pagina no Report
Includes / After Global Includes
Open Report
include('prnprop.clw')
Open Report
Report{prop:nextpageno}=Glo:Balanco_Pagina
Clarion - Xml - Ver dados
xmlDoc3 &= XMLFileToDOM(VAR:Nfe_FdNome_xml_erro)
ViewXML( xmlDoc3 )
xmlDoc3.Release()
ViewXML( xmlDoc3 )
xmlDoc3.Release()
Assinar:
Postagens (Atom)