topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
upload un exe | Estimados;
Le pedi el correo a Antolin porque el sitio dice que me dá espacio adicional por invitados (al estilo otros como Dropbox).
Para los interesados este es el sitio: [url:wdcn288h]https://app.box.com/[/url:wdcn288h]
Saludos |
upper/lower | exist a function to change the first letter Upper and the other lower of a string ?
sample I have ---> PALMA I wish ---> Palma |
upper/lower | Silvio,
[color=#0000FF:1ga4z9ak][b:1ga4z9ak]StrCapFirst( <cString> ) --> cCnvString [/b:1ga4z9ak][/color:1ga4z9ak]
This function capitalize the first character and transform the other charaters to lowercase.
Sample:
local cString := "text TO CONVERT" cString := StrCapFirst( cString ) ? cString --> "Text to co... |
upper/lower | [url:2yf67su4]https://wiki.fivetechsoft.com/doku.php?id=fivewin_functions_alphabetically_ordered[/url:2yf67su4] |
upper/lower | Silvo
I wrote this function that automatically puts the very first letter as caps .. then searches for a space in the string then +1 capitalizes the next letter .. and so on thru the string.
Rick Lipkin
[code=fw:6mo9crno]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">... |
upper/lower | thanks to all |
ups otra vez yo con otro problemita con el PDF | HOLAOTRA VEZ DANDO LATA <!-- s:oops: --><img src="{SMILIES_PATH}/icon_redface.gif" alt=":oops:" title="Embarassed" /><!-- s:oops: --> Vi el ejemplo PDF.PRG y lo acople a mi programita todo funciona bien abre y presenta muy bien el archivito .PDF pero si quiero abrirlo por segunda vez, ya no responde tengo que cerra... |
ups otra vez yo con otro problemita con el PDF | Aida:function ShowPDF( oWnd, oBtn ) local oActiveX oActiveX = TActiveX():New( [b:y9qvjjx5]oWnd:oWndClient[/b:y9qvjjx5], "AcroPDF.PDF.1" ) // Use "AcroPDF.PDF.1" for Acrobat Reader 7 oWnd:oClient = oActiveX // To fill the entire window surface oActiveX:Do( "LoadFile", "fwintro.pdf" ) oActiveX... |
ups otra vez yo con otro problemita con el PDF | Gracias SGSYa intente usando oActiveX:end() pero no funciona <!-- s:cry: --><img src="{SMILIES_PATH}/icon_cry.gif" alt=":cry:" title="Crying or Very sad" /><!-- s:cry: --> Debe ser de otra manera, alguien del foro que sepa y que me pueda indicar que hacer porfis <!-- s:? --><img src="{SMILIES_PATH}/icon_confus... |
ups otra vez yo con otro problemita con el PDF | Hola Aída:Yo lo hago de la siguiente manera y me abre el fichero cuantas veces quiera en ventanas diferentes:[code:ho4bss9b]
..................
REDEFINE BUTTONBMP oBj5[2] ID 502 OF oDlg;
ACTION (VerPDF(DOCU->Ubi... |
ups otra vez yo con otro problemita con el PDF | Gracias ManuelPondre atencion a tu ejemplo y lo pondre en practica y te comento despues como me fue.te agradesco mucho SaludosAida <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> |
ups otra vez yo con otro problemita con el PDF | Gracias Manuel <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> Si funciono muy bien muchas gracias por tu ayuda <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> una preguntita mas, se puede hacer que el control del bitm... |
ups otra vez yo con otro problemita con el PDF | Hola de nuevo Aida:Para poder maximizar tendrías que hacerlo en una ventana windows. Algo así como esto:[code:1df7wbxk]
************************
function VerPDF(cFichero)
************************
local oWnd, oActiveX
DEFINE WINDOW oWnd TITLE "Ver archivo PDF"
oActiveX = TActiveX():New( ... |
ups otra vez yo con otro problemita con el PDF | Graciashare una pruebita y si no me quedo con el primer ejemplo que funciona muy bien <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> GraciasSaluditos <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: --> Aida |
urgent bugs lastest FWH and SQLRDD | Hello,
- In datarow.prg, method savedbf(), at line 1332:
[code=fw:jpslm1yo]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">if</span> !<span style="color: #000000;">(</span> DbInfo<span style="color: #000000;">(</span> DBI_ISFLOCK <span style="color: #000000;">)</spa... |
urgent bugs lastest FWH and SQLRDD | [quote:ndlcw4mm]
- In datarow.prg, method savedbf(), at line 1332:
Code:
if !( DbInfo( DBI_ISFLOCK ) .or. DbRecordInfo( DBRI_LOCKED, RECNO() ) )
It is not supported by SQLRDD.
[/quote:ndlcw4mm]
Then, how to know if the record or file is already locked?
[quote:ndlcw4mm]
- In xbrowse, vertical scroll bar does not wor... |
urgent bugs lastest FWH and SQLRDD | Hello,
Thanks for your quick reply.
DbInfo( DBI_ISFLOCK ) does work in SQLRDD. But not DbRecordInfo( DBRI_LOCKED, RECNO() ) )
This was working savedbf() method in FW 14.14, that worked great:
[code=fw:xa9haqm3]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">METHOD</span> Save... |
urgent bugs lastest FWH and SQLRDD | ordkeyno() never has been supported by SQLRDD.
I think in previous xBrowse versions, you fixed like this:
[code=fw:2a3kjkmb]<div class="fw" id="{CB}" style="font-family: monospace;">elseif <span style="color: #000000;">(</span> ::<span style="color: #000000;">cAlias</span> <span style="color: #000000;">)</spa... |
urgent bugs lastest FWH and SQLRDD | [quote="MOISES":2jgbn1c9]ordkeyno() never has been supported by SQLRDD.[/quote:2jgbn1c9]
"think SQL" ...
when send a SQL Statement you can include a SQL Function to create a Unique Column like RECNO().
under PostgreSQL > 9.x it is Row_Number(), MySQL have RowNumber() which can used instead of OrKeyNo() under SQL |
urgent bugs lastest FWH and SQLRDD | In Fwh 14.14 it worked perfect.
Thank you |
urgent bugs lastest FWH and SQLRDD | Does SQLRDD support
DBRLOCK( [nRec] ) and
DBRUNLOCK( [nRec] ) ? |
urgent bugs lastest FWH and SQLRDD | I use rlock() and unlock.
Also, DbInfo( DBI_ISFLOCK ) works. |
urgent bugs lastest FWH and SQLRDD | Hello,
Any news about xBrowse bugs with SQLRDD?
Thank you. |
urgent bugs lastest FWH and SQLRDD | Please give us a couple of days more time. |
urgent bugs lastest FWH and SQLRDD | Up!.
Thank you |
urgent bugs lastest FWH and SQLRDD | We are unable to decide what changes are to be made because we do not have SQLRDD for testing at our end.
We shall be thankful if you can please provide us a modified method SetRDD() with changes applicable only for SQLRDD and we will incorporate the changes in the next release.
Whatever changes implemented till now we... |
urgent bugs lastest FWH and SQLRDD | Up for xBrowse and SQLRDD: Thank you. |
urgente ! como puedo hacer esto | public class areas_CLS { private int _id; public int Id { get { return _id; } set { _id = value; } } private int _idinstalacion; public int IdInstalacion { get { return _idinstalacion; } set { _idinstalacion = value; } ... |
urgente ! como puedo hacer esto | En C++ (bajo nivel) ó en PRG (alto nivel) ? |
urgente - Seleccion de archivos multiples | Estimados, requiero con urgencia un selector de archivos multiples, he intentado usar
cGetFileEx, tanto el que viene por defecto con fwh (c5) asi como los expuestos en el foro (falla la compilación con _bcopy )
y no han funcionado, necesito uno que ya hallan probado con exito. |
urgente - Seleccion de archivos multiples | ya esta, hora y media perdida <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:-( -->
fwh trae la suya nativa que funciona de lujo:
[code=fw:e1q43xc9]<div class="fw" id="{CB}" style="font-family: monospace;">aFiles:=aGetFiles<span style="color: #000000;">(</span> cMask, cTitle, nDe... |
urgente - Seleccion de archivos multiples | [quote="carlos vargas":aa6g04tb]ya esta, hora y media perdida <!-- s:-( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":-(" title="Sad" /><!-- s:-( -->
fwh trae la suya nativa que funciona de lujo:
[code=fw:aa6g04tb]<div class="fw" id="{CB}" style="font-family: monospace;">aFiles:=aGetFiles<span style="color: #000000;"... |
urgente - Seleccion de archivos multiples | [code=fw:3uof49fu]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br />PROCEDURE DocuE_Agregar<span style="color: #000000;">(</span><span style="color: #000000;">)</span><br /> <span style="color: #00C800;">LOCAL</span> aFiles := <span style="color: #000000;">{</span><span styl... |
urgente - Seleccion de archivos multiples | Muchas gracias Carlos, lo pruebo y te aviso cualquier detalle, saludos... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: --> |
urgente - Seleccion de archivos multiples | Carlos,
Llamame por el Skype. Creo que tenga lo que deseas. |
urgente - Seleccion de archivos multiples | Carlos,
Muchas gracias por compartirlo.
Nunca es tiempo perdido, todo esfuerzo tiene su recompensa <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
urgente: comprobar permisos de una carpeta | Hooa amigos:
¿Hay alguna función para saber si una carpeta tiene permisos de control total?.
Muchas gracias. |
url encoder/decoder | Dear friends,
I need a function to encode decode url
[b:2xz8xm4m]http%3A%2F%2F127.0.0.1 <<<< >>>>> <!-- m --><a class="postlink" href="http://127.0.0.1">http://127.0.0.1</a><!-- m -->[/b:2xz8xm4m]
Where Can I find it?
Many thanks
Marco |
url encoder/decoder | In our best friend Harbour!
HB_URLENCODE()
HB_URLDECODE()
It happen that I am using a _very_ old version of Harbour in a legacy project, so I had to write my own funcs:
[code=fw:18wehej4]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#define</span> URL_CODE <span style=... |
url encoder/decoder | Many Thanks
<!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
Marco |
url encoder/decoder | Hello,
It seems that there are encode functions like :
HB_URLENCODE()
HB_URLDECODE()
I the older post above they say that Harbour is older (to old??) and there is a alternatif function written.
I need to use these functions, but anno 04/2017 : witch one do you prefer ?
Marc |
url encoder/decoder | Hi Marc,
the native Harbour ones, without any doubt! The are updated with the rtl, written in C so the are _faster_. I posted the old ones just in case, for really old projects it may be useful.
Best regards |
url to download BCC 7 | Hi,
It's been a while.
I am preparing to upgrade FWH. Anybody knows where to get BCC7?
Preferably, direct url to download from your own link or official.
Thanks. |
url to download BCC 7 | Hi Frances,
Look at <!-- m --><a class="postlink" href="http://whosaway.com/">http://whosaway.com/</a><!-- m --> - New xharbour versions. |
url to download BCC 7 | Embarcadero website |
url to download BCC 7 | Antonio,
Where can we get Borland 7 for FW 1606?
on Embarcadero website I have found nothing
can you send me a link?
Thanks.
Manfred |
url to download BCC 7 | As already noted:
[url:rod64dfs]http://whosaway.com[/url:rod64dfs]
EMG |
urllink | Compañeros quiero utilizar la clase urllink dentro de un folderex con fondo blanco y no me muestra el link, pero si hago un click (dónde tendría que estar) me conecta con la página de internet deseada.
[code=fw:1zcdfz66]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /> <span style="col... |
urllink | Luis,
Puedes cambiar los colores inicial, al pasar el ratón por encima y una vez ha sido visitado:
[code=fw:3q89jlvf]<div class="fw" id="{CB}" style="font-family: monospace;">#xcommand <span style="color: #0000ff;">REDEFINE</span> URLLINK <span style="color: #000000;">[</span><oURL><span style="color: #000000;">&... |
urllink | Gracias por contestar Antonio pero lamentablemente sigue igual
[code=fw:2p3q4ty4]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFont1 <span style="color: #0000ff;">NAME</span> GetSysFont<span style="col... |
urllink | Antonio de esta forma funciona
[code=fw:ij1u3lji]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /> <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">FONT</span> oFont1 <span style="color: #0000ff;">NAME</span> GetSysFont<span style="color: #000000;">(</span>... |
urllink | Luis,
Si cambias:
REDEFINE FOLDEREX
por:
REDEFINE FOLDER
te funciona bien ? |
urllink | Antonio usando Folder funciona perfectamente
Luis |
urllink | Luis,
Debe tratarse de alguna interacción con TFolderEx. Voy a preguntarle a Daniel, autor de TFolderEx, a ver si nos echa una mano <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
urllink | Antonio yo utilizo Pelles C, y bien cambiando en el editor de recursos Tfolderex por la nativa de Pelles (Tab), funciona perfectamente.
Luis |
urllink | Perdón y en el prg reemplazar folderex por folder se muestra igual que usando tfolderex
Luis |
urllink | Luis,
El control UrlLink como lo tienes definido en el fichero RC ? |
urllink | Antonio utilizo res y lo tengo definido como tab y en el redefine como FOLDER. Pero el efecto tfolderex lo muestra en xp no así en Windows 7.
Luis |
urllink | El urlink esta como:
[code=fw:2yfuh0wk]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">FOLDER</span> oFold <span style="color: #0000ff;">id</span> <span style="color: #000000;">101</span> <span style="color: #0000ff;">of... |
urllink | Luis,
Quisiera ver como esta definido el control urllink en el diálogo.
Usas Pelles ? Como se ve su definición ? |
urllink | Quieres decir que en Windows 7 funciona bien y solo falla en XP ? |
urllink | Luis:
No te servirá la clase SSay (Sensitive Say)?, yo la uso con FOLDER y va bien,
con Windows 8 (64Bits)
Saludos |
urllink | Antonio es al revés en xp funciona y en windows 7 funciona como un folder común.
La defenición en pelles es la misma que para un text común. No me había percatado de esto porque las pruebas las había hecho en win 7 y usando Folder actuaba como un folder, pero cuando compile en windows xp, ahí mostró el efecto deseado... |
urllink | File - Save As - Script (.RC)
Quizas te ayude |
urllink | Gracias Cristobal
[code=fw:3o3vxehu]<div class="fw" id="{CB}" style="font-family: monospace;">FOLD_CLI1 <span style="color: #0000ff;">DIALOG</span> DISCARDABLE <span style="color: #000000;">110</span>, <span style="color: #000000;">49</span>, <span style="color: #000000;">247</span>, <span style="color: #000000;">251<... |
urllink | yes yes I am confused |
urllink | [code=fw:93dcrtth]<div class="fw" id="{CB}" style="font-family: monospace;"><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;">"constant.ch"</span><br /><br /><span style="color: #00C800;"... |
urllink | can open a mmenupopup with a turl control ? |
urllink | Silvio,
Use oURLLink:bAction := { || ... } |
urllink | Antonio,
I have problem to show the control into a dialog :
the control [b:3u9skoe9]there is but I cannot see it [/b:3u9skoe9]
[code=fw:3u9skoe9]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">Static</span> oAllegati,oUrlink,oSay<span style="color: #000000;">[</span><span s... |
urllink | Antonio,
Important...
It not run on DIALOG but only on Window
because the Turllink class need [b:2u6a8z8a]SetWndDefault( Self ) [/b:2u6a8z8a] to add on New method !!!!
now I see the control .... |
urllink | Silvio,
function SetWndDefault() is to be used with classes whose controls contains another controls. |
urllink | Sorry, I make a mistake
not run on dialog also
the urlink control there is but I not see it
How I can resolve it ? |
urllink | Antonio,
Perhaps I found the error
when the dialog have the clausole [b:15antjwq]TRASPARENT [/b:15antjwq] the url control link not run
how I can resolve it ? (I need to have trasparent clausole on Dialog ) |
urllink | Complete, please.
[code=fw:2ldkn81m]<div class="fw" id="{CB}" style="font-family: monospace;"><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;">"constant.ch"</span><br /><br /><span styl... |
urllink | Kariha,
Why I must not make the dialog Trasparent with GRADIENT ?
I found a strange solution :
rem the Paint and Default methods from Turllink class and then it run also on dialog transparent with gradients ( this idea was sent from AntoninoP) |
urllink | [quote="Silvio.Falconi":2pq5cly9]Kariha,
Why I must not make the dialog Trasparent with GRADIENT ?
I found a strange solution :
rem the Paint and Default methods from Turllink class and then it run also on dialog transparent with gradients ( this idea was sent from AntoninoP)[/quote:2pq5cly9]
Paint and Display!! ... |
usando CDOSYS marca error mail | saludos
Usando el ejemplo que expuso Manuel Mercado con el uso de envio de mail
me funciona perfecto en mi pc, pero en otras pc's con la misma version de windows no funciona, y me manda el aviso "NO SE PUDO ENVIAR EL MAIL"
Alguien podria indicarme que debo instalar en las pc's donde no funciona o que deberia configur... |
usando CDOSYS marca error mail | Amigo, quita el Try Catch y veras el error a detalle..., algunas veces es el correo mal escrito, o las configuraciones o el archivo a adjuntar no existe...
Y nos dices... |
usando CDOSYS marca error mail | Bien, lo hare, y estamos en contacto. |
usando CDOSYS marca error mail | Noe, mira ypega el siguiente código para que veas el tipo de error:
[code=fw:1xht7lyu]<div class="fw" id="{CB}" style="font-family: monospace;"><br />CATCH oError<br /> Error_Envio <span style="color: #000000;">(</span> oError, <span style="color: #ff0000;">"CDO.Message"</span> <span style="color: #000000;">... |
usando CDOSYS marca error mail | Hola Amigos
Para que el ejemplo de CDOSYS mail, funcione correctamente se debe corregir una linea del codigo que esta mal escrita
esto es lo que dicce en el PRG:
For nEle := 1 To Len( aAttach )
:AddAttachment := AllTrim( aAttach[ nEle ] )
Next
el error se produce al tratar de adjuntar archivos porque esta mal escrit... |
usando DLL | Buenos días al foro
tengo una aplicación que me han solicitado entregarlo como DLL
Ya lo he compilado y funciona,
lo invoco de esta forma y carga la aplicación
Function TestDll()
HbDLLEntry( "MAIN" )
return nil
DLL FUNCTION HBDLLENTRY( cProc AS LPSTR ) AS LONG PASCAL LIB "psmweb.dll"
Mi pregunta es
hay alg... |
usando DLL | Francisco,
Tienes que crear una DLL de pcode. Revisa estos ejemplos de FWH/samples:
testdllp.prg y pcodedll.prg |
usando TTxtFile() como crear archivo Texto UTF8 SIN BOM | Buenas noches
Estoy usando la clase TTxFile() y necesito crear un archivo texto de varias líneas pero debe ser con formato: UTF8- NO BOM
Como se puede hacer con esta clase o de que otro modo se puede crear usando Harbour
Gracias
Lubin |
usando TTxtFile() como crear archivo Texto UTF8 SIN BOM | Buen dia con todos
Alguna idea como crear este archivo texto con formato UTF8-SIN BOM, por favor,
Quizas creando el archivo y luego convertirlo, ?' o usando alguna función
Gracias por el salvavidas que puedan lanzar...
Lubin |
usando TTxtFile() como crear archivo Texto UTF8 SIN BOM | haga una busqueda por TXTFILE.
[url:aofylu1q]http://forums.fivetechsupport.com/viewtopic.php?f=3&t=31456&p=182756&hilit=TXTFILE#p182756[/url:aofylu1q]
Saludos. |
usando TTxtFile() como crear archivo Texto UTF8 SIN BOM | Gracias Karinha.
Si manejo el TXTFILE pero necesito que al generar el archivo, debe ser grabado en formato UTF8-NO BOM para enviarlo a una webservice
de lo contario me lo rechaza. la verdad no tengo ni idea como lograrlo en FW
[quote="karinha":2zt10bse]haga una busqueda por TXTFILE.
[url:2zt10bse]http://for... |
usando TTxtFile() como crear archivo Texto UTF8 SIN BOM | UTF8 - BOM(Byte order mark) no lo sé. Saludos. |
usando TTxtFile() como crear archivo Texto UTF8 SIN BOM | Hola Lubin,
Has probado con la funcion de Harbour hb_strToUTF8()
Yo lo hago de esta forma:
[code=fw:19vi51by]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> cXml := hb_strToUTF8<span style="color: #000000;">(</span> cXml <span style="color: #000000;">)</span><br /> cArchivo = cFilePath<spa... |
usando TTxtFile() como crear archivo Texto UTF8 SIN BOM | Carlos
Utilice el StrToutf8 pero no grabe asi el archivo, Voy a probarlo hoy, espero que salga bien
Gracias por el tip!!!!
Lubin |
usando la Tecla F1 para otras funciones | estimados compañeros
¿ Se le puede asignar a la tecla F1 otra función que no sea la de ayuda ?
Probé con SetKey( VK_F1, { || (mifuncion()) })
pero no me dio resultado...
¿ Que otra solución tendría ?
mil gracias.
LORENZO. |
usando la Tecla F1 para otras funciones | recuerda incluir el inkey.ch sino pensaras que no lo tomo, me ha pasado |
usando la Tecla F1 para otras funciones | Saludos Loren:
Yo lo hago así:
1.- Busca en la carpeta de tu fivewin: FWH\source\winapi\ el archivo HELP32.prg, pon comentarios las lineas donde dice:
MsgStop( "No Help file available", " Attention" )
ya que por defecto al presionar la tecla F1 busca un archivo de ayuda definido por el usuario y si no esta muestra ... |
usando listbox | tengo un dialogo con un listbox y necesito cambiar su tamaño de dibujado dinamicamente, he estado probando nleft, nwidth , ntop etc.. y ninguna forma de cambiar sus dimensiones parece funcionarme, el codigo que lo declara es este y luegoo no encuentro la forma de cambiar sus dimensiones, aqui esta el ejemplo de codigo... |
usando listbox | Holá, mejor és usar xBrowse() de mister Nages.
Saludos. |
usando listbox | en la carpeta samples hay algún ejemplo de xbrowse? |
usando listbox | Claro que si, hay muchos
textxrbw.prg
testxbr2.prg
...
testxbr6.prg
xbalpha.prg
...
xbxlsel.prg |
usando servicios Generador de codigo QR | Aqui os dejo un generador de codigo QR que usa servicios en la red.
Espero que os guste .
[code=fw:1967ka59]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #B900B9;">// Our first DialogBox sample</span><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color... |
usando servicios Generador de codigo QR | Gracias Manuel |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.