topic
stringlengths
1
63
text
stringlengths
1
577k
lSeekBar
[quote:rwtmig9s]I send you a mail with exe ,prg and dbf [/quote:rwtmig9s] Please make sure you keep customer.cdx also along with the customer.dbf
lSeekBar
Please I made another sample to understand: [code=fw:21v2zuhc]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br />REQUEST DBFCDX<br /><br /><span style="color: #00C800;">static</span> cFwhPath   := <span sty...
lSeekBar
I am using FWH 16.12 and xHB.com
lSeekBar
In my test I used [color=#004040:39rqx5dt]DBSELECTAREA("KKASSE") 1. Index ORDCREATE( ,"KASSE1","UPPER(KASS1)", {|| UPPER(KASS1) } , .F. ) 2. Index ORDCREATE( ,"KASSE2","KENNER", {|| KENNER } , .F. )[/color:39rqx5dt] [color=#0000FF:39rqx5dt]The browser DBSELECTAREA( "KKASSE" ) ( "KKASSE" )->(DBSETORDER("KASSE1")) (...
lSeekBar
Please can use sample test of fivetech with dbfs ( customer)
lSeekBar
Silvio, my changes on sample : [color=#0000FF:1hob6llg][b:1hob6llg]xBrowgrd.prg[/b:1hob6llg][/color:1hob6llg] using multiple index. ( added index FIRST and LAST ) just click on header < FIRST > or < LAST > to change the indexorder. [img:1hob6llg]http&#58;//www&#46;pflegeplus&#46;com/IMAGES/Xbrwsbar1&#46;jpg[/img:1ho...
lSeekBar
[quote="Silvio.Falconi":1ou29ecp]Please I made another sample to understand: [code=fw:1ou29ecp]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br />REQUEST DBFCDX<br /><br /><span style="color: #00C800;">stat...
lSeekBar
Sorry, Uwe same error I click on First and digit "Gary" the procedure go to the first "Gary" the selector move to first "Gary" founded ok I thinked another. I click on first and digit" Ga" the procedure must show me only the first name init with "Ga" ... then I thinked.... the search filter procedure...
lSeekBar
Uwe, I need to use buttons to activate/desactivate line seach [b:1jdtpos9]Please try this test [/b:1jdtpos9] [code=fw:1jdtpos9]<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="col...
lSeekBar
Found solution but not run ok [code=fw:3ebseleq]<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;">'xbrowse.ch'</span><br /><br...
lSeekBar
Now it seem run ok Only there is one thing I not Know how resolve to showthe browse I use these commands [code=fw:26rd2c3s]<div class="fw" id="{CB}" style="font-family: monospace;"> aBrowse   := <span style="color: #000000;">&#123;</span> <span style="color: #000000;">&#123;</span> <span style="color: #000000;">&...
lSeekBar ONLY IN SOME COLUMNS xBROWSE
GOOGLE TRASLATOR... Greetings, I'm trying the option lSeekBar by xBrowse, and I find it quite useful, but I have some doubts, I express them ... 1- Can you select the columns you want to search for? that is, they are not all by default, if so, how do I do it? 2 - you can persolizar the form of search. that is, it is...
lSeekBar ONLY IN SOME COLUMNS xBROWSE
[quote:c8xlkbgy] 1- Can you select the columns you want to search for? that is, they are not all by default, if so, how do I do it? [/quote:c8xlkbgy] Incremental seek works on the column that is sorted. If you want to exclude some columns from sorting and incrementa seek, set oCol:cSortOrder := nil for those columns. ...
lSeekBar ONLY IN SOME COLUMNS xBROWSE
mr rao, thanks for your explanations. I am using my browse autosort and use MySql, if I use oBrw: lSeekBar: = .t. I activate the GET in the columns for incremental search, but if I use oBrw: lSeekWild: = .t. o oBrw: lSeekWild: = .t. together with oBrw: lIncrFilter: = .t. I never activate the GET in the columns for incr...
lSeekBar ONLY IN SOME COLUMNS xBROWSE
We need to be clear about a few things. When we set lSeekBar := .t., the boxes we see on the top or NOT GETs. They are only SAYs Incremental searches work whether lSeekBar is present or not. This functionality of xbrowse is dependent on the keys pressed when xbrowse has focus. If we set lSeekBar to .T., these keystro...
lSeekBar ONLY IN SOME COLUMNS xBROWSE
Mr RAO, thank you for your explanation and clarification, the detail is that if I use oBrw: lSeekBar: = .t. only, this shows me below the head of the columns the box to write what I look for and I can see what I write in the SAY, but if I use oBrw: lSeekWild: = .t., then I keep the writing box but I can not see what I ...
lSeekBar SOLO EN ALGUNAS COLUMNAS xBROWSE
Saludos, estoy probando la opcion lSeekBar de xBrowse, y me parece bastante util, pero tengo unas dudas, las expreso... 1- se puede seleccionar las columnas por las que se quieren hacer busques.? es decir, que no sean todas por defecto, si es asi, como lo hago.? 2- se puede persolizar la forma de busqueda.? es decir ...
lSeekBar SOLO EN ALGUNAS COLUMNAS xBROWSE
Hola Jose Luis: Puedes probar con los valores de la clase xbrowse // Data for Incremental Seeks/Filters DATA lSeekWild AS LOGICAL INIT .f. DATA lIncrFilter AS LOGICAL INIT .f. DATA bFilterExp DATA cFilterFld // end of block Con lSeekWild en .t. busca por contenido y no por inicio de la frase l...
lSeekBar SOLO EN ALGUNAS COLUMNAS xBROWSE
[quote="cmsoft":3r5ko7q1]Hola Jose Luis: Puedes probar con los valores de la clase xbrowse // Data for Incremental Seeks/Filters DATA lSeekWild AS LOGICAL INIT .f. DATA lIncrFilter AS LOGICAL INIT .f. DATA bFilterExp DATA cFilterFld // end of block Con lSeekWild en .t. busca por contenido y no ...
lSeekBar SOLO EN ALGUNAS COLUMNAS xBROWSE
Si, no hay problemas en usar MySql. Funciona muy bien. Aca hay un ejemplo <!-- m --><a class="postlink" href="http://fivetechsupport.com/forums/viewtopic.php?f=6&t=30427&p=174246&hilit=busqueda+incremental&sid=10aceba531713fd932be085eea645d3b#p174246">http://fivetechsupport.com/forums/viewt ... 3b#p174246</a><!-- m -->
lSeekBar doubt
Hi, I'm trying lseekbar and works great, but not work in field type date. Any tip? Thanks!
lTabLikeExcel := .t. Excel Tab Fwh1503
Rao I was very pleased to see that you made allowance for using the Tab key to navigate through xBrowse like Excel. I placed lTabLikeExcel := .t at the top of my program and it seemed to make no difference in the navigation with or without the data define. <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" t...
lTabLikeExcel := .t. Excel Tab Fwh1503
This is not CLASSDATA. So this is to be set for each instance of xbrowse.
lTabLikeExcel := .t. Excel Tab Fwh1503
Rao I placed lTabLikeExcel := .t. at the top of my workorder program that I want xBrowse to behave as Excel and again, it made no difference. Rick Lipkin
lTabLikeExcel := .t. Excel Tab Fwh1503
@ r,c, XBROWSE oBrw .............. WITH OBJECT oBrw <all other settings> :lTabLikeExcel := .t. <other settings> :CreateFromCode() END
lTabLikeExcel := .t. Excel Tab Fwh1503
Rao Just tried that .. . The Tab key will not tab thru EDIT_GET_BUTTON Column 6 <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( --> Rick Lipkin [code=fw:9vivuirp]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #0000ff;">REDEFINE</span> <span st...
lTabLikeExcel := .t. Excel Tab Fwh1503
I see. Does it tab through all other columns?
lTabLikeExcel := .t. Excel Tab Fwh1503
Rao YES .. it appears so ... Rick Lipkin
lTabLikeExcel := .t. Excel Tab Fwh1503
Rao It appears that when the cursor hits EDIT_GET_BUTTON .. xBrowse loses focus and the cursor moves to different controls on the form. Rick Lipkin
la clase TURL en que lib o libs de xharbour esta
Amigos uso tip.lib para usar TURL pero me generate un GPF uso xharbour 0.99.60 he aqui un ejemplo vzdownload("http://www.aduanet.gob.pe/aduanas/sgdbf/Vehiculos.zip","Vehiculos.zip") FUNC VZDOWNLOAD( cGUARDAR , cCOMO ) Local oUrl := tURL():New(cGUARDAR) Local oClient := tIPClient():New( oUrl ) oClient:nConnTimeou...
la clase TURL en que lib o libs de xharbour esta
Vladimir Source\Classes UrlLink.prg SALUDOS
la clase TURL en que lib o libs de xharbour esta
Tienes que linkear libreria TIP.LIB de xHarbour
la clase TURL en que lib o libs de xharbour esta
oUrl := tURL():New(“http://www.my.com/down/a1.dll") get a crash. Regards! Shuming Wang
la clase de TheFull imprime apaisada?
Buenos dias. Tengo un reporte en el cual las dos ultimas hojas deben ser impresa apaisadas (por la cantidad de columnas que contiene debo hacerlo) si en la TIMPRIME le pongo: [code=fw:3ozbyp2q]<div class="fw" id="{CB}" style="font-family: monospace;">::<span style="color: #000000;">SetLandScape</span><span style="colo...
la dialog va in loop
Considerando il file esempio TESTMDI4.PRG nella cartella SAMPLES e che mi funziona perfettamente, ho creato questa procedura: nel file a.prg ho static oWnd ..... DEFINE WINDOW oWnd ; TITLE "Procedure A" ; MDI ; MENU BuildMenu() ; ICON oIcon .... ACTIVATE WINDOW oWnd ; VALID Msg...
la forma mas simple de construir desde vscode
Cual es la forma más simple de construir un PRG que estemos editando ? gracias
la forma mas simple de construir desde vscode
[quote="Antonio Linares":2595yfrp]Cual es la forma más simple de construir un PRG que estemos editando ? gracias[/quote:2595yfrp]A que te refieres con "construir un PRG" Enviado desde mi motorola edge 20 mediante Tapatalk
la forma mas simple de construir desde vscode
Imagina que tengo este código en pantalla: [code=fw:1k1yij9o]<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;">&#40;</span><s...
la forma mas simple de construir desde vscode
Para poder compiliar cualquier prg que este en FWH, podríamos utilizar los parámetros. Faltaría añadir en el bat condiciones para verificar si hay que incluir un archivo rc. La tarea seria: [code=fw:2lstegir]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #000000;">&#123;</span><br />&nbs...
la forma mas simple de construir desde vscode
[url:azoyf771]https&#58;//code&#46;visualstudio&#46;com/docs/editor/variables-reference[/url:azoyf771]
la forma mas simple de construir desde vscode
Y si no quieres tener el archivo abierto, se podría hacer pidiendo el nombre por variable [code=fw:27gdc0k6]<div class="fw" id="{CB}" style="font-family: monospace;"> &nbsp; &nbsp;<span style="color: #000000;">&#123;</span><br />&nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #ff0000;">"version"</span>: <span style="col...
la forma mas simple de construir desde vscode
go32.bat incluyendo el rc: [code=fw:dylmpz9m]<div class="fw" id="{CB}" style="font-family: monospace;">del %<span style="color: #000000;">1</span>.exe<br />call <span style="color: #ff0000;">"%ProgramFiles%<span style="color: #000000;">\M</span>icrosoft Visual Studio<span style="color: #000000;">\2</span>022<span style...
la forma mas simple de construir desde vscode
Querido Fernando, muchas gracias por compartir y enseñar. He hecho unas pequeñas modificaciones que me gustaria tu opinión El fichero tasks.json lo he modificado asi: [code=fw:2rz3p8s1]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #000000;">&#123;</span><br />  <span style="color: #ff0...
la forma mas simple de construir desde vscode
buenos dias Esta versión parece más simple y solo usa un variable: tasks.json [code=fw:11e2datj]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #000000;">&#123;</span><br />  <span style="color: #ff0000;">"version"</span>: <span style="color: #ff0000;">"2.0.0"</span>,<br />  <span style="...
la forma mas simple de construir desde vscode
Falla si el documento no esta en c:\Users\anto\Documents... intentado arreglarlo...
la forma mas simple de construir desde vscode
hbmk2 es llamado con -out:C:\Users\anto\fivedit0.exe pero luego se intenta ejecutar c:\fwteam\samples\fivedit0.exe
la forma mas simple de construir desde vscode
Que macros usar en vez de -o${hb_dirname} desde fivewin.hbp que sean equivalentes a ${fileDirname}/${fileBasename} de vscode ?
la forma mas simple de construir desde vscode
Working like a champ <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> [img:1rl44d27]https&#58;//github&#46;com/FiveTechSoft/screenshots/blob/master/quickbuildfromvscode&#46;jpg?raw=true[/img:1rl44d27]
la forma mas simple de construir desde vscode
I keep go32.bat at: c:\Users\anto\Documents\ same folder for fivewin.hbp wondering is those places are the righ ones or we can improve it
la forma mas simple de construir desde vscode
gracias nuevamente Fernando un abrazo
la forma mas simple de construir desde vscode
Fantástico António. Si en la ruta del fichero que quieres compilar hay espacios, no creo que se generare bien. Por ejemplo C:\Soporte 2\test\prueba.prg Por eso yo no paso la ruta como parámetro e indico en el task donde se tiene que ejecutar go32. [code=fw:30bn5tp2]<div class="fw" id="{CB}" style="font-family: monos...
la forma mas simple de construir desde vscode
Fernando Probado desde una carpeta con espacios y funciona bien <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> c:\soporte\carpeta con espacios\test.prg Hasta con espacios en el nombre del PRG y funciona <!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";-)" titl...
la forma mas simple de construir desde vscode
<!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: -->
la forma mas simple de construir desde vscode
Hola a todos. Me gustaria usar vscode con BorlandC, veo mucha informacion en este hilo pero aun no esta muy claro para mi. Si se pudiera hacer un pequeño video o una secuencia de imagenes para crear un proyecto, usar la la busqueda sensitiva (intelisense) de funciones y como agregar funciones personalizadas. De mome...
la forma mas simple de construir desde vscode
[quote="albeiroval":38ycx0re]Hola a todos. Me gustaria usar vscode con BorlandC, veo mucha informacion en este hilo pero aun no esta muy claro para mi. Si se pudiera hacer un pequeño video o una secuencia de imagenes para crear un proyecto, usar la la busqueda sensitiva (intelisense) de funciones y como agregar funci...
la forma mas simple de construir desde vscode
Estimado Albeiro, Lo que hemos tratado en este post es de construir un solo PRG que causalmente estas editando o revisando y quieres probar, de la forma más rápida y simple: pulsando Ctrl + Mayus + B Si ya has instalado el gestor de proyectos y lo que necesitas es aprender a usar el gestor, Fernando publicó recientem...
la mejor forma d editar un campo memo incluira efectos??
Hola amigos..cual es la mejor forma de editar un campo memo, y podre incluir efectos como tabulaciones, colores, tipos de letras.. etc algo asi como un editor ??algun ejemplo graciassLubin
la mejor forma d editar un campo memo incluira efectos??
Usa un control RichEdit.Revisa FWH\samples\TestRich.prg y TestRtf.prgPodrás hacer todo eso, y más <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
la mejor forma d editar un campo memo incluira efectos??
Gracias Antonio Ya casi habia perdido las esperanzas..<!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> , pero no hay duda el foro nunca nos dejaa solosss Le dare una mirada,,, y como imaginarass.... quizas surga alguna consulta mass... Lubin[quote="Antonio Linare...
labels using FASTREPORT?
someone would have an example to print labels using FASTREPORT?
labels using FASTREPORT?
Hola, at the end of the FastReport main web page [url:2nwrzol9]http&#58;//www&#46;spirins&#46;com/[/url:2nwrzol9] you can find a sample labels.zip, maybe this can help you regards Marcelo
labels using FASTREPORT?
Working with labels in FR is very simple, the guide itself is an example, the only thing I do not like and that I could not solve, I printed labels in a vertical rather than horizontal, any help I am to order, good google translator there, lol ... greetings ...
lan
hi I don't succeed in opening from the pocket with it explores resources - menu - you open run \ \192.168.1.101\myfile\shared disarmed firewall from the palmare internet is ok thanks in advance
lan
Francesco, Have you properly set the lan config from your Pocket PC ? Is Internet Explorer working ?
lan
Dear Antonio Internet Explore works fine. About lan configuration, i set NE2000 with IP 192.168.1.201 255.255.255.0 192.168.1.1 (gateway) IP my Pc LAn connect with pocket with ActiveSync...
lan
Francesco, What Windows Mobile version are you using ? Are you testing on a real Pocket PC or from the emulator ?
lan
windows mobile 5.0 pocket is HP ipaq hx2100, not emulator thancks in advanced
lan
Dear Anthony I wanted one confirmation of yours, I have a net Wi-fi that works on the pocket, and I have a pc (its name in Lan is MyPC) that it contains a file named MAGAZI.DBF, I have need that my application writing in fwppc opens this file from the palmare use \ \ mypc\shared\magazi new while eof...
lan
Francesco, > use \\mypc\shared\magazi new You should be able to do that with no problems at all. If you can access the Internet then you should be able to access your files in the lan PC. We are going to do some tests here to provide you a little guide for it.
lan
Dear Antonio OOOOOOOOOOKKKKKKKKKKKKSSSSSSSSSSS after so many tests and experiments I have succeeded in resolving.... with the bluetooth the palmare works in lan I think that has worked after I have added on the Pc the user GUEST, I will also try with the WI-FI have also prepared a program that ...
lan
very good <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
landing page with dbf pagedata file
Hello friends, We are organizing a Live Stream with Jacob Koopman from Dublin to Sillian, Hotel Bergland. Therefore, we program a landing page with mod harbour for marketing. We use a DBF file to store the content. With the help of a self developed little FIVEWIN program we can rapidly at a pagedata-dbf-file . Thi...
landing page with dbf pagedata file
Info The SSL certificate of mybergland.com is expired - I am working on renewing the certificate. Best regards, Otto
landing page with dbf pagedata file
Hello friends, Now SSL is renewed and working again. Best regards, Otto
landing page with dbf pagedata file
This easy you can resolve the source code of such a complex, feature-rich web page with Harbourino. [img:1mqp8kn7]https&#58;//mybergland&#46;com/fwforum/harbourinoclip2&#46;jpg[/img:1mqp8kn7]
landing page with dbf pagedata file
Hello friends, Where is the web page with this video LINK to page: <!-- m --><a class="postlink" href="https://winhotel.space/jacobkoopman/home-studio.prg">https://winhotel.space/jacobkoopman/home-studio.prg</a><!-- m --> hosted? We are connected with Fiberglas 100/100 to the internet. An OPNsense Firewall distri...
landscape to a report sheet
Hi, How to get landscape an sheet using report class I tried this way: ACTIVATE REPORT oRpt ; on init oRpt:PrnLandScape() but not working Also tried: ACTIVATE REPORT oRpt ; on init oRpt:oDevice:SetLandScape() Can you help me? Thanks! My configuration is: Fwh8.11, xharbour build 1.1.0 (Simplex) (Rev.6195), pe...
landscape to a report sheet
Put [code=fw:c38qmonh]<div class="fw" id="{CB}" style="font-family: monospace;">PRNLANDSCAPE<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span></div>[/code:c38qmonh] just before the REPORT command. EMG
landscape to a report sheet
you are right Enrico! i had declared PrnLandScape() after REPORT oRpt when I should have earlier Now if you work Thanks
landscape to a report sheet
Don't forget to: prnPortrait() After the report also. Regards, James
landscape to a report sheet
I have the same problem and was solved using PrnLandscape() just before REPORT command, and put the PrnPortrait after the command, but the all the following reports remains landscaped. I try the prnportrait after activate report but with the same wrong results. What am I doing wrong?
landscape to a report sheet
Try putting PrnPortrait() after ACTIVATE REPORT command. EMG
landscape to a report sheet
Hi Enrico, tried already (read again my message <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> ) Don't know why, but the only solution is to put prnportrait() just before the rest of reports. Given that, it should work after ACTIVATE, but didn't. Thanks
landscape to a report sheet
Carlos, You might try: ACTIVATE REPORT...ON END prnPortrait() Or, you might have to add a sysrefresh(): ACTIVATE REPORT...ON END (sysRefresh(), prnPortrait()) However, it is probably not a bad idea to make sure any report is in the proper orientation before printing since it may have been left in the wrong orienta...
landscape to a report sheet
Thanks James! I like the ON END solution, i'll give it a chance.
langChain and OpenAI
Reading text files and making questions to them: Remove [:1000] to read the entire files contents, use it in case OpenAI complains about the amount of used tokens, or increase such value. docs.py [code=fw:o0xn9ofw]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">from</span> l...
lanzar desde un boton un PDF
Estimad@s como puedo lanzar un archivo pdf que ya fue generado y que se vea en una nueva pag [code=fw:3ix75dra]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">BUTTON</span> <span style="color: #0000ff;">ID</span> <span style="color: #ff0000;">'btnprint'</span>  LABEL <span styl...
lanzar desde un boton un PDF
LISTO [code=fw:1tfqcnve]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #0000ff;">BUTTON</span> <span style="color: #0000ff;">ID</span> <span style="color: #ff0000;">'btnprint'</span>  LABEL <span style="color: #ff0000;">' Print'</span>  <span style="color: #0000ff;">ACTION</span> <span ...
las libreria fivewin
necesito ayudad #include "fivewin.ch" function main() local ow define window ow from 0,0 to 10,80 title "CA-Clipper" @ 1,1 say "Estoy programando en Windows!" activate window ow return(nil) Ahora escriba el archivo bli.lnk: BLINKER CLIPPER SYMBOL OFF fi x out minombre.exe PACKCODE PACKDATA DEFBEGIN name Minombre ...
las libreria fivewin
RNetto, Las librerias FiveWin son un producto comercial que puedes comprar desde <!-- w --><a class="postlink" href="http://www.fivetechsoft.com">www.fivetechsoft.com</a><!-- w --> sección pedidos. Si te interesa probar gratuitamente la versión de 32 bits de FiveWin 32 bits (6.12), puedes legalmente descargarla desde...
las Ñ en mysql (SOLUCIONADO)
hola. Estoy queriendo grabar le valor "ñoqui" en un campo tipo varchar(20) y no puee hacerlo. Que se hace? Gracias.
las Ñ en mysql (SOLUCIONADO)
Asi: cInsert := "INSERT INTO agencias (ruc, razon_social, direccion, telefonos, email_web, contacto, fechareg, observaciones) VALUES ('22222222229','ÑÑÑÑOOOOQQQQUUUUIIIÑÑÑÑÑ','MAR DEL PLATA','','','','2009-04-06','')" oMySQL:Execute( cInsert ) Salu2
las Ñ en mysql (SOLUCIONADO)
[quote="Willi Quintana":20jq5yss]Asi: cInsert := "INSERT INTO agencias (ruc, razon_social, direccion, telefonos, email_web, contacto, fechareg, observaciones) VALUES ('22222222229','ÑÑÑÑOOOOQQQQUUUUIIIÑÑÑÑÑ','MAR DEL PLATA','','','','2009-04-06','')" oMySQL:Execute( cInsert ) Salu2[/quote:20jq5yss] EKA en mi caso eso...
las Ñ en mysql (SOLUCIONADO)
[quote="goosfancito":3u481v49][quote="Willi Quintana":3u481v49]Asi: cInsert := "INSERT INTO agencias (ruc, razon_social, direccion, telefonos, email_web, contacto, fechareg, observaciones) VALUES ('22222222229','ÑÑÑÑOOOOQQQQUUUUIIIÑÑÑÑÑ','MAR DEL PLATA','','','','2009-04-06','')" oMySQL:Execute( cInsert ) Salu2[/quote...
last qtcontrib binary release
Thank to Pritpal Bedi isUploaded is QtContribs latest installer QtContribs_Mingw-482_Qt-532_r373_Setup.exe <!-- m --><a class="postlink" href="http://sourceforge.net/projects/qtcontribs/files/latest/download?source=typ_redirec">http://sourceforge.net/projects/qtcontr ... yp_redirec</a><!-- m --> Broadly, this installe...
last source of rpreview
Hello, I forgot to share the last source of preview with page orientation, here you can donwload it [url:3hw3p3uz]http&#58;//www&#46;box&#46;net/shared/8lhxyymtga[/url:3hw3p3uz] regards Marcelo
last source of rpreview
DO u SAW MINE MODIFIES i SENT YOU ?
last source of rpreview
Silvio, I saw some things, but I didn't nothing about, maybe I will take some time in the near future to see it with more detail, I'm sorry regards Marcelo
last source of rpreview
Application =========== Path and name: C:\test_informe\test.Exe (32 bits) Size: 2,060,800 bytes Time from start: 0 hours 0 mins 6 secs Error occurred at: 04/03/2010, 19:06:01 Error description: Error BASE/1082 Argument error: - Args: [ 1] = U [ 2] = N 1 Stack Calls =========== ...
last source of rpreview
Hello Marcelo, the temporarely files from "create_minipage" in the temp-folder are not erased or released!