topic
stringlengths
1
63
text
stringlengths
1
577k
not ISOEM() ISANSI() or IsUTF8()
hi, try this CODE and use your "UMLOEM.DBF" [code=fw:1b5bwhky]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"DBSTRUCT.CH"</span><...
not ISOEM() ISANSI() or IsUTF8()
[quote:1ckdmlh0]YES this "seems" to work, no Error in LOG <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> but when try to open Excel Sheet i got Warning and all Type "C" are empty ... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked"...
not ISOEM() ISANSI() or IsUTF8()
hi, [quote="nageswaragunupudi":18lvcu9t]When you use these functions directly on your DBF, it fails. That should be expected. Reason: As I said earlier, converting only the 7 umlaut characters is NOT enough at all. This kind of conversion, we need to do for all accented characters of German language. That is the reason...
not ISOEM() ISANSI() or IsUTF8()
hi, here are German Sign from 32 to 255 [quote:q0o6j1qj]STRTOHEX( cSign ) = "20" ASC( cSign ) = 32 STRTOHEX( cSign ) = "21" ASC( cSign ) = 33 STRTOHEX( cSign ) = "22" ASC( cSign ) = 34 STRTOHEX( cSign ) = "23" ASC( cSign ) = 35 STRTOHEX( cSign ) = "24" ASC( cSign ) = 36 STRTOHEX( cSign ) = "25" ASC( cSign ) = 37 ...
not ISOEM() ISANSI() or IsUTF8()
That is just a list from 33 to 255. I am looking for German OEM character codes, of "characters having accent" Its ok. Please leave it.
not ISOEM() ISANSI() or IsUTF8()
May I ask about your oem.dbf? 1. Does this code display the text correctly or correctly in most of the cases? [code=fw:3hgt18xr]<div class="fw" id="{CB}" style="font-family: monospace;">XBROWSER <span style="color: #ff0000;">"name.dbf"</span> SETUP <span style="color: #000000;">&#40;</span> oBrw:<span style="color: #0...
not ISOEM() ISANSI() or IsUTF8()
After doing several tests, I came to the opinion that it is not a good idea to make our functions. It is better to depend on the standard Harbour function OemToAnsi() and then later convert to Utf8 if necessary.
not ISOEM() ISANSI() or IsUTF8()
hi, [quote="nageswaragunupudi":13ofcjoq]May I ask about your oem.dbf?[/quote:13ofcjoq] have send you a Email with Link to my Online-Web-Space where i have upload "DE_OEM.ZIP" [quote="nageswaragunupudi":13ofcjoq]1. Does this code display the text correctly or correctly in most of the cases? [code=fw:13ofcjoq]<div class...
not ISOEM() ISANSI() or IsUTF8()
[quote:s8l97v9c]have send you a Email with Link to my Online-Web-Space where i have upload "DE_OEM.ZIP" [/quote:s8l97v9c] I did not receive it yet. email: nageswaragunupudi [@] gmail [dot] com
not ISOEM() ISANSI() or IsUTF8()
[quote:1u7ef900]German does not use "accent" Sign[/quote:1u7ef900] I am asking out of ignorance. Are these not German characters? [size=150:1u7ef900]õòóôûúùâáàãêéèÃÁÀ[/size:1u7ef900] I typed these characters using Google Virtual Keyboard for German Language
not ISOEM() ISANSI() or IsUTF8()
[quote:1mbjbvyq]Size < 1 Kb, 255-32 Records, 1 x FIELD RECNO() -> CHR(x) [/quote:1mbjbvyq] This is the code for 255-32 records [code=fw:1mbjbvyq]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> Chars33to255<span style="color: #000000;">&#40;</span><span style="col...
not ISOEM() ISANSI() or IsUTF8()
hi, [quote="nageswaragunupudi":2huc30qs]This is the code for 255-32 records[/quote:2huc30qs] as long Sign come not from DBF, made in OEM Environment , it is not the Problem that i mean as i say these OEM DBF was made by Cl*pper App, using NTX, where i have OEM Sign with German "Umlaute" as Xbase++ default use OEM it ...
not ISOEM() ISANSI() or IsUTF8()
[quote:10ggsdk2]as i say these OEM DBF was made by Cl*pper App, using NTX, where i have OEM Sign with German "Umlaute" as Xbase++ default use OEM it is a Problem of all Xbase++ User when want to change to Fivewin (and still use Xbase++ OEM App) [/quote:10ggsdk2] If you can share such a real life OEM dbf with a few tho...
not ISOEM() ISANSI() or IsUTF8()
[quote:fqmoodiv]as long Sign come not from DBF, made in OEM Environment , it is not the Problem that i mean [/quote:fqmoodiv] It works the same way even if is from oem dbf. If you see my earlier samples, I created OEM dbf with Umlauts and showed exporting them
not ISOEM() ISANSI() or IsUTF8()
hi, [quote="nageswaragunupudi":2rwcpxwa]If you see my earlier samples, I created OEM dbf with Umlauts and showed exporting them[/quote:2rwcpxwa] to say it again : i need "read" from [size=150:2rwcpxwa]existing [/size:2rwcpxwa]DBF, NOT "made" it from CODE i talk about DBF made under Cl*pper OEM / DOS which many Xbase++...
not ISOEM() ISANSI() or IsUTF8()
[quote:jdppzgpl] to say it again : i need "read" from existing DBF, NOT "made" it from CODE [/quote:jdppzgpl] Yes. This is what we are very much interested to support you with. We request you to please send a few thousand records from the existing dbf, instead of a created dbf (say with chr(1) to chr(255)) You may use ...
not ISOEM() ISANSI() or IsUTF8()
hi, have send you a new Email with Link
not ISOEM() ISANSI() or IsUTF8()
[quote="Jimmy":1m88wuzk]hi, have send you a new Email with Link[/quote:1m88wuzk] Thanks. This will help me to learn.
not ISOEM() ISANSI() or IsUTF8()
Thanks again. Here is the comparison between 1. Direct OEM view from Command Prompt using Harbour's DBEDIT. 2. FWH XBrowse of the same DBF in ANSI, just by using one flag oBrw:OemAnsi := .t. 3. Excel as exported using DrXlsx by the new FWH interface to this library All look identical [url=https&#58;//imageshack&#46;c...
not ISOEM() ISANSI() or IsUTF8()
hi, thx for testing German "Umlaute" i do not have Problem with XBROWSE, i do have Problem with DrXlsx LIB [quote:1ja1h0it]When the new version FWH2309 is released, you do not need to any utf8 conversions on your own. FWH will do this conversion while using DrXlsx.[/quote:1ja1h0it] ok i will wait and try "your" Way ...
not show the image ( win 10)
[code=fw:1ab05jrx]<div class="fw" id="{CB}" style="font-family: monospace;"><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;">stati...
not show the image ( win 10)
Hello Silvio, here it is working fine on Windows 10. I use 007.bmp as default.bmp. Best regards, Otto
not show the image ( win 10)
I close the pc and reopen and now I see it I dont Know what happened
notepadd++
Estoy tratado de utilizar notepad++ como editor pero no he podido hacer que me compile los programas dentro del editor. Utilizo extenciones .PRG .SCR como extención de programas. Alguien que lo utilize como editor de los programas que me puede ayudar a configular. Gracias
noticias de MM
alguine tiene noticias el master MM, deseandole lo mejor, salud, trabajo y paz. Ánimo master donde estes !! Paco
notion ai notes - join the wait list now!
[url:1olba9ng]https&#58;//www&#46;theverge&#46;com/2022/11/16/23460904/notion-ai-notes-writing-machine-learning[/url:1olba9ng] Join the wait list here: [url:1olba9ng]https&#58;//www&#46;notion&#46;so/signup?product=ai[/url:1olba9ng] Thanks to Felix! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" titl...
novato compilando dbf01
Buenas tardes, queria pedir consejo, ya que hace unos dias me baje de la web de fivetech el fwh, el borland c++ y harbour. Lo he instalado en el ordenador y cambiado las rutas del buildh.bat, tambien he creado dos ficheros cfg. Hasta aqui todo correcto. Luego he pasado a probar los programas que vienen en la carpeta...
novato compilando dbf01
Apaniagua: Bienvenido a bordo !. Siempre que tengas algun error muestralo aquí en el foro, dificilmente te podremos apoyar sin saber a que nos enfrentamos. Por deducción pienso que el problema esta en la ruta de las DBFs, quiero decir, no las encuentra, pues por lo que veo solo cuando las usas te tira el error, sin ...
novato compilando dbf01
Buenas noches aqui les incluyo los mensajes de error capturados. el programa en cuestion es c:\fwh\samples\dbfo1.prg, que realiza un browse en pantalla de la base de datos "customers" lo compilo sin problemas con buildh y no da ningun error, pero al ejecutarlo y pulsar sobre cualquier opcion del menu: "stop error ba...
novato compilando dbf01
Otros ejemplos de la carpeta samples, como tutor02.prg, te funcionan bien ? Comprueba como te indica Armando, que la DBF esté en donde tienes el EXE.
novato compilando dbf01
Buenos dias, otros ejemplos de la misma carpeta samples si funcionan perfectamente. he comprobado con el ejemplo dbf01 que hace una instruccion "use customer", estando el dbf01.exe y el customer.dbf en la carpeta samples. Saludos.
novato compilando dbf01
Buenos dias de nuevo, ademas si no encontrase la base de datos no me apareceria despues de los mensajes de error el browse con los registros (en total hay 9 registros con dos columnas "name y adresss"), asi que encontrar la encuentra, el problema es que no se porque sale ese dichoso error y luego no me deja hacer nada ...
nowait
[img:26m5vcbi]https&#58;//i&#46;postimg&#46;cc/pX9t0QG9/KK&#46;png[/img:26m5vcbi] I open dbf with tdatabase why make error ? is it possible to use a dialog in source (and not in resource) using the [b:26m5vcbi]NOWAIT clause?[/b:26m5vcbi] Meaning what DEFINE DIALOG oDlg SIZE nWd, nHt PIXEL TRUEPIXEL; FONT o...
nowait
Hello, you must show how you are doing the OPENING of the Database, because the ERRSYSW.prg is saying that the OPEN AREA IS NOT IN USE. Hola, debes mostrar como estas haciendo la APERTURA de la Base de Datos, porque el ERRSYSW.prg esta diciendo que el AREA ABIERTA NO ESTÁ EN USO. And why does this DIALOGUE need to be...
nowait
Se que no es lo que necesitas porque usas tdatabase, pero tal vez te de un hilo para seguir. [code=fw:560lzp0i]<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: #00C800;">static</span> ...
nowait
[quote="Silvio.Falconi":pzhljj1c][img:pzhljj1c]https&#58;//i&#46;postimg&#46;cc/pX9t0QG9/KK&#46;png[/img:pzhljj1c] I open dbf with tdatabase why make error ? is it possible to use a dialog in source (and not in resource) using the [b:pzhljj1c]NOWAIT clause?[/b:pzhljj1c] Meaning what DEFINE DIALOG oDlg SIZE nWd, n...
nowait
thanks I resolved with Cesar
nowait
[quote="nageswaragunupudi":1awtmkyz][quote="Silvio.Falconi":1awtmkyz][img:1awtmkyz]https&#58;//i&#46;postimg&#46;cc/pX9t0QG9/KK&#46;png[/img:1awtmkyz] WRONG [code=fw:1awtmkyz]<div class="fw" id="{CB}" style="font-family: monospace;"><br />   <span style="color: #0000ff;">ACTIVATE</span> <span style="color: #0000ff;"...
nowait
So glad to see you here with us Dear Rao <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
nowait
[quote="nageswaragunupudi":2fa5zrmi][quote="Silvio.Falconi":2fa5zrmi][img:2fa5zrmi]https&#58;//i&#46;postimg&#46;cc/pX9t0QG9/KK&#46;png[/img:2fa5zrmi] CORRECT WAY [code=fw:2fa5zrmi]<div class="fw" id="{CB}" style="font-family: monospace;"><br />   <span style="color: #0000ff;">ACTIVATE</span> <span style="color: #00...
nowait
[quote="Antonio Linares":3c0xvtzt]So glad to see you here with us Dear Rao <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->[/quote:3c0xvtzt] I'm happy for Rao recovery too!
nowait
Thank you
nro de instancias de un exe
Hola: Cómo puedo evitar que un ejecutable se cargue dos o más veces en memoria?. Que solamente me permita mantener una instancia a la vez. Gracias.
nro de instancias de un exe
Puedes almacenar un archivo temporal en el disco de la estación (si no existe, lo creas),El cual bloqueas exclusivo cuando entras, si no te permite bloquearlo, es que ya está siendo utilizado (ya activastes una vez) Se que es un poco primitivo, pero trabaja para mi.
nro de instancias de un exe
[code:100ek5e9] IF IsExeRunning&#40;cFileName&#40;GetModuleFileName&#40;GetInstance&#40;&#41;&#41;&#41;&#41; //cFileName&#40;HB_ARGV&#40;0&#41;&#41; MsgStop&#40;"Programa ya se está ejecutando!"+CRLF+CRLF+"Este programa no permite multiples instancias!"&#41; QUIT ENDIF [/code:100ek5e9]
nro de instancias de un exe
Saludos metaldrummer: <!-- s8) --><img src="{SMILIES_PATH}/icon_cool.gif" alt="8)" title="Cool" /><!-- s8) --> Hazlo más facil, agrega estas líneas en tu codifo fuente: Function Main() IF IsExeRunning( cFileName( HB_ARGV(0) ) ) MsgStop( "¡¡¡ ERROR CRITICO !!!"+CRLF+CRLF+"No es posible cargar más de 1 copia d...
nro de instancias de un exe
gracias por las respuestas!!!! funciona de mil maravillas. Saludos Consultas sobre ado soy todo oídos Mil gracias nuevamente
nserialhd question
Good morning ANtonio I am testing nserialhd function and i have some questions 1. nserialhd("C:") does not return the same value everytime 2. nserialhd("D:") returns always a value (same value) even if there is no "D" 3. nserialhd() returns always a value (same value) tested on windows 8 pro, windows seven h...
nserialhd question
Richard, Please add a "\" at the end of the drives, i.e.: nserialhd("C:\")
nserialhd question
FWH uses Windows API function GetVolumeInformation() for nSerialHD(): [url:18dd3iwz]http&#58;//msdn&#46;microsoft&#46;com/en-us/library/windows/desktop/aa364993(v=vs&#46;85)&#46;aspx[/url:18dd3iwz] [quote:18dd3iwz]Parameters lpRootPathName [in, optional] A pointer to a string that contains the root directory of the v...
nserialhd question
thanks Antonio I understand now just one thing to mention nserialhd() = nserialhd("c:\") regards Richard
nserialhd question
Richard, Yes, it is explained in the above docs: [quote:3ef2o7y2]If this parameter is NULL, the root of the current directory is used[/quote:3ef2o7y2]
nserialhd question
In fact, we should implement a little change, as FWH supplies C:\ by default, and we should change it to NULL.
nserialhd()
Bentrovati <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> .........è un sacco di tempo che non ci sentiamo. Ho la necessità di eseguire un applicativo da hd esterno e vorrei poter controllare che sia sempre quello dov'è installato il programma. Ho provato con la funzio...
nserialhd()
Prova con [code:f488emz5]nserialhd&#40;curdrive&#40;&#41;+"&#58;"&#41;[/code:f488emz5] EMG
nserialhd()
Ciao Enrico, grazie..............ti farò sapere. Giovanni
nserialhd()
Ciao, sai se esiste qualche funzione similare a nserialhd() che mi da un identificazione unica di u HD o di un una Pendrive Usb ? Poiche' nserialhd() varia ogni volta che formatto l'unità Romeo/zingoni
nserialhd()
[quote="Romeo":1tau6x4y]Ciao, sai se esiste qualche funzione similare a nserialhd() che mi da un identificazione unica di u HD o di un una Pendrive Usb ? Poiche' nserialhd() varia ogni volta che formatto l'unità Romeo/zingoni[/quote:1tau6x4y] Quizás te sirva. [code=fw:1tau6x4y]<div class="fw" id="{CB}" style="font-...
nserialhd()
many thanks ! Can also you help me to set a serial in USBdrive ? example: setserialusb("G:","123456789") ? tks Romeo
nserialhd()
[quote="Romeo":17qhswu9]many thanks ! Can also you help me to set a serial in USBdrive ? example: setserialusb("G:","123456789") ? tks Romeo[/quote:17qhswu9] I think is not posible.
nserialhd()
tks any
nserialhd() vs serialnumber
Hello, What is the different between the serialnumber returned by nSerialHD() and the number returned by the dos-command [quote:1zv3u831]wmic diskdrive get serialnumber[/quote:1zv3u831] I'm always use nSerialHD(), but I see that the other number is also with characters, instead only numbers.
nserialhd() vs serialnumber
Try [code=fw:1azrn8e3]<div class="fw" id="{CB}" style="font-family: monospace;">? NUMTOHEX<span style="color: #000000;">&#40;</span> NSERIALHD<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style="color: #000000;">&#41;</span></div>[/code:1azrn8e3] EMG
nserialhd() vs serialnumber
Unfortunately give this also a number. [quote="Enrico Maria Giordano":19pbcuhj]Try [code=fw:19pbcuhj]<div class="fw" id="{CB}" style="font-family: monospace;">? NUMTOHEX<span style="color: #000000;">&#40;</span> NSERIALHD<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> <span style=...
nserialhd() vs serialnumber
Can I see a sample of such serial? EMG
nserialhd() vs serialnumber
[code=fw:bj6rfnrc]<div class="fw" id="{CB}" style="font-family: monospace;">nSerialHD<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span> = <span style="color: #000000;">410452486</span><br />NUMTOHEX<span style="color: #000000;">&#40;</span> NSERIALHD<span style="color: #000000;">&#40;<...
nserialhd() vs serialnumber
You forgot the code. <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> EMG
nserialhd() vs serialnumber
It's added now <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> [quote="Enrico Maria Giordano":176v3nbh]You forgot the code. <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> EMG[/quote:176v3nbh]
nserialhd() vs serialnumber
nSerialHD() returns the number of the VOL command. EMG
nserialhd() vs serialnumber
Yes now I see. <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> It's NUMTOHEX( NSERIALHD() ) that give the same result as the VOL command. So NSERIALHD() is not the real serial-number. After re-formating it, it will be different then. There are also utilities to chan...
ntdll.dll error
I have a program that runs 24/7 to automatically update my distributed software. At one of my client locations, sometimes it encounters a Windows error with the file [b:hip96gxg]ntdll.dll[/b:hip96gxg]. I have researched this and found this is likely caused by a defective .dll file, which is part of the windows operat...
ntdll.dll error
Just look at using eventvwr.msc / s and you will see the cause of the program that is giving problems. [url:xyvrlvbq]https&#58;//www&#46;lifewire&#46;com/how-to-fix-ntdll-dll-errors-2624474[/url:xyvrlvbq] Regards.
ntdll.dll error
Tim, You can inspect your EXE using this tool to know what DLLs/functions are used: [url:3c5h9jxw]https&#58;//bitbucket&#46;org/fivetech/fivewin-contributions/downloads/peinfo&#46;exe[/url:3c5h9jxw]
ntdll.dll error
This program use the CDXRDD, FTP services, and the xharbour ZIP routine to create an archive. In some cases it could originate emails to an SMTP server. It does not use a displayed window, or dialogs, nor does it use buttons, or any form of browse. It's pretty basic. It queries a server, downloads some very small (...
ntdll.dll error
Maybe, [url:2i6n1tjx]https&#58;//answers&#46;microsoft&#46;com/en-us/windows/forum/windows_7-windows_programs/programs-close-faulting-module-ntdlldll/54aaaec5-2b53-4e9f-b9a7-b7889a1cd4b6?auth=1[/url:2i6n1tjx] Regards.
ntdll.dll error
Antonio, Thanks for the link. I ran that utility ... and it shows absolutely no calls to the file. I suppose it gets tricky now because some other .dll could call it, and that is not tracked in the utility ... Tim
ntdll.dll error
I read that response from Microsoft Answers previously, along with about every other article on the web citing this problem. There are no definitive answers, but the common thread seems to focus on a corrupt .dll on the computer. My problem is simple. The customer uses an IT company that refuses to follow my install...
ntdll.dll error
Tim This may be a nvidia driver problem on your clients machine .. [img:8pk9pf1o]http&#58;//i63&#46;tinypic&#46;com/ohlc81&#46;jpg[/img:8pk9pf1o] Here is the link to a thread that may help you .. <!-- m --><a class="postlink" href="https://answers.microsoft.com/en-us/windows/forum/windows_7-windows_programs/progra...
ntdll.dll error
Rich, I also saw that article. The problem is the IT folks see this client as a cash cow, yet have a terrible system in place. Whenever they have problems ( which none of my other clients experience ) the IT guys will blame it on me, though I can show the client ample documentation to back up my concerns. I have a ...
nueva IA de Google crea vídeos en alta definición
[url:emdmu93s]https&#58;//www&#46;genbeta&#46;com/actualidad/nueva-ia-google-genera-videos-alta-definicion-a-traves-descripcion-que-le-hagas-similar-a-dall-e-2-video[/url:emdmu93s]
nueva idea - FiveQT
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=28856">viewtopic.php?f=3&t=28856</a><!-- l --> [quote:2cdgm8yn] Hola a todos Me gustaría considerar seriamente en portar Fivewin para que soporte la biblioteca para HbQt, pero ... Razones detrás de esta iniciativa: ...
nueva idea - FiveQT
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?p=162230#p162230">viewtopic.php?p=162230#p162230</a><!-- l -->
nueva propiedad para folders
Antonio, Seria muy interesante el poder poner las pestañas de los folders en la parte de abajo ( lo he visto en varios programas para pocket) . En las pantallas de 240*240 , ganariamos espacio para poder escribir datos y eso es importante . y de paso otra cosa : Esta previsto automatizar los dialogos para que cambien d...
nueva propiedad para folders
Hola Jose Luis, Despues de mucho tiempo sin vacaciones, me he podido oxigenar un poco y vuelvo con ganas. (No quiero dar envidias a nadie, eh ! <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: --> ) Te paso un ejemplo que hice un dia que te servira de base para gestion...
nueva propiedad para folders
Que tal Carles ? , yo he tomado unos dias tambien , <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> Había visto este comportamiento ya en tu programa ( cuando lo estuv...
nueva propiedad para folders
Carles, Buen ejemplo, lo vamos a incluir en los ejemplos de FWPPC con tu permiso, gracias. Jose Luis, nosotros no podemos automatizar ese comportamiento, porque puede haber usuarios que no quieran que sus diálogos se redimensionen sólos.
nueva propiedad para folders
De acuerdo . De todas maneras se podria poner una propiedad lautoajust para poner si se desea o no Carles , si el say esta fuera del area visible , realiza scroll ? , seria interesante ... Antonio , respecto a la primera pregunta , (los folder con pestañas abajo), que nos puedes decir ?
nueva propiedad para folders
Jose Luis, Hay que buscar el estilo correspondiente e implementar un método que le asigne ese valor al estilo. Vamos a buscarlo.
nueva propiedad para folders
Jose Luis, Yo creo q tendriamos de hacer una reflexion sobre el tipo de aplicacion q hacemos. En principio, es de tipo gestion, y entraremos bastantes datos via teclado. Esto implica q nuestra pantalla la 'capamos' constantemente. A partir de aqui, q preferimos: Un sistema con scroll y buscar los datos para editar o m...
nueva propiedad para folders
Totalmente de acuerdo, mejor los folders. Respecto al ejemplo de scroll ,usa un say para simular el scroll , es una cosa momentanea , no definitiva , esta dentro de los pendientes de Antonio , dejemosle que nos sorprenda , pero sin prisas <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Hap...
nueva versión de CodeGear 2009
Hola:Hay una nueva versión de C++ 2009. ¿Alguien la está usando?.
nueva versión de CodeGear 2009
Moises,Cual es el url para su descarga ?
nueva versión de CodeGear 2009
Antonio:<!-- m --><a class="postlink" href="http://www.codegear.com/products/cppbuilder">http://www.codegear.com/products/cppbuilder</a><!-- m -->
nueva versión de CodeGear 2009
Moises,Menudo "monstruo" para instalarlo. He optado por usar una máquina virtual para que no llene el ordenador de cyber basura <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->Ahora estoy intentando aislar el compilador, includes y librerías.Ya me dirás como se puede "distri...
nueva versión de CodeGear 2009
Sinceramente creo que lo que debemos plantearnos a corto plazo es migrar al MingW:<!-- m --><a class="postlink" href="http://es.wikipedia.org/wiki/MinGW">http://es.wikipedia.org/wiki/MinGW</a><!-- m -->
nueva versión de Workshop
Hola, Me gustaría saber si hay una nueva versión del Work Shop en las últimas versiones del Borland. Muchas gracias <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) -->
nuevamente sobre el RDDADO
Amigos del Foro: Aun persiste el problema que anteriormente habia comentado, este pequeño programa : //=========================== static function browRST() //=========================== Public oDlg,oBrw USE Personal1 VIA "ADORDD" TABLE "MAESTRO" MYSQL ; FROM "Localhost" USER "root" PASSWORD "1234" ALIAS "M...
nuevamente sobre el RDDADO
Ramon, Es preferible que los nombres DNS sean en minusculas (en el caso linux deben de ser exactamente como se escriben, respetando minus y mayus). [code:xj8zkpvb]USE Personal1 VIA "ADORDD" TABLE "MAESTRO" MYSQL ; FROM "localhost" USER "root" PASSWORD "1234" ALIAS "MAESTRO" DEFINE DIALOG oDlg FROM 1, 1 TO 25...
nuevamente sobre el RDDADO
William, Agradezco tu ayuda pero no funciona ni aun siguiendo la convencion de minusculas que me recomeindas, Cualquier otra sugerencia la agradeceria, estoy por tirar la toalla, Ramon Paredes Managua, Nicaragua
nuevamente sobre el RDDADO
Hola Ramon, estas usando XP?, otra pregunta tenes instalado algun firewall?. Andres