... is an array, COLUMNS clause can contain column numbers. In addition, valid expressions and codeblocks can be used in the column clause. Plase see testxbrw3.prg in the samples for usage. - USAGE OF EXPRESSIONS/CODEBLOCKS: It is now possible to use Expressions and codeblocks in the COLUMNS clause ...
... Pruebo comentando este include y agregadno en el .prg #include "menu.ch", y el mensaje se repite El sample compilado, en este caso, es: testxbrw3.prg que al inicio declara dos includes: #include "FiveWin.Ch" #include "XBrowse.Ch" A que se puede deber?. Por donde puedo ...
Adhemar; Malas noticias...o no, depende de como se lo mire Baje y sin tocar nada compile testxbrw3. Exporta y abre ambas opciones del menu Excel Te dejo el enlace donde subi el ejecutable https://www.box.com/s/k9mmvl3783z52hm81okv
... I can suggest the following three ways in that order. 1) Study samples in samples folder ( all programs containing 'xbrowse' ). In particular testxbrw3.prg contains more samples. 2) Study commands in xbrowse.ch along with source code of xbrowse.prg. Commands are simple and are compatible with ...
... style, but when I try to use this style into my application... it don't have the same effect! > Answer to your question is in the testxbrw3.prg source itself. oBrw:bClrRowFocus := { || { CLR_BLACK, RGB(185,220,255) } } oBrw:nMarqueeStyle ...
... style, but when I try to use this style into my application... it don't have the same effect! > Answer to your question is in the testxbrw3.prg source itself. oBrw:bClrRowFocus := { || { CLR_BLACK, RGB(185,220,255) } } oBrw:nMarqueeStyle ...
... Si bFooter es definida en la forma anterior, incluso la visualización de los totales se recalcula automáticamente. j) Se ha revisado el ejemplo testxbrw3.prg de la carpeta \FWH\samplesusando la sintáxis de alguno de los nuevos comandos. k) Nuevo método oCol:SetProgBar( [<nLimt>], [<nWidtj>], ...
... ADD TO oBrw command is enough to enable inline edit. If bFooter is defined in the above manner. even display of recomputed totals is automatic. j) testxbrw3.prg in the samples folder is revised using some of the new command syntax. k) New Method oCol:SetProgBar( [<nLimt>], [<nWidtj>], ...
It is working for me. Modified the code in the testxbrw3.prg as below @ 100,20 XBROWSE oBrw ; COLUMNS "State", "City", "First", "Married", "HireDate", "Age", "Salary", "Last" ...
... en el uso de Mysql via ADO y aproveche el excelente ejemplo que se utiliza en la nueva version de FWH 8.03. el ejemplo viene en en programa testxbrw3 en donde se utiliza un enlace con ACCESS cambie la cadena de enlace para utilizar mysql y funcionó perfecto peeero.... al incluir campos tipo ...