topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
xml search node | Hi all,
I have a xml file
-<emit>
<CNPJ>87456562003652</CNPJ>
<xNome>JOSAPAR JOAQUIM OLIVEIRA S/A PARTICIP</xNome>
-<enderEmit>
<xLgr>TRECHO 01,CONJ.04,LOTE 03,PARTE 03</xLgr>
<nro>S/N</nro>
<xBairro>SANTA MARIA</xBairro>
<cMun>5300108</cMun>
<xMun>BRASILIA</xMun>
<UF>DF</UF>
<CEP>72501100</CEP>
</enderEmit>
<IE>0742... |
xmlIter doubt | Hi, I have a xml search:
xmlNode := xmlIter:Find('xCpl')
Compl_Rem := xmlNode:cData
If not found xCpl in xml file my program hangs. How I can avoid this?
Thanks in advance. |
xmlIter doubt | Wanderson, veja se este exemplo ajuda:
<!-- m --><a class="postlink" href="http://fivewin.com.br/index.php?/topic/21045-exemplo-para-pegar-dados-xml-nf-e/">http://fivewin.com.br/index.php?/topic/ ... -xml-nf-e/</a><!-- m -->
abs, |
xmlIter doubt | [quote="karinha":16ryll4m]Wanderson, veja se este exemplo ajuda:
<!-- m --><a class="postlink" href="http://fivewin.com.br/index.php?/topic/21045-exemplo-para-pegar-dados-xml-nf-e/">http://fivewin.com.br/index.php?/topic/ ... -xml-nf-e/</a><!-- m -->
abs,[/quote:16ryll4m]
Olá karinha,
No meu caso eu já busco direto... |
xmlIter doubt | Algo assim Wanderson?
[code=fw:2lcado6e]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fileio.ch"</span><br /><span st... |
xmlIter doubt | Olá karinha obrigado pela resposta mas não é isso. No seu exemplo vc percorre o xml todo. Eu uso a opção do find que já vai pra primeira ocorrência que quero pesquisar, só que pode acontecer de não ter essa ocorrência no xml aí o quando faço xmlNode := xmlIter:Find('xCpl') e não acha dá erro na próxima linha que tem o ... |
xmlIter doubt | Veja estes exemplos com FIND() se ajuda:
<!-- m --><a class="postlink" href="http://www.pctoledo.com.br/forum/viewtopic.php?f=43&t=12543">http://www.pctoledo.com.br/forum/viewto ... 43&t=12543</a><!-- m -->
<!-- m --><a class="postlink" href="http://fivewin.com.br/index.php?/topic/18420-fun%C3%A7%C3%A3o-xmltoarr-n%C3... |
xplook.rc does not seem to work | Using:
FWH 7.01 + xHarbour Builder Enterprise Jan 2007
have added xplook.rc to the .xbp file
also the Windowsxp.Manifest file is in the same folder
with xplook.rc and .xbp (date October 20, 2003)
Nothing happened, my display is still the same?? does not seem to work??
Please help.
Toyet Amores |
xplook.rc does not seem to work | Sorry guys, I forgot to put this line:
1 24 "WindowsXp.manifest" to the RC file.
Thanks.
Toyet Amores |
xplook.rc does not seem to work | So, Everything is fine? |
xsharp | .NET nunca irá tan rápido como Harbour <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
y por otra parte .NET cada vez tiene menos interés, asi lo veo yo |
xsharp | Buena tardes compañeros
Podrian por favor revisar esta página
<!-- m --><a class="postlink" href="http://www.xsharp.eu/">http://www.xsharp.eu/</a><!-- m -->
y comentar si se sabe algo adicional a lo que alli se menciona
saludos
Wilson |
xsharp | Antonio buenos días
Gracias por responder
era una curiosidad
Saludos
Wilson |
xtranslate | Dear Antonio,
is there a way that we could xTranslate {{ }} inside BLOCK that we could use xBase code inside Block like this:
{{Date()}} mHb_date()
Thank you in advance
Otto
#xtranslate
function Main()
? "Seconds {%Seconds()%} before compilation<br><br>"
BLOCKS
Current date is {{Date()}}
C... |
xtranslate | Otto, you may use this:
09:32 Uhr
#xcommand BLOCKS [ PARAMS [<v1>] [,<vn>] ] => ;
#pragma __cstream | AP_RPuts( ReplaceBlocks( MyTranslate( %s ), "{{", "}}" [,<(v1)>][+","+<(vn)>] [, @<v1>][, @<vn>] ) )
function Main()
BLOCKS
mhb_date()
<br>
mhb_time()
ENDTEXT
return nil
function MyTranslate( c... |
y me preguntaron ... el sistema puede correr en Mac ?? | Buenos dias.. quizas una pregunta tonta.. pero en fin ... una inquietud de un cliente que la traslado al foro... el sistema hecho en FiveWin podria ser utilizado en computadores MAC...
pues se sabe que es otro sistema operativo ..
se podra ..??
Gracias...
lubin |
y me preguntaron ... el sistema puede correr en Mac ?? | Si, los Macs tienen emuladores de Windows que funcionan mejor que el propio Windows, se monta el emulador, luego tienes que instalar un windows y listo !!!!!, el windows corre dentro de una ventana de Mac.
Uno de los mejores que he visto es iEmulator (<!-- w --><a class="postlink" href="http://www.iemulator.com">www.i... |
y me preguntaron ... el sistema puede correr en Mac ?? | Lubin,
Además de la solución que te indica René, existe "Wine" para Mac OSX, igual que existe para Linux, lo que te permite ejecutar aplicaciones Windows en Mac directamente, sin tener que instalar Windows en un emulador:
<!-- m --><a class="postlink" href="http://darwine.opendarwin.org/">http://darwine.opendarwin.or... |
ya no me ordena el xbrowse.. | hola.
[quote:kmxlanoj]#define BRWSECCIONES;
"SELECT " +;
"a.id as c0, "+;
"a.seccion as c1, " +;
"a.habilitado as c2 "+;
"FROM tbsecciones as a "+;
"WHERE a.habilitado = '1' ORDER BY a.seccion"[/quote:kmxlanoj]
[code=fw:kmxlanoj]<div class="fw" id="{CB}" style="font-family: monospace;"> <br /><br /> ::<span sty... |
ya no salen trasparentes los say en el FWH 10.6 HELP!!! | Hola Antonio como estas espero que muy bien <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
Fijate que tengo una ventanita donde salen datos y antes los say salían transparentes con fivewin 10.5 pero ahora con
fivewin 10.6 salen con un cuadro blanco <!-- s:shock: --... |
ya no salen trasparentes los say en el FWH 10.6 HELP!!! | Aida,
Acabamos de publicar una versión revisada de FWH 10.6 que debe corregir eso entre otras cosas <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
gracias! |
ya no salen trasparentes los say en el FWH 10.6 HELP!!! | Hola Antonio
Gracias por todo ahorita lo checo toy de desvelada <!-- s:P --><img src="{SMILIES_PATH}/icon_razz.gif" alt=":P" title="Razz" /><!-- s:P -->
Saluditos <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: --> |
yunus from FW samples - Clientsreport FIVEWIN web service | Hello,
3 small changes in yunus.prg and you can already query the customer file over the Internet with the FIVWIN web service.
If someone is interested, please ask.
Best regards,
Otto
[img:37ge6jqz]https://mybergland.com/fwforum/yunusprg.jpg[/img:37ge6jqz]
[img:37ge6jqz]https://mybergland.com/fwfo... |
yunus from FW samples - Clientsreport FIVEWIN web service | I greatly simplified the code for a standard query to the FIVEWIN WEB SERVICE (FWS - Request). Everything runs in GENESIS.
[img:2z3fqf5a]https://mybergland.com/fwforum/standardreport.png[/img:2z3fqf5a] |
yunus.prg from FWH samples and HTML report | [img:86wzx3t5]https://mybergland.com/fwforum/htmlyunus.gif[/img:86wzx3t5] |
yunus.prg from FWH samples and HTML report | Hello friends,
Here you see how I use WORD for the design.
[url:dl3ywqi9]https://mybergland.com/fwforum/teil1html.mp4[/url:dl3ywqi9]
Best regards,
Otto |
yunus.prg from the fivewin samples | Hello,
Here yunus.exe and the web application work with the same dbf files.
Best regards,
Otto
Create table
[img:j7mci61y]https://mybergland.com/fwforum/ajaxclip1.jpg[/img:j7mci61y]
AJAX call
[img:j7mci61y]https://mybergland.com/fwforum/ajaxclip2.jpg[/img:j7mci61y]
datainvoices.prg
[img:j7mc... |
yunus.prg from the fivewin samples | Hello friends,
I am trying to recreate the menu structure of yunus.prg.
[img:2lngkocm]https://mybergland.com/fwforum/yunus_tab_invoices.jpg[/img:2lngkocm]
[img:2lngkocm]https://mybergland.com/fwforum/yunus_invoices.jpg[/img:2lngkocm]
Best regards,
Otto |
yunus.prg from the fivewin samples | nice
do you 'll publish the sample test ? |
yunus.prg from the fivewin samples | Dear Otto,
very nice work,
many thanks |
yunus.prg some HTML extensions | Hello friends,
for learning and testing, I made some HTML extensions to yunus.prg.
Bes regards,
Otto
HTML REPORT
[img:1td7vzyh]https://mybergland.com/yunushtmlreport.gif[/img:1td7vzyh]
WEBFORM
[img:1td7vzyh]https://mybergland.com/yunuswebform.gif[/img:1td7vzyh] |
yunus.prg some HTML extensions | Dear Otto,
You are becoming a great desktop to web master <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Are you using WebView in your example ? |
yunus.prg some HTML extensions | Dear Antonio,
I already did these test in April.
At that time, WebView2 was not yet generally available.
Here I used mod harbour.
But I think the source code should work 1:1 with the webview2.
I will try.
Best regards,
Otto |
zip / Unzip | exists the possibility of zip unzip file on ppc?thanks thousand |
zip SPAN | In preceding posts, Antonio said I should use the hbzip.lib found in xharbour.org to Zip files.
Ok, I've used it, but calling the function
HB_ZIPFILEBYPKSPAN
causes a FiveWin GPF.
I've tried that function in Xharbour console, it plays well. It seems an incompatibility with FWH.
Here's the code:
[code:3qrz55zh]
#includ... |
zip SPAN | I confirm the problem. Found no solution so far.
EMG |
zip SPAN | You must check if hbzip.lib contains any compiled PRG and if so, compile it with Harbour. |
zip SPAN | Why with Harbour? I used xHarbour for my tests.
EMG |
zip SPAN | [quote="Maverich":3uts7zi0]In preceding posts, Antonio said I should use the hbzip.lib found in xharbour.org to Zip files.
Ok, I've used it, but calling the function
HB_ZIPFILEBYPKSPAN
causes a FiveWin GPF.
I've tried that function in Xharbour console, it plays well. It seems an incompatibility with FWH.
Here's the co... |
zip SPAN | richard,
I simply used the code that comes with the xharbour documentation. ANY example that uses hb..SPAN causes a GPF.
If you consider that a ZIP file is often used for backup on removable drives (ZIP, flash disks, ecc.), it's a great problem.
I don't understand what Antonio said-look for prg inside the lib-how can... |
zip SPAN | Riccardo,
I missunderstood you, I though you were using Harbour, instead of xharbour.
Please create a MAP file and search for the GPF address into the MAP file.
Don't you get a FWH MsgAlert() with the calls stack list ? |
zip SPAN | Found! Simply replace Alert() with MsgInfo() and then it will work perfectly!
EMG |
zip SPAN | ok, it plays.
But if there isn't a disk in the floppy, how to exit the function? I haven't found a valid solution.
regards |
zip and unzip | I read all posts on how to zip up files. Using Harbour. if some one could post or send me some code on how to do this.
I've put hbzip.lib but I keep getting
error.. unresolved external _hb_fun_hb_zipfile
Help |
zip and unzip | Try linking hbziparc.lib.
EMG |
zip and unzip | Thanks for the quick responce.
hbzip.lib (date 6-27-08, size 581,192)
if i link hbziparc.lib. (date 9-12-08,size 8700)
This is the link script
[code=fw:27jtjyyp]<div class="fw" id="{CB}" style="font-family: monospace;">echo c0w32.obj + > b32.bc<br />echo %<span style="color: #000000;">1</span>.obj, + >> b32.bc<br />ec... |
zip and unzip | If you are using Harbour (not xHarbour) you have to remove hbzip.lib and add hbmzip.lib and hbzlib.lib.
EMG |
zip and unzip | Using harbour. I have hblib.lib but i do not have hbmzip.lib. Please direct me on how to get a copy. Thanks again. |
zip and unzip | Do you have the latest FWH? If yes, you should have hbmzip.lib.
EMG |
zip and unzip | I'm using fwh89. Is the hbmzip.lib compatible with 89 and if so can you send me a copy. Thanks. |
zip and unzip | You can't mix libraries from different Harbour versions. If hbmzip.lib isn't in your Harbour package then you don't need it. Sorry, I don't remember which libs was needed for older Harbour releases.
EMG |
zip and unzip | The lib was sent to me by Antonio in Aug of 2008. I jsut found it on my drive. I'll see if it works. Thanks for the help. |
zip e unzip con fwppc | Salve
ho trovato su internet sorgenti free per zip e unzip
ho provato a compilarli e vanno bene per clarm
ma non riesco ad interfacciarli con harbur_ce
<!-- m --><a class="postlink" href="http://www.eurosoftsnc.net/fivewin/zip_utils_src.zip">http://www.eurosoftsnc.net/fivewin/zip_utils_src.zip</a><!-- m -->
se qualc... |
zip e unzip con fwppc | Santo,
Please try this harbour library with FWPPC:
<!-- m --><a class="postlink" href="http://www.mediafire.com/?sharekey=414c17b7b136abb70f83d91f6dff7c38461c8300a0ac16a45621d66e282a0ee8">http://www.mediafire.com/?sharekey=414c ... 6e282a0ee8</a><!-- m -->
You can use hb_ZipFile() and hb_UnzipFile ().
[code=fw:3tgwi... |
zip en xHarbour | Quiero comprimir las bases de datos de mi sistema, a modo de backup. Estoy compilando con xHarbour 1.2.1 Rev 9421 y he leido los hilos en el foro cuales son las funciones y librerías para poder comprimir. Una de las funciones es hb_zipfile() y las librerías para la compilación son zlib.lib y hbzip.lib. No tengo hbzip y... |
zip en xHarbour | Horacio la función a utilizar es hb_zipfile
[code=fw:2nsxss7h]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">Function</span> CreateZip<span style="color: #000000;">(</span>aBtns,oDlg <span style="color: #000000;">)</span><br /><span style="color: #00C800;">local</span>... |
zip en xHarbour | Tienes que enlazar zlib.lib y hbzip.lib para xharbour
Disculpa anteriromente se me escapo el submit
Luis |
zip en xHarbour | Otra vez... hbzip.lib la tenes en el directorio lib de xharbour |
zip en xHarbour | Gracias Luis por contestar, no está esa libreria en el directorio .\lib, por eso pregunte donde podía bajarla. Tienes idea donde ??? Nuevamente muchas gracias.
Saludos |
zip en xHarbour | En xharbour\lib siempre vino con esa librería seguramente se te ha borrado bajala de aqui
<!-- m --><a class="postlink" href="http://www.4shared.com/file/zV1-hIXY/hbzip.html">http://www.4shared.com/file/zV1-hIXY/hbzip.html</a><!-- m -->
Luis |
zip en xHarbour | Muchísimas gracias Luis, este fin de semana me dedicaré a terminar esta rutina. Nuevamente agradecido ...
Saludos |
zip en xHarbour | Mírate este hilo:
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=18371&hilit=pcrepos">viewtopic.php?f=6&t=18371&hilit=pcrepos</a><!-- l --> |
zip en xHarbour | Esto tambíen te será útil:
[url:247m278v]http://forums.fivetechsupport.com/viewtopic.php?f=6&t=18371&hilit=pcrepos#p96610[/url:247m278v] |
zip files and unzip files | A major part of my program is users saving data to zip files. Then unziping back into the program. Never a problem in 16 bit version. Code doesn't work in 32 bit.Looked at testzip.prg and testuzip.prg. Not working. Funcs don't exist.Need help here....THanks in advance.Harvey |
zip files and unzip files | [url:1xim47oz]http://forums.fivetechsoft.com/viewtopic.php?t=11622&highlight=hbzip[/url:1xim47oz]You can search this forum for hbzip if you wish to read more similar posts |
zip files and unzip files | I use xHarbour's HB_ZIPFILE().In its simplest form use:- HB_ZIPFILE( cZipFile, aFiles2Zip)Full spec is :HB_ZIPFILE( <cFile>, <cFileToCompress> | <aFiles>, <nLevel>,; <bBlock>, <lOverWrite>, <cPassword>, <lWithPath>,; <lWithDrive>, ; <pFileProgress> ) ---> lCompressFor unziping:HB_UNZIPFILE( <cZipFile>, <bBlock>, <l... |
zip files and unzip files | Thanks for the response. I'm using harbour. Where do I get the HBZIP.LIB and ZLIB.lib for hourbor? Not in the harbour files. |
zip unzip problem | what do I have to do to manage compeling testzip.prg ?We got this errors.hbzip.lib is not included in harbour package.Where can we get the tools which solve the our Problem ?ÚÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄżł FiveWin for Harbour 8.01 - Jan. 2008 Harbour... |
zip unzip problem | ztibor,samples\TestZip.prg is for 16 bits only.You have to use xHarbour/Harbour provided HBZIP.lib libraryHere you have a working sample:[code:2gbzzm34]
//
// $Id: testzip.prg,v 1.6 2003/09/15 02:57:10 paultucker Exp $
//
// Requires samples.lib for gauge support
//
#include "common.ch"
#i... |
zip unzip problem | Antonio,would you be so kind to post the necessary changes in buildh.bat/buildx,bat to compile this sample.Thanks in advanceOtto |
zip-unzip | I'm trying to work with zipfile() and unzipfile(), testing testzip.prg in the samples folder. I get a link error for the two unknown functions. Looking at functions help of FWH, it seems the two functions were integrated in FWH libs.
I'm using Xharbour, where is the problem?
regards |
zip-unzip | Riccardo,
Those functions are not available in FWH. You may use the free hbzip.lib for Harbour/xHarbour. |
zip-unzip | Ok Antonio. Why are they in FWH 2.6 docs?
anyway, where could I find hbzip.lib?
regards, riccardo |
zip-unzip | [quote="Maverich":3wq0w2jd]Ok Antonio. Why are they in FWH 2.6 docs?
anyway, where could I find hbzip.lib?
regards, riccardo[/quote:3wq0w2jd]
Those functions are in FW 2.6 because they only work on 16 bits, both, 32 & 16 bits FiveWin use the most of the functions, not all of them so they share the same documentatio.
... |
zip-unzip | thanks rene |
zipfiles | I tryed to compile testuzip.prg
but it make errors
I also insert into file batch hbzip.lib but the compilation not found these functions
[code:1inbbykx]
[1]:iLink32.Exe -Gn -aa -Tpe -s @testuzip.bcl
Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland
Error: Unresolved ex... |
zipfiles | Hello Silvio
See you this link
<!-- m --><a class="postlink" href="http://fivetechsoft.com/forums/viewtopic.php?t=4677&highlight=litezip">http://fivetechsoft.com/forums/viewtopi ... ht=litezip</a><!-- m -->
I make the wraper to two dlls
A greeting |
zipfiles | Paco thanks but I have this old program and I want use it
Antonio,
I have compiled also testunzip.prg of fwh and I insert hbzip on batch compilation
the procedure not compile it and it make errors |
zipfiles | Silvio,
FW 16 bits ZIP functions are not available in FWH, because we were using an external library that its not available for 32 bits. |
zipfiles | good Mr Linares,
i want use 32 bit code... but
I have try to compile your testzip.prg and testuzip.prg
these files are in fwh\samples directory
I use into batch file also hbzip.lib
I need these functions
iszip()
getfirstinzip()
getnextinzip()
closezipfile()
unzipfile()
Can you explain me How I can use it ... |
zoom and unzoom | I wish insert a slider on bottom of window and zoom and unzoom particular section of wndmain ( and all controls are showed)
How make it ? |
zoom and unzoom | Silvio,
[quote:wilr79aw]I wish insert a slider on bottom of window and zoom and unzoom particular section of wndmain
( and all controls are showed)[/quote:wilr79aw]
I tested to zoom sections but [color=#0000FF:wilr79aw]NOT[/color:wilr79aw] in edit-mode only viewing that works on cursorposition
the area is defined wi... |
zoom and unzoom | no I sent you a message |
zoom and unzoom | Hi Uwe,
Is it possible to see an example source for the Zoom In / Zoom Out function.
I would like to use this for one of my application.
Making the cursor as center point..on the main window TEXTTITLE
Thnx, Regards |
zoom and unzoom | Uwe use the zoom function of samples\zoomer.prg or zoomer2.prg
I Mean another zoom
I have 200 btns on a dialog with resize and I wish resize all controls on this dialog ( each controls can have founts and text )
sample :
for this test ( new calculator) my function run ok because the controls are all type btnbm... |
zoom and unzoom | Thanks, Silvio,
Nice, magnification tool.
I will look into the sample zoomer prgs and try to fit it into my application. |
“Certified for Windows Vista” Software Logo Requirements | Hello!
<!-- m --><a class="postlink" href="http://blogs.msdn.com/uac/archive/2006/06/28/650262.aspx">http://blogs.msdn.com/uac/archive/2006/ ... 50262.aspx</a><!-- m -->
[quote:1g3kq19y]Critical to the success of User Account Control is having software that works well for standard users and administrators, without exc... |
¡AYUDA URGENTE! TRerport bug en startgroup al inciar el docu | Por favor ayudenme he pasado muchas horas en resolver el siguente problema y no he podido:
Mando imprimir un encabezado antes de comenzar la impresion de un grupo, pero siempre al iniciar el documento se sobreescribe con la primera linea del grupo. Despues de que se imprime el primer grupo el problema no ocurre,... |
¡AYUDA URGENTE! TRerport bug en startgroup al inciar el docu | Buenos Dias.
Es casi un echo que todos los que programamos en FWH usamos o hemos usado alguna vez el motor de reportes. Por lo menos alguien digame si en alguna version posterior a la 2.4 no ocurre este probema.
Gracias.
Jose Rios. |
¡AYUDA URGENTE! TRerport bug en startgroup al inciar el docu | Hola Fernando.
Si, ya probe poner varios newline(), pero cuando es el primer grupo del documento hace caso omiso de las lineas a saltar. A partir del segundo grupo este problema no ocurre.
¿a ti te ha ocurrido este problema?.
Saludos. |
¡AYUDA URGENTE! TRerport bug en startgroup al inciar el docu | Parece ser que alguien mas ya habia tenido este problema, pero no tuvo respuestas en el foro:
<!-- m --><a class="postlink" href="http://fivetechsoft.com/forums/viewtopic.php?t=6233&highlight=startgroup">http://fivetechsoft.com/forums/viewtopi ... startgroup</a><!-- m -->.
Saludos. |
¡AYUDA URGENTE! TRerport bug en startgroup al inciar el docu | Hola Amigos.
El motor de reportes FW en combinacion con scopes y los AOF, permite hacer maravillas, se pueden crear reportes que de otra forma nos llevarian muchisimas mas lineas. En un sistema de punto de venta que estoy desarrollando utilizo estas herramientas para hacer reportes de kardex, estadisticas, etc... |
¡AYUDA URGENTE! TRerport bug en startgroup al inciar el docu | José:
Yo utilizo las siguientes líneas y me funcionan bien
oReport:EndLine()
oReport:StartLine()
Saludos, Armando |
¡AYUDA URGENTE! TRerport bug en startgroup al inciar el docu | ¡Armando Muchas Gracias!.
Problema arreglado anexando un oReport:endLine() antes del oReport:say() en StartGroup
Saludos.
Jose Rios. |
¡Feliz Día Programadores! | Feliz día para todos! Y gracias por los aportes a esta gran comunidad! |
¡Feliz Día Programadores! | Llegó el dia 256 del año!
Feliz día para todos nosotros!
Un Abrazo ! |
¡Feliz Día Programadores! | 01000110 01000101 01001100 01001001 01011010 00100000 01000100 01001001 01000001 00100000 01000100 01000101 01001100 00100000 01010000 01010010 01001111 01000111 01010010 01000001 01001101 01000001 01000100 01001111 01010010 |
¡Feliz Día Programadores! | 01101000 01100001 01110010 01100010 01101111 01110101 01110010 00100000 01111001 00100000 01100110 01101001 01110110 01100101 01110111 01101001 01101110 00100000 01110000 01101111 01110111 01100101 01110010 |
¡Feliz Día Programadores! | Muchas Felicidades estimados amigos!! |
¡Feliz Día Programadores! | Feliz día para todos los excelentes programadores de esta maravillosa comunidad.
Saludos
Ruben Dario Fernández
Enviado desde mi 21081111RG mediante Tapatalk |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.