topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
dudas TDolphin | Lucas
TDolphin es algo totalmente diferente a FastReport, pero si la pregunta es alrevez, si FastRepor soporta a Dolphin, la respuesta es SI
Que problema estas teniendo para armar la libreria...
solo hay que editar el archivo .BAT que vayas a usar para correjir los PATH a tu configuracion y listo... no hay que tocar... |
dudas con Arrays | Hola:
Tengo dos dudillas, a ver si por favor me podéis ayudar.
Primera, ¿hay alguna función rápida, mejor en C, que carge en un Array el contenido de un campo de una base de datos, para evitar hacer un DO while !eof()?.
Segunda, ¿hay alguna función que elimine los elementos duplicados de un Array?.
Mil gracias. <!-... |
dudas con Arrays | Podrias usar DbEval():
<!-- m --><a class="postlink" href="http://www.ousob.com/ng/53guide/ng23f25.php">http://www.ousob.com/ng/53guide/ng23f25.php</a><!-- m --> |
dudas con Arrays | Antonio:
Gracias por responder, pero no veo de qué forma.
igualmente, ¿Hay alguna función para cargar el contenido de todo un campo de la DBF en el Array, para evitar esto (por lentitud)?
do while !eof()
aadd (array, FIELD->NOMBRE)
DBSKIP()
ENDDO
Muchas gracias <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.... |
dudas con Arrays | mgsoft:
Disculpa mi ignorancia, cual es la utilidad de cargar toda una DBF (10m 20m o 50m regs) a un array ?
Saludos |
dudas con Arrays | DbEval( { || AAdd( array, FIELD->NOMBRE ) } )
recorre toda la DBF y añade el campo al array. Lo mismo que quieres hacer pero desde nivel C. |
dudas con Arrays | Muchas gracias Antonio!!!.
Armando, lo que quiero es usar la clase TAutoGet, y por ejemplo que el programa complete automáticamente los conceptos, los apellidos, la localidad, etc. De ahí la necesidad de tener en un Array el contenido de algunas bases de datos.
El tener un array de varios megas, ¿ralentiza la aplicac... |
dudas con Arrays | Mgsoft,
perdon por lo entrometido, pero no creo que ganes mucha velocidad, si tienes las tablas DBF con los indices adecuados, el TAutoGet funcionara bastante rapido. Ademas, imagina que tienes frecuentes actualizaciones de esa informacion, deberas tambien actualizar los arrays, y si estuvieras comportiendo la informa... |
dudas con Arrays | Marcelo:
Por favor, ningún problema en tu comentario, al contrario, pues me queda mucho que aprender.
La clase TAutoGet, hasta donde yo se, únicamente acepta un Array con los valores.
Creo que es muy útil que el programa autocomplete un campo (p. ej. apellidos, localidad, etc). No sé de qué otro modo se puede hacer.... |
dudas con Arrays | MgSoft,
dejame buscar, yo tengo eso funcionando con base de datos, talvez, no la clase en si, pero de otra forma, por ultimo se modifica la clase.
busco y lo que encuentre lo publico
saludos
Marcelo |
dudas con Arrays | Hola compañero me parece que lo que quieres hacer lo puedes lograr usando el DBCOMBO que hace un combobox con campos de una tabla, busca el ejemplo dbctest.prg o el testdbc1.prg.
ojala te sirva.. |
dudas con Arrays | Hola,
mira este codigo, de esta manera lo hice
[code=fw:32ayzftn]<div class="fw" id="{CB}" style="font-family: monospace;"> <br /> <span style="color: #0000ff;">REDEFINE</span> BMPGET oGet <span style="color: #0000ff;">VAR</span> cResponsable <span style="color: #0000ff;">ID</span> <span style="color: #0... |
dudas para crear documentos con cabecera y detalle | Buen dia con todos....
la consulta es la siguiente: tengo el problema al desear generar un documento ejem. Factura que tiene cabecera (datos del Cliente con Gets) y detalle (relacion de Productos que es con un listbox) todo esto dentro de un cuadro de dialogo
Sucede que deseo llenar la cabecera y luego de tene... |
dudas para crear documentos con cabecera y detalle | Lubin:
Mas facil, mete un SCOPE en el detalle del documento y nunca tendras el problema de que "borre" el filtro.
detalle ->(OrdScope(0,XNRO_NEW))
detalle->(OrdScope(1,XNRO_NEW))
Y listo, todos los registros quedaran filtrado automaticamente.
OJO, esto solo aplica a indices CDX. |
dudas para crear documentos con cabecera y detalle | Hola, me parece que seria mejor que ya al momento de imprimir tu factura, tomes el numero que corresponda, pueda que otro usuario de la red tambien este facturando...
Salu2
Willi |
dudas para crear documentos con cabecera y detalle | Rene , Gracias por la Respuesta, si bien es una alternativa, solo que aun estoy usando los indices NTX
De todas formas va pa mi libro , <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Lubin
[quote="RF":wr2m24dr]Lubin:
Mas facil, mete un SCOPE en el detalle del docum... |
dudas para crear documentos con cabecera y detalle | Gracias Willi por la Respuesta
Pero quiza no me entendieron en algo, mi problema no es al imprimir las Factura si no al crear la Factura, pues tengo un control de correlativos de documentos que controla el bloqueo de los documentos (un Contador) el cual asigna el Nro de la Factura al Encabezado una vez que se ingr... |
dudas para crear documentos con cabecera y detalle | Lubin:
Por un lado el set filter deberia funcionar, que browse usas ?. Yo no lo uso (uso scopes) pero por ejemplo para wbrowse la sintaxis es:
::SetFilter( cField, uVal1, uVal2 )
Por lo que en tu codigo te falta el limite "hasta" del filtro (tenes solo el "desde", aunque hay un:
DEFAULT uVal2 :=... |
dudas para crear documentos con cabecera y detalle | Buen dia Daniel
Muchas gracias por el dato, esta respuesta bastante clara, seguro que puede aliviar mi dolor de cabeza, voy a analizarla y aplicarla, pues tambien he activado el Wbrowse de Hernan C..
Solo para redondear la idea, y aclarar el concepto del uso de scopes que mencionas, ¿estas son referidas a estas ... |
due domande... | 1. Ho una dialog (creata con Resource WorkShop di Turbo C 4.5) e non riesco a bloccare le varie get sul campo (cioè, quando sono una get e arrivo alla fine del campo automaticamente va alla get successiva), è un problema di dialog o si può bloccare dall'interno del file .prg ?2. Volendo cambiare resource editor cosa mi... |
due domande... | [quote="damianodec":1x9sgdfw]1. Ho una dialog (creata con Resource WorkShop di Turbo C 4.5) e non riesco a bloccare le varie get sul campo (cioè, quando sono una get e arrivo alla fine del campo automaticamente va alla get successiva), è un problema di dialog o si può bloccare dall'interno del file .prg ?[/quote:1x9sgd... |
dun 14 | Hola. Necesito utilizar fivewin con el codigo DUN 14. Necesito generar etiquetas desde una aplicacion fivewin con formato DUN 14. ¿conocen alguna libreria que me permita hacer esto?Gracias. Atte. |
duplicate record (tdatarow) | on tdatabase to inser ta a record I use
oElemento:=oElementi:record(.t.)
and to modify
oElemento:=oElementi:record()
How I can make to have a duplicate record to modify ? |
duplicate record (tdatarow) | [code=fw:1eyywisb]<div class="fw" id="{CB}" style="font-family: monospace;"><br />oRec := oDbf:<span style="color: #000000;">Record</span><span style="color: #000000;">(</span><span style="color: #000000;">)</span> <span style="color: #B900B9;">// existing record</span><br />oRec:<span style="color:... |
duplicate record (tdatarow) | thanks |
duplicate record (tdatarow) | Nages, do you think it is right ?
oElementi:= TDatabase():Open( , cDir+"Elementi", "DBFCDX", .T. )
oElementi:setorder(1)
oElementi:gotop()
//sample for duplicate
oElemento:=Editsetup(oElementi,3,oElemento)
[code=fw:27xd2nnt]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="colo... |
duvida con radio | me salta erro com oRadio1:SetFocus()
Salu2 |
duvida con radio | [quote="Wanderson":35ebdqi4]me salta erro com oRadio1:SetFocus()
Salu2[/quote:35ebdqi4]
Prueba con:
oRadio1:aItems[1]:SetFocus()
oRadio1:aItems[2]:SetFocus()
oRadio1:aItems[...n]:SetFocus()
Saludos
Carlos G. |
duvida con radio | Gracias funciono perfecto. |
dwg to jpg file converter | Hi to all,
As subject.
Someone knows a converter command line program from dwg to jpg file ?
Regards |
dwg to jpg file converter | Antonio,
there are some commandline-converter.
Do You want a FREEWARE - version ?
For the moment I coudn't fine one, otherwise
I can add some links for trial versions like :
<!-- m --><a class="postlink" href="http://www.autodwg.com/dwg2image/">http://www.autodwg.com/dwg2image/</a><!-- m -->
Best regards
Uwe <!-- s:... |
dwg to jpg file converter | <!-- m --><a class="postlink" href="http://rghost.ru/52458266">http://rghost.ru/52458266</a><!-- m --> |
dwg to jpg file converter | Thank you Uwe. I'll try. |
dwgcad viewer | hola foro
como aqui no se puede dejas archivos adjuntos, quiero enviar a alh}guien las fuentes de la clase tdwg par su uso libre
si alguien queire publicarlo favor cominuquenme para que le envie
Saludos
Arturo |
dwgcad viewer | go to <!-- m --><a class="postlink" href="http://www.hyperupload.com/">http://www.hyperupload.com/</a><!-- m --> and insert the file zip
then it give you the link where we can download the file . |
dwgcad viewer | hola foro
pueden bajar de <!-- m --><a class="postlink" href="http://hyperupload.com/download/59ad4689/DWGCAD.ZIP.html">http://hyperupload.com/download/59ad468 ... D.ZIP.html</a><!-- m --> |
dwgcad viewer | I not download the files from opendwg can you help me please
Regards |
dwgcad viewer | thanks I resolve it
Regards |
dwgcad viewer | [quote="Arturo Tamayo Daza":14n66u7r]hola foro
como aqui no se puede dejas archivos adjuntos, quiero enviar a alh}guien las fuentes de la clase tdwg par su uso libre
si alguien queire publicarlo favor cominuquenme para que le envie
Saludos
Arturo[/quote:14n66u7r]
Arturo
Intento compilar con xHarbour y al compila... |
dwgcad viewer | Hola
Los archivos y las lib que se requieren debes bajarlos de <!-- w --><a class="postlink" href="http://www.opendwg.org">www.opendwg.org</a><!-- w --> |
dynamic libraries example | gcc test.c -o test
./test
test.c
[code=fw:4fdw4n2m]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <stdio.h><br /><span style="color: #00D7D7;">#include</span> <dlfcn.h><br /><br />void hb_vmInit<span style="color: #000000;">(</span> int <span style="color: #... |
dynamic pie chart on a resource dialog | Hi.
I need to show a pie chart on a dialog along with other controls. One of the controls on the dialog is a get where the user can input a %. A pie chart with that % covered with some color should then be drawn on the dialog.
I saw Tim Stone's work using RMChart and it looks like it should work, but there are n... |
dynamic pie chart on a resource dialog | Dear Reinaldo:
[quote="reinaldocrespo":2gn153t2]Can someone point me in the right direction?[/quote:2gn153t2]
Here you are a working sample kindly provided by Alfredo Arteaga:[code=fw:2gn153t2]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">// Program : Test en dialogos</span><br... |
e-mail manager | Hello,
Sometimes it is difficult to get system into your inbox.
The treeview of outlook is somewhat limited. So I programmed an e-mail manager for me.
I can import from outlook into a mdi Fivewin program. For every email there is a mdi childwindow.
Now I can arrange perfect order. I can move around the emails add/ed... |
e-mail manager | very good idea <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
e-mailadresses | e-mail adresses
Can anyone tell me if it is possible to incorporate and use e-mailadresses from Xbase++ fields (with FWH) iand if yes how to do it? |
e-mailadresses | can someone tell me if it is possible to incorporate e-mailadresses in xbase++ fields and to use them to send emails from. |
e-mailadresses | Yes. Search the forum for email, smtp, and mapi for more information.
Regards,
James |
e-mailadresses | Sorry, i can't help because i don't understand your question.
Please provide some more details about your problem.
What data do you have and what you want to do with them?
Regards,
Detlef |
e-mailadresses | Hi all
I use
<!-- m --><a class="postlink" href="http://www.afterlogic.com/products/email-components">http://www.afterlogic.com/products/email-components</a><!-- m -->
since 3 Years
One Dll fast and small
Tx |
e-mailadresses | Hi,
That looks very interesting.
Can you provide us an example of how you handle the integration ?
Thanks a lot in advance. |
e-mailadresses | OIMAP := TOLEAUTO():NEW( "MAILBEE.IMAP4" )
OIMAP:LICENSEKEY := CMB_MAILKEY
OIMAP:SERVERNAME := CSERVER
OIMAP:USERNAME := CACCOUNT
OIMAP:PASSWORD := CPASSWORD
OSMTP:ENABLELOGGING = .T.
OIMAP:ENABLELOGGING := .t.
OIMAP:CONNECT( CSERVER )
OIMAP:SELECTMAILBOX( cFolder )
envelopes := OIMAP:Ret... |
e-mailadresses | I want to put f.e. an emailadres in a field of an adres file and by clicking on the emailadres open the outlook program f.e. |
e-mailadresses | jds,
This is an example:
[code=fw:ak8i7z3g]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00C800;">function</span> Main<span style="color: #000000;">(</span><span style="... |
e-mailadresses | In case that you want to use a GET:
[code=fw:2dhj5vjd]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00C800;">function</span> Main<span style="color: #000000;">(</span><span sty... |
e-mailadresses | jds,
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=1&t=18035&p=94513#p94513">viewtopic.php?f=1&t=18035&p=94513#p94513</a><!-- l --> |
e-mailadresses | Thank you Antonio ! But it is necessary to put "outlook.exe" between "open" and "mailto:"
Hasta luego ! |
e-mailadresses | Jds,
Thanks for your feedback <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
e-mailadresses | Sorry Antonio, it also works without referencing to outlook
josé |
e-mailadresses | Jds,
Thanks again <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
eBikeWM | THIS WAS THE E-BIKE WORLD FOR EVERYONE 2019
With a total of 491 participants, we broke the world record and are thus the largest E-BIKE RACE in the world.
Many thanks to all participants, helpers, visitors, partners and sponsors of the E-Bike World Championships 2019.
LOOKING FORWARD TO 2020
[url:103rf2vh]https&#... |
eBook de Inteligencia Artificial | Hola.
Para los interesados, acá les dejo un link para descargar un eBook sobre inteligencia artificial que se muy interesante (esta en ingles), utilizando Python
[url:1hr8xsp1]https://pythonmachinelearning.pro/wp-content/uploads/2018/01/Machine-Learning-for-Human-Beings-2.pdf?utm_content=educational&utm_ca... |
eMail cErrorLog (SOLUCIONADO) | Intento modificar ErrSysW.prg, para enviar el archivo de error por eMail en formato HTML pero STRTRAN no detecta el valor de CRLF
[code=fw:1zimtiw9]<div class="fw" id="{CB}" style="font-family: monospace;">cHtml := cErrorLog<br />STRTRAN<span style="color: #000000;">(</span>cHtml, Chr<span style="color: #000000;">&... |
eMail cErrorLog (SOLUCIONADO) | Uuuuuupppppsssss Mi error...
[code=fw:2tcg830p]<div class="fw" id="{CB}" style="font-family: monospace;">cHtml := cErrorLog<br />cHtml := STRTRAN<span style="color: #000000;">(</span>cHtml, CRLF , <span style="color: #ff0000;">'<br <span style="color: #000000;">\></span>'</span><span style="color: #000000;">... |
eMail con formato Html | Hola amigos:
Trato de enviar un correo con formato html pero no lo hace. Me lee el archivo en texto plano.
cText := <!DOCTYPE html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" c... |
eMail with html | Hello friends.
I'm trying to send an eMail with html format, but I can't. Any help, please.
cText := <!DOCTYPE html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Re... |
eMail with html | hi,
i have read "somewhere"
[quote:3hb5i02h]
There is an undocumented feature of MAPISendMail for including an HTML body:
[code=fw:3hb5i02h]<div class="fw" id="{CB}" style="font-family: monospace;"> set lpszNoteText <span style="color: #0000ff;">to</span> <span style="color: #00C800;">nil</span> <span style="colo... |
eMail with html | Thanks very much Jimmy.
Saludos
Ruben Dario Fernandez
Enviado desde mi 21081111RG mediante Tapatalk |
eMailDeskTop | 1. INTRODUCTION
I would like to introduce our new software project.
Maybe someone of you is interested in joining the development.
Then, please, send me an email.
We are working on a new project „email-desktop“. We need this program mainly for in-house use.
At the moment we are receiving so many emails that with th... |
eMailDeskTop | It looks like a great idea!
EMG |
eMailDeskTop | Otto,
This is cool. I have a similar requirement.
Do you have a VBA script that can post an email body and its attachment into a dbf?
TIA |
eMailDeskTop | Dear Antonio,
now I have the email-desktop ready in mod harbour.
Same functionality as desktop version and best you can work simultaneously.
Thanks you and mod harbour.
Best regards,
Otto
[img:lcxwo7xp]https://mybergland.com/fwforum/modharbouredesktop.jpg[/img:lcxwo7xp] |
eMailDesktop - uses filesystem as database | eMailDesktop
Searching for a possibility to store the emails I came to the solution to use the Filesystem (Not a Database!) for schemaless data
I found an interesting post.
[quote:22ve6b34]I always love coming to these forums and reading all the heavy database gurus pitching that the file System can't do it as qui... |
eMailDesktop - uses filesystem as database | FullTextSearch engine
I found a program which looks promising <!-- m --><a class="postlink" href="https://www.fileseek.ca">https://www.fileseek.ca</a><!-- m --> .
I read in the FAQ that it should be possible to operate from command line.
So I think I could pass the search options from FIVEWIN and get back a file wit... |
eMailDesktop - uses filesystem as database | Hello,
FileSeek is working fine.
Calling with Parameter 0 it works without showing a window.
FileSeek returns a csv file.
Best regards,
Otto
[code=fw:37ci8o0h]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">function</span> suchestarten<span style="color: #000000;">(<... |
eMailDesktop - uses filesystem as database | May I know in what way fileseek is different from the popular grep?
[quote:2lslwl6n]C:\bcc7\bin>grep ?
Turbo GREP 5.6 Copyright (c) 1992-2010 Embarcadero Technologies, Inc.
Syntax: GREP [-rlcnvidzewoqhu] searchstring file[s] or @filelist
Options are one or more option characters preceded by "-", and optionally
follo... |
eMailDesktop - uses filesystem as database | Dear Mr. Rao,
I didn‘t even know that there is a tool for fulltext search inside bcc\bin folder.
So I can’t tell anything about.
BTW, can you search with grep inside WORD files?
Best regards,
Otto |
eMailDesktop - uses filesystem as database | any file |
eShop sample and a DBF product file | Hello Mark,
Here
[url:1rleuumk]https://www.modharbour.club/modharbour_samples/eshop/index.prg[/url:1rleuumk]
you see how eShop works with a DBF database.
Maybe you have some images we can use for the demo.
I explain in the next post how I did.
'Best regards,
Otto
[img:1rleuumk]https://mybergl... |
eShop sample and a DBF product file | Otto,
great enhancements on the eshop example! Excellent! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
eShop sample and a DBF product file | Hello Mark,
here you you see what I do:
Store DBF into a HASH - pass the HASH to HTML .
[img:2v2whl86]https://mybergland.com/fwforum/dbf1.jpg[/img:2v2whl86]
Then in the home.view I substitute the hard-coded part through this code.
That is all. That easy.
Thanks to Antonio's wonderful template and his ... |
eShop sample and a DBF product file | Hello Mark,
Here are the source files I change in eShop example.
[url:3ja42jhr]https://mybergland.com/fwforum/eshop.zip[/url:3ja42jhr]
Best regards,
Otto |
eShop sample and a DBF product file | Thanks.
Will try to setup Mod. in the weekend. to get it up and running for the samples. |
eShop sample and a DBF product file | Hi,
Here is the easiest way to install the Apache24 server on windows x64
[quote:2jbmjght]To download:
[url:2jbmjght]https://drive.google.com/uc?id=1HEae-kEG_b40bjxO30E57AVJtMlGp6sA&export=download&fbclid=IwAR0_U2AnNm8WWWDz4KtXjmGHZOoUDP6o0YOrlp06WYH0BCc1Jf8T8bmFwD4[/url:2jbmjght]
Unzip and copy Apache24 ... |
eShop sample and a DBF product file | I had this text, but it seems to work. I can see stuff with localhost
C:\WINDOWS\system32>rem Parar el servico corre como adm
C:\WINDOWS\system32>C:\Apache24\bin\httpd -k start
(OS 10048)Elk socketadres (protocol/netwerkadres/poort) kan normaal slechts ÚÚn keer worden gebruikt. : AH00072: make_sock: could not bind... |
eShop sample and a DBF product file | For uploading to our server, Just copy the folder to a online location ? |
eShop sample and a DBF product file | Mark, did you run the file "AS ADMIN"?
Best regards,
Otto
em Parar el servico corre como adm |
eShop sample and a DBF product file | [quote="Otto":1980z5us]Mark, did you run the file "AS ADMIN"?
Best regards,
Otto
em Parar el servico corre como adm[/quote:1980z5us]
Yes. ? (but I tried again)
C:\WINDOWS\system32>rem Parar el servico corre como adm
C:\WINDOWS\system32>C:\Apache24\bin\httpd -k start
(OS 10048)Elk socketadres (protocol/netwerkadres/... |
eShop sample and a DBF product file | Hi,
modharbour_samples/info.prg
Should tell you that harbour is installed.
Best regards,
Otto |
eShop sample and a DBF product file | Then it is ok.
OS Windows 8 6.2
Harbour Harbour 3.2.0dev (r2004201301)
Build date May 27 2020 05:53:35
Compiler Microsoft Visual C 19.26.28805 (64-bit)
Capabilities
RDD DBF, DBFFPT, DBFNSX, SIXCDX, DBFCDX, SDF, DELIM, DBFBLOB, DBFNTX
Version Harbour
00 HB_VERSION_HARBOUR Harbour 3.2.0dev (r2004201301)
01 HB_VERSION_C... |
eagle fw + mysql | Buen día Foro.... hace un tiempo había una forma de acceder a una bases de datos de mysql y era a través de EAGLE. mi pregunta es si alguien tiene un pedacito de código par acceder desde fivewin sin necesidad de usar otras librerías a las tablas de mysql.
Les cuento tengo un desarrollo hecho con php y funciona muy b... |
eagle fw + mysql | Buenos dias
Quizás este post te de alguna idea de como poder hacerlo
[url:28ho4w98]http://forums.fivetechsupport.com/viewtopic.php?f=6&t=26230#p144355[/url:28ho4w98]
Saludos |
eagle fw + mysql | Juan:
El siguiente es un sample que Manu entrega con la lib Eagle
[code=fw:2u0790rd]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">//---------------------------------------------------------------------------//</span><br /><span style="color: #B900B9;">// AUTOR.....: Manuel Exp... |
eagle fw + mysql | Gracias Mario....te cuento. donde estoy hay un sistema realizado en php y mysql, funciona muy bien para realizar consultas o visualizar datos pero a la hora de realizar alguna tarea donde hay que buscar datos de otras tablas se pone medio pesadito el tema ya que hay que guardar todas las variables y reembiarlas para qu... |
eagle fw + mysql | Juan Carlos;
La clase TMySQL esta en las contribs de xHarbour y Harbour: [url:10luzx8x]http://code.google.com/p/fivewin-contributions/downloads/list[/url:10luzx8x]
tambien tenes la clase TDolphin, en el blog de Daniel (TDolphin) hay varios ejemplos y el enlace para descargarla: [url:10luzx8x]http://tdol... |
eagle fw + mysql | Manu, te envié hace tiempo varios correos para actualizarme, pero no obtuve respuesta
Estuve bastante tiempo apartado de este tema y ya no me acordaba ni del mail que tenía en yahoo ni id, ni na de na <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
Me quedé en
[quote:3... |
eagle fw + mysql | Cristóbal, escríbeme a mi correo xmessoft de gmail o llámame por teléfono y te paso lo ultimísimo <!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";-)" title="Wink" /><!-- s;-) -->
Vamos que no me entere yo que tú te quedas sin tu Eagle1!!!!
<!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" ti... |
eagle fw + mysql | [quote="xmanuel":26fbzvka]Cristóbal, escríbeme a mi correo xmessoft de gmail o llámame por teléfono y te paso lo ultimísimo <!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";-)" title="Wink" /><!-- s;-) -->
Vamos que no me entere yo que tú te quedas sin tu Eagle1!!!!
<!-- s:D --><img src="{SMILIES_PATH}/ico... |
eagle fw + mysql | Manu, te envié un correo el 17 de Septiembre
Cuando puedas dime algo
-------------------------- EDITADO -------------------
Reenviado |
eagle fw + mysql | Cristobal, vuelve a enviármelo, he tenido problemas y puede que se haya perdido <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:-( --> |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.