quinta-feira, 30 de abril de 2009

Clarion - xml

set, loop...
instring, sub

quarta-feira, 29 de abril de 2009

Clarion - Xml - IqXml - Links

http://translate.google.com.br/translate?hl=pt-BR&sl=en&u=http://news.clarionlife.net/archives/tag/iq-xml&ei=z2j4Saw9yMe2B9HN5bYP&sa=X&oi=translate&resnum=5&ct=result&prev=/search%3Fq%3DiQ-XML%26hl%3Dpt-BR%26lr%3D%26sa%3DG

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')



! 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


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()