topic
stringlengths
1
63
text
stringlengths
1
577k
menuitem muy anchos
Estimados, no se si habran notado que los menus de fwh son my, anchos, casi es el doble de tamaño del prompt copmo se puede solucionar esto. [img:mxxgr2s0]http://img405.imageshack.us/img405/6402/menuth.jpg[/img:mxxgr2s0]
menuitem muy anchos
Carlos... Podrias cambiar solo un valor en la clase window (aunque realmentre no sabria decir por que existe dicho valor o la logica por la cual fue creado en su momento) [code=fw:341l39rr]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">METHOD</span> MeasureItem<br />...<br /><...
menuitem muy anchos
nadie sabe al respecto <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:-( -->
menuitem muy anchos
Daniel Me parece que es para cuando se pone "Ayuda"+Chr(9)+"F1" y todos los que tengan acceso rápido se alinen en la misma posición. Poniendole 30 como indicas el F1 sale unido Saludos Adhemar
menuitem muy anchos
Adhemar Gracias por la respuesta...
menus
Los menus en FWPPC o en PPC siempre ban abajo?
menus
Paco, Si, van abajo. Windows CE (que no es igual que el Windows Mobile de Pocket PC) permite ponerlos arriba.
menus
[quote="Paco Garcia":2v4067wp]Los menus en FWPPC o en PPC siempre ban abajo?[/quote:2v4067wp] Te he enviado un email el jueves de la semana pasada por favor si no te llegó, pegame un toque a <!-- e --><a href="mailto:jcso@esm.com.mx">jcso@esm.com.mx</a><!-- e --> y dame una direccion donde me pueda poner en contacto. ...
menus - Separador
Mais um pedido de Ajuda, e peço desculpa por isso, é que estoua começar no FWPPC, e vão surgindo algumas dúvidas..Como meto o separador nos Menus tipo:Opção AOpção B--------------- (Separator)Opção CObrigado
menus - Separador
Sergio,Please review samples\TestMnu2.rc[code:2nduq560] &#46;&#46;&#46; POPUP "" BEGIN MENUITEM "Manual", 310 MENUITEM SEPARATOR MENUITEM "Acerca de&#46;&#46;&#46;", 320 END END [/code:2nduq560]
menus - Separador
Obrigado é isso, funcionou
menus 2007
HI, clause omenu:l2007 := .t. is working only in main menu, but menuitens still in normal mode. <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: -->
menus 2007
Norberto, You have to use the clause 2007 when you create the MENU: MENU oMenu 2007 if you modify it later on, it will not properly work
menus 2007
i try like this: #Define _2007_ .T. . . . MENU oWndMnuMain oMainMenu:l2007 := _2007_ . . . BUT ONLY menumain (top) is 2007, menuitems still in normal mode.
menus 2007
Norberto, Do it this way: [code:23vbdihg] if lUse2007 // Your user wants 2007 look MENU oMenu 2007 &#46;&#46;&#46; else MENU oMenu &#46;&#46;&#46; endif [/code:23vbdihg]
menus tipo office
alguien tendra los fuentes de arturo tamayo, ya que su pagina no funciona, me los pudieran enviar a <!-- e --><a href="mailto:fjhorta@yahoo.com.mx">fjhorta@yahoo.com.mx</a><!-- e --> gracias salu2 paco
menus tipo office
a mi también por favor <!-- e --><a href="mailto:fivewidi@jazzfree.com">fivewidi@jazzfree.com</a><!-- e --> Saludos Carlos G.
menus tipo office
Mira aqui <!-- w --><a class="postlink" href="http://www.quark-costos.com">www.quark-costos.com</a><!-- w --> en descargas
menus tipo office
hOla Ya esta habilitada la pagina <!-- w --><a class="postlink" href="http://www.quark-costos.com">www.quark-costos.com</a><!-- w --> saludos
menus tipo office 2003 y Xp - ?? Dónde??
[quote:301xqrs5]Aqui les dejo las fuentes para crear menus tipo office 2003 y Xp, basado en las fuentes originales de Fivewin Pueden descargar de <!-- w --><a class="postlink" href="http://www.quark-costos.com">www.quark-costos.com</a><!-- w --> Felices fiestas Saludos Arturo Tamayo Daza [/quote:301xqrs5] [co...
menus tipo office 2003 y Xp - ?? Dónde??
Tienes un mail en HOTMAIL.COM ,, sino crea uno y me lo das para pasarte un ZIP con MENU STYLE OFFICE 2003 Y XP el mio,,, <!-- e --><a href="mailto:Leiva_36@hotmail.com">Leiva_36@hotmail.com</a><!-- e --> Nos leemos BYE
menus tipo office 2003 y Xp - ?? Dónde??
class of Paco run ok in w2000, Xp instead the arthuro class not run ok ...!! I think you must use the Paco classes
menus tipo office 2003 y Xp - ?? Dónde??
Hola Yo utilizo la clase de arturo y funciona muy bien, tanto en win98 como XP pd: El nuevo look le da un toque especial Saludos Patricio
menus tipo office 2003 y Xp - ?? Dónde??
Hello, class of Paco is 5MENU? Where I find? How much? Works with xHarbour xBuilder? Thanks
menus tipo office 2003 y Xp - ?? Dónde??
Syda, The Paco Garcia C5MENU class is excellent and work fine with xHarbour Builder + FWH. I am using it with xHarbour Builder Jan 07 + FWH 2.8. Technical Support from Paco is very good. The only complaint that I have is that C5MENU class allow office style menues in the pull-down menu and not in the Horizontal Menu...
merge cells
XBrowser is an array. { {"AA", "BB"}, ; {"AA", "BB"}, ; {date(), date()-1}, ; {date(), date()-2}, ; {"CC", "DD"}, ; {"CC", "DD"} } The first column should be merged vertically. Is it possible to specify that you need to merge only cells of the array with the text type ?
merge cells
You can if you have the latest version of FWH, using oCol:bMergeValue.
merge cells
I'm using version 17.01 How to use bMergeValue in this case ?
merge cells
[code=fw:24x6xz53]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp; &nbsp; &nbsp;:<span style="color: #000000;">aCols</span><span style="color: #000000;">&#91;</span> <span style="color: #000000;">1</span> <span style="color: #000000;">&#93;</span>:<span style="color: #000000;">lMergeVert</span> &nbsp; ...
merge cells
Tried, but got error comparison string value and date
merge cells
[quote="Natter":2hnxzltx]Tried, but got error comparison string value and date[/quote:2hnxzltx] If you tried my exact code you will not get the error. You might have changed my code. Please note: I never post here any code without first testing, so you can safely trust the code I post in the forums.
merge cells
Excuse me mr.Rao. I wasn't paying attention. Everything works !
merge de pdfs mediante ole
Por si a alguien le viene bien . Pequeño ejemplo de unir dos pdf en uno nuevo . Necesita el Adobe Acrobat ( no vale el Reader ) pues utiliza la automatización OLE . [code=fw:3884gy3c]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #B900B9;">// FiveWin &nbsp;Pdf Merger</span>...
merge de pdfs mediante ole
Manuel, gracias! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
message error ""Too many recursive error handler calls&q
Antonio, I have a problem with FWH 8.2 message error "Too many recursive error handler calls" I view link <!-- m --><a class="postlink" href="http://fivetechsoft.com/forums/viewtopic.php?p=20996">http://fivetechsoft.com/forums/viewtopic.php?p=20996</a><!-- m -->I link fils 'Error.Ch' with my system. Problem Not End ....
message error ""Too many recursive error handler calls&q
Hathal,Please modify fwh\source\function\errsysw.prg and place a MsgInfo( e:Description ) before if ( e:genCode == EG_ZERODIV )so you will see the recursive error description
message to client
socket send a small message to client ok to GURU but we can send rtf message to client ? and How ? Can we send an offline message ? I saw there are also : hb_socketSetBroadcast(hSocket, lValue) hb_socketSetMulticast(hSocket, [nFamily = HB_SOCKET_AF_INET], cAddr) hb_socketSend(hSocket, cBuffer, [nLen = Len( cB...
messaggio ""end of file"" scorrendo fino in fondo un
Uso questo codice per alimentare un array (aTIPI) con il contenuto del campo "descri" del dbf "tipi" :[code:ctk63e22]local aTIPI&#58;=&#123;&#125; local dTIPI use tipi index tipi new database dTIPI dTIPI&#58;gotop&#40;&#41; do while ! dTIPI&#58;eof&#40;&#41; aadd&#40;aTIPI,dTIPI&#58;descri&#41; dTIPI&#58;sk...
messaggio ""end of file"" scorrendo fino in fondo un
Ho notato che utilizzando eof() e skip , senza mettere i riferimenti a dtipi (l'oggetto database), i msgstop di "end of file" o "begin of file" non vengono fuori.Per ora ho aggirato così.
messaggio per mercurial
Ti spiego ho perso i sorgenti che avevo per il mio programma e ho decompilato un vecchio exe in dos clipper ( non trovo neache i sorgenti di questo in dos) Orario .dbf è un elenco di lezioni che devono fare i docenti per ogni docente ci sono x record a seconda delle ore di cattedra per esempio il prof Bartolini ha...
messaggio per mercurial
Quindi in pratica in orario.dbf in una prima fase "sviluppi" la cattedra di un docente per poi in un secondo momento andare ad indicare giorno e ora. Il controllo deve essere doppio perché alcuni docenti potrebbero dover usare un laboratorio... ma questo dovrebbe essere settabile quando sviluppi la cattedra... ora ve...
messaggio per mercurial
si... quando inserisco un docente gli inserisco anche le cattedre per quel docente. Adesso ho un 'altro problema in un altro pezzo della procedura dove assegna le ore .. non capisco il perchè non entra in questo ciclo [code=fw:3l4853pl]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="col...
messaggio per mercurial
Faccio riferimento al pezzettino di codice che hai inviato l'altro giorno: [code=fw:yjzuqgl6]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #0000ff;">SELECT</span> CL<br />CL-><span style="color: #000000;">&#40;</span>dbSeek<span style="color: #000000;">&#40;</span>OR->classe<span s...
messaggio per mercurial
[quote="Silvio.Falconi":m2toaiyf]si... quando inserisco un docente gli inserisco anche le cattedre per quel docente. Adesso ho un 'altro problema in un altro pezzo della procedura dove assegna le ore .. non capisco il perchè non entra in questo ciclo [code=fw:m2toaiyf]<div class="fw" id="{CB}" style="font-family: m...
messaggio per mercurial
scusa mancava un or->(dbSetOrder(1))
messaggio per mercurial
>Una curiosità: questo programma era stato sviluppato con un CASE? si sweet..qualchecosa non mi ricordo il nome nel 92
messaggio per mercurial
>Perché OR->prof è diverso da DO->(Recno())... (non sono bravo a usare le faccine, mettici quella giusta...) faccine ? non capisco il file index è INDEX ON str(PROF,3) TAG ORARIO1 or->prof è numerico e do->recno() dovrebbe essere numerico è stato usato il numero del record , lo so che è sbagliato ma adesso devo...
messaggio per mercurial
La funzione assegnaore poi è ingarbugliata...ma solo non capisco il perchè lui assegna le ore solo per lunedi,martedi,mercoledi e giovedi [img:2w0ykpcm]http&#58;//www&#46;eoeo&#46;it/wp-content/uploads/2015/02/hhv&#46;jpg[/img:2w0ykpcm] probabilmente non ci sono i controlli per classelib e aulalib e giornolib del...
messaggio per mercurial
[quote="Silvio.Falconi":12p0uav1]>Una curiosità: questo programma era stato sviluppato con un CASE? si sweet..qualchecosa non mi ricordo il nome nel 92[/quote:12p0uav1] Per caso era dbSee? Comunque si spiegano alcune cose, così come quella follia dell'indice orario.$$1 che un qualunque essere umano avrebbe gestito co...
messaggio per mercurial
[quote="mercurial":2x5uw7oj] Quindi sembra che la funzione controlli se la classe non è disponibile un determinato giorno (nGiorno) in una determinata ora (nOre) e per nOreClasse consecutive. [/quote:2x5uw7oj] nOreClasse secondo me non è data da quella operazione che avevo messo ma è dato dal calcolo della materia ...
messaggio per mercurial
non mancano ce le ho le funzioni ma non funzionano come dovrebbero
messaggio per mercurial
[quote="Silvio.Falconi":2ege9y8c]La funzione assegnaore poi è ingarbugliata...ma solo non capisco il perchè lui assegna le ore solo per lunedi,martedi,mercoledi e giovedi probabilmente non ci sono i controlli per classelib e aulalib e giornolib del docente [/quote:2ege9y8c] Sembrerebbe quello il problema... infatti...
messaggio per mercurial
[quote="Silvio.Falconi":2wzpoyjq] nOreClasse secondo me non è data da quella operazione che avevo messo ma è dato dal calcolo della materia e quindi nOremateria cioè [/quote:2wzpoyjq] Quindi non devi solo ricompilare il codice (per caso, l'hai fatto? [color=#FF0000:2wzpoyjq]Hai ricompilato il decompilato senza c...
messaggio per mercurial
L'archivio dei docenti è l'archivio stravecchio del 1992 . C'è una procedura che si chiama Ciclone che apre gli archivi, li azzera cioè azzera alcuni campi di orario ( gg_ora se non trova un carattere nel campo Blocco) , classi ed aule ( campo ore_ass cioè le ore assegnate). Da questa funzione si arriva in un altra ...
messaggio per mercurial
[quote:10gcajw8]Comunque mi sembra che anche questa tua seconda ipotesi non sia corretta... che valore avrebbe la prof.ssa Frati che ha 10 ore in 1D? 10?[/quote:10gcajw8] il problema che alcune funzioni non le trovo ho trovato solo le funzioni classelib aulalib giornolib ( giorno libero per il docente e in base a...
messaggio per mercurial
Ho letto velocemente i tuoi due post e devo rileggerli per cercare di entrare meglio nei meccanismi... Ma prima ti devo chiedere di inquadrare meglio il lavoro che stai facendo e ciò che hai a disposizione, perché leggo delle frasi che possono sembrare contraddirsi mentre magari è solo un modo di esprimersi dovuto al...
messaggio per mercurial
Ho provato a ricreare la struttura delle funzioni partendo dalla tua descrizione... ciclone() chiama ciclomater() o ciclomater() è eseguita dopo? assegnaOre() è chiamata da dentro ciclomater due volte (citi il for/next)... il pezzo di codice che hai postato è dentro assegnaOre? ma è troppo ridotto e con una descrizione...
messaggio per mercurial
[quote="mercurial":4466suo4] Sia di questa versione 92 che di eventuali successive non hai piu i codici e nemmeno gli eseguibili se non per l'eseguibile del 92. [/quote:4466suo4] Il problema più grave che nel 2012 io avevo rifatto già il programma convertendolo dal dos del 1992 e nella cartella source avevo messo un c...
method add del in DBCOMBO
if there is method in DBCOMBO with add or del an item form list /list - database/ maybe an example
method add del in DBCOMBO
It all depends on what you need to do. DBCombo can load an array or read a source database. If you are reading a small database, you can add or delete records in the source database, then just call the Refill() method which will reload the array. Depending on the size of the database rereading it could be too slow ...
method add del in DBCOMBO
Saludos, yo lo hago asi, espero te ayude...saludos... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: --> [code=fw:kqurw8t4]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// REASIGNO VALORES A UN DBCOMBO</span><br /><...
method print of xbrowse
ACTION oApp():oGrid:Print( .t., , "Elenco Soci" ) it make error [code:3cyq3tvl] Application =========== Path and name&#58; C&#58;\work\errori\fsdi2006\prg\fsdi2006&#46;Exe &#40;32 bits&#41; Size&#58; 2,059,776 bytes Time from start&#58; 0 hours 0 mins 2 secs Error occurred at&#58; 04-02-2007, 01&#58;1...
method print of xbrowse
Silvio Don't have a XBrowse print method? Verify a code of your method and search for de internal methods of xBrowse, your application is trying to acess this methods ????::oWnd:cCaption ????::cAlias ????::GetVisibleCols() ????::bBookMark ????::aArrayData ????::nArrayAt Make sure if exist in xBrowse code the sa...
method print of xbrowse
I not understand Waht YOU say me I add this method to xbrowse fivetech it run sometimes obrw:print("namereport",.t.,.t.) it is as print method of wbrowse of hernan
method print of xbrowse
Excuse.
method seek Dolphin
La siguiente funcion yo la utilizo con tablas DBF, con un pequeño ajuste funciona con tdolphin para buscar sobre una tabla de mysql, la busqueda se realiza con el method seek, partiendo desde un GET, y el query se encuentra en un xbrowse. acontinuacion un pedazo de codigo: Saludos. [code=fw:10celbvk]<div class="fw" id...
method seek Dolphin
Cesar Gracias por compartirlo
method seek Dolphin
Muy interensante, agrego unas modificaciones para que sea mas generico el codigo [code=fw:2mh1xjhc]<div class="fw" id="{CB}" style="font-family: monospace;"><br />     <span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">GET</span> aGet<span style="color: #000000;">&#91;</span><span style="color...
method seek Dolphin
Nicanor a mi me fucniona bien, si pudieras enviarmen un ejemplo a mi correo que pueda probar te lo agradezco
method syntax
I'm porting large OO app from Clipper Fivewin. Is it possible to declare several methods in just one line, like this: [code:2x7ppe34]CLASS T3DOBJ DATA aVertex DATA aFaces METHOD New&#40;&#41; CONSTRUCTOR METHOD AddVertex&#40;&#41;, Paint&#40;&#41; // METHOD Paint&#40;&#41; ENDCLASS[/code:2x7ppe...
method syntax
No, if you check the hbclass.ch header file, you will notice that METHOD is a single line directive.
method syntax
Roman, You may modify Harbour hbclass.ch and implement it for you.
method syntax
I think it will be faster if I manually change source of our modules. I looked into objects.ch to see how you implemented "method" in FW for clipper and it seems quite complicated. Roman
method syntax
Roman, FWH does not use objects.ch, just hbclass.ch which it is much more simple.
method: EditBaseRecord
Hello, I am with a doubt as to the use of the method: EditBaseRecord, if in the rowset I put "* " The method works, if specified the field in the rowset does not work. Shouldn't he use all the fields in the rowset independent table? [b:1izdejav]Example: Doesn't work [/b:1izdejav]oTabela: = oCon: RowSet ( "[b:1izdej...
method: EditBaseRecord
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=35054&p=208563#p208563">viewtopic.php?f=3&t=35054&p=208563#p208563</a><!-- l -->
method: EditBaseRecord
Hello Mr. Rao, Thanks for the answer. "Rewanty () " was the translator. I'll make the indicated changes and return here. Thanks again. Att., Oliveiros Junior
metodo Get
Hola amigos del forum. Que tiene un ejemplo del metodo Get-> MH_GetPairs() --> Hash, el cual retorna un hash.
metodo Get
Estimado Alfredo, [code=fw:18qf8gn6]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> Main<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br /><br />   ? MH_GetPairs<span style="color: #000000;">&#40;</span><span style="color: #...
metodo Get
Gracias Antonio. Con respecto a mod_harbour CGI. Poraqui estare molestando.
metodo Get
Encantado de ayudar <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
metodo Get
Buenas Antonio, quiero incursionar con mod_harbour CGI, no logro que me funcione, hice la descargue de los archivos en link que me diste, copie las dll y el modharbour.exe en C:\xampp\cgi-bin, agregue estas estas lineas: En Httpd.conf, que se encuetra en esta carpeta: C:\xampp\apache\conf LoadModule harbour_module ...
metodo Get
Estimado Alfredo, Estas son las instrucciones a seguir para usar mod_harbour CGI: <!-- l --><a class="postlink-local" href="http://fivetechsupport.com/forums/viewtopic.php?p=255731&sid=31b907208c75ae4a3d445dac45d152b5#p255731">viewtopic.php?p=255731&sid=31b907208c75ae4a3d445dac45d152b5#p255731</a><!-- l --> Estás lí...
metodo Get
Gracias Antonio. Cualquier inquietud, le comento.
metodo Get
No he podido configurarlo. 1.-Instalo Xampp 64 bit y lo reinicio y todo bien 2.-Copio todas las dll y modharbour.exe a la siguiente direccion C:\xampp\cgi-bin 3.-copio httpd.conf a la siguiente direccion C:\xampp\apache\conf 4.-copio htaccess a la siguiente direccion C:\xampp\htdocs. 5. reinicio xampp 6.-Me sale el si...
metodo Get
Ve a la carpeta en donde has copiado modharbour.exe y las DLLs y ejecuta modharbour.exe directamente y comprueba que funcione. Te mostrará un mensaje salvo que te diga que le faltan DLLs
metodo Get
Lo ejecuto directamente asi: [code=fw:24xrf4a5]<div class="fw" id="{CB}" style="font-family: monospace;"> C:\xampp\cgi-bin>dir<br /> El volumen de la unidad C no tiene etiqueta.<br /> El número de serie del volumen es: <span style="color: #000000;">E472</span><span style="color: #000000;">-1459</span><br /><br /> Dire...
metodo Get
Lo cual quiere decir que tiene todas las DLLs que necesita para funcionar Revisa error.log y access.log en la carpeta logs y mira a ver que error reporta
metodo Get
No he podido configurarlo, seguire trabajando como lo vengo haciendo, Que ese si me funciona sin ningun problema.
metodo cGenprg de tget para dialogos.
El metodo que viene en la clase TGet no me funciona correctamente . ¿ Es cosa mia ( or algún cambio en las clases ) , o pasa a mas gente ? . Por cierto que tambien existe un gazapor en la declaracion del metodo New ya que aparece dos veces cVarname , se tendría que quitar la última supongo. [code=fw:2lgglu9u]<div cl...
metodo find de ado / Method find with ado
Amigos del foro: Estoy pasando dbf a sql ... hasta ahora voy convirtiendo con exito, solo que tengo un incoveniente Es posible buscar con el metodo find de ado mas de dos columnas? [code=fw:kpvfg47i]<div class="fw" id="{CB}" style="font-family: monospace;">oRsCli:<span style="color: #000000;">Find</span><span style="c...
metodo find de ado / Method find with ado
Hola Artu: Recorda que si alguno de los campos es tipo texto, deberias ponerle las comillas para que lo encuentre... Probaste asi? [code=fw:2qhprpqc]<div class="fw" id="{CB}" style="font-family: monospace;">oRsCli:<span style="color: #000000;">Find</span><span style="color: #000000;">&#40;</span><span style="color: #ff...
metodo find de ado / Method find with ado
Efectivamente se debe formar la cadena SQL como si la estuvieras dando directamente en SQL SERVER MANAGEMENT STUDIO o algún otro, para tal efecto tendras que alternar entre " y ' (comillas dobles y tilde)para formar strings que incluyan otras strings anidadas La string resultante final deberia verse tal como la tecleas...
metodo find de ado / Method find with ado
Creo recordar que en ADO la función find está definida para una única columna, por eso dejé de usarla al convertir mis programas de DBF a SQL. Yo uso el comando Filter, de la siguiente forma : [code=fw:mzcfnu5u]<div class="fw" id="{CB}" style="font-family: monospace;">oRsCli:<span style="color: #000000;">Filter</span> ...
metodo find de ado / Method find with ado
Artu01 [quote:3iv5ra2e] oRsCli: Filter : = "ruc =" + cRuc + "and locate =" + cUbica [/quote:3iv5ra2e] Try it this way [code=fw:3iv5ra2e]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oRsCli:<span style="color: #000000;">Filter</span> := <span style="color: #ff0000;">"[ruc] =  '"</span>+cRuc+<span s...
metodo find de ado / Method find with ado
Gracias amigos por sus repuestas Con filter corre ok pero con find no corre, lei que find no acepta mas de una columna entonces tengo duda el siguiente select que haga obtendre menos filas por la aplicacion del filtro? Thank you guys for their responses With filter run ok but with find not run, i read that more than o...
metodo find de ado / Method find with ado
Artu01 Find works basically the same way ... :Find is like a function and you have to pass the search parameters within the () .. :Find searches for the first matching record where Filter will retrieve all records that match your query. [code=fw:19k4dpuj]<div class="fw" id="{CB}" style="font-family: monospace;"><br /...
metro back button
I have speed up the handling of my programs with the metro back button. This way also my old fashioned WINDOWS programs are much better to use. I have attached on the metro back button and on the standard end button a log counter. First tests show that after some days mainly the metro back button is used. A second a...
metro back button
Otto ++++1
metro buttons (solved)
Good morning I am testing the metro interface, i have compiled touch.prg and run it in fwh\samples folder , i can see the complete process When i copy the touch.exe to my directory and the appropriate bitmaps, i can not see some of the images and at the company xbrowse , buttons have no action fired Is there a part...