topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
cGetFile32 no me funciona en Windows 7 | Daniel.
Gracias por contestar.
Utilizo la funcion de esta forma:
[code=fw:1rwlwt7p]<div class="fw" id="{CB}" style="font-family: monospace;"> gcFile := cGetFile<span style="color: #000000;">(</span> <span style="color: #ff0000;">"BITMAP (*.bmp)| *.bmp|"</span> + ;<br /> <span styl... |
cGetFile32 no me funciona en Windows 7 | Carlos
Yo lo utilizo de la siguiente manera
[code=fw:i9bqdivn]<div class="fw" id="{CB}" style="font-family: monospace;">cArch := cGetFile32<span style="color: #000000;">(</span><span style="color: #ff0000;">"JPEG | *.jpg |"</span> , <span style="color: #ff0000;">"Seleccione una imagen"</span>,<span style... |
cGetFile32 no me funciona en Windows 7 | Carlos...
he probado la funcion tal cual como la usas, yo uso windows 7 ultimate, no me genera ningun error, la aplicacion continua normalmente
en la carpeta SAMPLES tienes muchos ejemplos donde se usa cGetFile,
samples\testgfil.prg
samples\testbrus.prg
samples\testbmp1.prg
...
he construido varios, con la misma ... |
cGetFile32 no me funciona en Windows 7 | [code=fw:7uselwti]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #00C800;">LOCAL</span> cFile<br /><br /><br /> <span style="color: #B900B9;">//-> Busqueda en RED</span><br /> cFile := <span style="color: #0000ff;">SubStr</span><span style="color... |
cGetFile32 no me funciona en Windows 7 | Agradezco a todos los que me han contestado.
He hecho las pruebas con las opciones que me envian, pero igual, siempre tengo el mismo problema.
Creo que el problema estara en la instalacion del Windows 7 Ultimate, que tengo en mi notebook. Voy a tener que hacer pruebas con otra computadora con Windows 7, y les comento s... |
cGetFile32 no me funciona en Windows 7 | estimado, no esta usando en esa pc win7 64bits?
salu2
carlos vargas |
cGetFile32 no me funciona en Windows 7 | Pues no Carlos, el Windows 7 que tengo instalado no es de 64 Bits.
Es una Notebook HP Probook 4515s
[url:l7o2i62o]http://h10010.www1.hp.com/wwpc/ec/es/sm/WF05a/321957-321957-64295-3955552-3955552-3935146.html[/url:l7o2i62o]
Saludos cordiales.
Carlos Sincuir. |
cGetFile32 no me funciona en Windows 7 | Carlos
Por favor proporciona un ejemplo que no te funcione para hacer pruebas
gracias |
cGetFile32 no me funciona en Windows 7 | Daniel, te mando un ejemplo abajo para que veas que no tiene nada de raro el procedemiento, bueno, al menos eso digo yo pues.
Lo que no he comentado, es que a veces me falla al primer intento, pero al volver ingresar al sistema, me deja buscar la foto y guardo el dato. Vuelvo a intentar y a veces me deja, pero de repe... |
cGetFile32 no me funciona en Windows 7 | Carlos
Te dejo este link para que descarges el ejemplo contruido,
[url:2ez17bv4]http://www.sitasoft.com/fivewin/test/getfile.zip[/url:2ez17bv4]
[code=fw:2ez17bv4]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;... |
cGetFile32 no me funciona en Windows 7 | Gracias Daniel por tu ayuda.
Con tu ejemplo, no tengo ningun problema, levanta la ventana de busqueda de archivos sin salirse dle sistema.
Por lo que entonces mi problema es la version de FWH Dic/2007 y xHarbour 1.0.0 que estoy utilizado.
Que versiones estas utilizaste para construir el ejemplo que me enviaste?
Salud... |
cGetFile32 no me funciona en Windows 7 | Carlos
uso el ultimo build de fivewin / harbour
no lo probe con xharbour, pero lo hago de inmediato |
cGetFile32 no me funciona en Windows 7 | Daniel, es correcta la version de xharbour 1.0.0, es la que estoy utilizando.
Hice las pruebas con el nuevo ejemplo, y no tengo ningun problema tampoco.
Voy a recompilar todo mi sistema con la version del xHarbour 1.1.0 que me estas enviando, y te comento como me va.
Gracias de nuevo por tu ayuda.
Saludos cordiale... |
cGetFile32 no me funciona en Windows 7 | Carlos
probado con FWH 7.12 y xharbour 1.1.0, pero veo que pusiste 1.0.0
link del ejemplo: [url:3tll4b62]http://www.sitasoft.com/fivewin/test/getfile.zip[/url:3tll4b62]
link xHarbour 1.1.0 (version distribuida por Fivetech): [url:3tll4b62]http://www.sitasoft.com/fivewin/files/xharbour1... |
cGetFile32 not support Chinese File Name | Hi
Yesterday, I tested it.
[code=fw:1oqer5ll]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">LOCAL</span> cFileName<br /><span style="color: #00C800;">LOCAL</span> cString := <span style="color: #ff0000;">"?? Excel ??|*.XLS|"</span> + ;<br /> <span style="co... |
cGetFile32 not support Chinese File Name | If you use Harbour instead of xHarbour it works fine with utf8 file names. |
cGetFile32 not support Chinese File Name | [quote="nageswaragunupudi":34yc9gg7]If you use Harbour instead of xHarbour it works fine with utf8 file names.[/quote:34yc9gg7]
Rao,
Yes, I thinking maybe it's finnal solution. |
cGetFile32 strange behaviour | This code runs ok on win10 but not on one PC with win 7.
Another app with same code runs ok on both!
[code=fw:g5ww6xpg]<div class="fw" id="{CB}" style="font-family: monospace;"><br />cFile := cGetFile32<span style="color: #000000;">(</span><span style="color: #ff0000;">"Ficheiros XML | *.xml|"</span>+;<br /> ... |
cGetFile32 strange behaviour | [code=fw:124471yc]<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="color: #000000;">)</sp... |
cGetFile32() about traditional Chinese characters | A very strange thing happened!
.prg encode is ansi/big5
[code=fw:1y4mwgna]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">'fivewin.ch'</span><br />REQUEST HB_CODEPAGE_BIG5<br />func test<span style="color: #000000;">(</sp... |
cGetFile32() about traditional Chinese characters | Try using,
[code=fw:3ekzvhe8]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> Lfn2Sfn<span style="color: #000000;">(</span>cDir<span style="color: #000000;">)</span><br /> </div>[/code:3ekzvhe8]
Regards, saludos. |
cGetFile32() about traditional Chinese characters | [quote="karinha":3s015moc]Try using,
[code=fw:3s015moc]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> Lfn2Sfn<span style="color: #000000;">(</span>cDir<span style="color: #000000;">)</span><br /> </div>[/code:3s015moc]
Regards, saludos.[/quote:3s015moc]
I think this should not be the cor... |
cGetFile32() about traditional Chinese characters | I have the same problem too, is there any solution ? |
cGetFile32() about traditional Chinese characters | UP+ |
cGetFile32() about traditional Chinese characters | Este programa es incorrecto. Vuelva a hacerlo en inglés o español y pruébelo, no funcionará.
No puedo probar aquí, está en chino y Windows en portugués no proporciona caracteres chinos.
Si lo entiendo, desea tomar un archivo .TXT y escribir en D: \ ..., pero la lógica es incorrecta.
También prueba así:
This program i... |
cGetFile32() about traditional Chinese characters | I have solved this problem! |
cGetFile32() about traditional Chinese characters | [quote="ssbbs":1qsxb8j8]I have solved this problem![/quote:1qsxb8j8]
Would you please post the solution.
regards |
cGetFile32() about traditional Chinese characters | Reference URL: <!-- m --><a class="postlink" href="http://www4.zzz.com.tw/phpBB3/viewtopic.php?f=2&t=350">http://www4.zzz.com.tw/phpBB3/viewtopic.php?f=2&t=350</a><!-- m --> |
cGetFile32() about traditional Chinese characters | [quote="ssbbs":2btr3hfj]Reference URL: <!-- m --><a class="postlink" href="http://www4.zzz.com.tw/phpBB3/viewtopic.php?f=2&t=350">http://www4.zzz.com.tw/phpBB3/viewtopic.php?f=2&t=350</a><!-- m -->[/quote:2btr3hfj]
Buen día. Este cGetDir.Obj, ¿se generó en qué idioma (FiveWin)? ¿Tiene la fuente (código) de este cGetdi... |
cGetFile32() about traditional Chinese characters | CGETDIR.OBJ Linking Error
Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc.
Error: Unresolved external '___CPPdebugHook' referenced from C:\BCC582\LIB\CW32.LIB|xx
Error: Unresolved external '__hInstance' referenced from C:\BCC582\LIB\CW32.LIB|_fastmm
Error: Unresolved external '___Syst... |
cGetFile32() about traditional Chinese characters | [quote="alfredlam":jwhkne05]CGETDIR.OBJ Linking Error
Turbo Incremental Link 6.70 Copyright (c) 1997-2014 Embarcadero Technologies, Inc.
Error: Unresolved external '___CPPdebugHook' referenced from C:\BCC582\LIB\CW32.LIB|xx
Error: Unresolved external '__hInstance' referenced from C:\BCC582\LIB\CW32.LIB|_fastmm
Error: ... |
cGetFile32. Diferentes Resultados | Me ocurren dos cosas extrañas con este comando.
1) Resulta que en mi casa, con Window Me, al llamar cGetFile32 con el parámetro cInitialFile, el "fichero inicial" no aparece en el dialogo, aunque en RunDlg32.Ini si aparezca en el parámetro lpstrIniFile. Sin embargo en mi trabajo con XP si sale.
2) Por otro lado, tanto... |
cGetFile32. Diferentes Resultados | Manu,
Has copiado rundlg32.exe en el ordenador del cliente ? |
cGetFile32. Diferentes Resultados | Buena pregunta, Antonio. Lo comprobaré.
En cualquier caso, ¿dónde hay que copiarlo; al directorio de la aplicación o al WINDOW/SYSTEM?
Gracias. |
cGetFile32. Diferentes Resultados | Manu,
Al directorio de la aplicación. |
cGetFile32. Diferentes Resultados | Gracias, Antonio, Solucionado. Cómo no.
En cuanto al tema del cInitialFile ¿Nada?
Un Saludo. |
cGetFile32. Diferentes Resultados | Manu,
Prueba a llamar directamente desde una ventana de comando a RunDlg32.exe pasándole 1, 2 ó 3, estando situado en donde está el fichero ini y mira a ver si toma los valores adecuados. |
cGetFile32. Diferentes Resultados | El INI está bien:
[GetSaveFileName]
lpstrFilter=Configuración de Documentos (CFD)|*.CFD
lpstrIniFile=CLSEGUIM.CFD
lpstrTitle=GUARDAR EL FICHERO DE CONFIGURACION
nFilterIndex=1
lpstrInitialDir=C:\CLIPPER5\INMOB\DOCS\PLANTI~1\
Flags=4
hwndOwner=2692
working=1
[GetDirectory]
working=0
lpstrDirectory=
CommDlgExtendedErro... |
cGetFile32. Diferentes Resultados | Ver¡ficado, he copiado el RunDlg32 del XP a mi ordenador W.Me (al directorio de la aplicacion) y problema solucionado, el cInitialFile ya sale.
Gracias Antonio. |
cGetFile32. Diferentes Resultados | Pues a mi no me sale el "cInitialFile".
Ni en XP ni en Win2000.
Copiando o no copiando RunDlg32.exe.
¡¡¡ Socorro !!! |
cGetFile32. Diferentes Resultados | JM,
RunDlg32 es sólo para aplicaciones en 16 bits, no para FWH |
cGetFile32. Diferentes Resultados | [quote="Antonio Linares":26twp555]RunDlg32 es sólo para aplicaciones en 16 bits, no para [b:26twp555]FWH[/b:26twp555][/quote:26twp555]
¿ Y entonces como lo hago ? |
cGetFile32. Diferentes Resultados | Usa cGetFile().
cGetFile32() es sólo para 16 bits. |
cGetFile32/cGetDir32 en WinVISTA y Win7 | [b:1kr7igur]cGetFile32[/b:1kr7igur] y [b:1kr7igur]cGetDir32[/b:1kr7igur] en windows vista y windows 7 no me funcionan <!-- s:cry: --><img src="{SMILIES_PATH}/icon_cry.gif" alt=":cry:" title="Crying or Very sad" /><!-- s:cry: -->
Me devuelve una cadena vacía (nula) en programas compilados con FW23/FW24 (16 bits).
En w... |
cGetFile32/cGetDir32 en WinVISTA y Win7 | utilize:
cGetFile() e cGetdir() |
cGetFile32/cGetDir32 en WinVISTA y Win7 | [size=85:35tg80kt][quote="ronaldo":35tg80kt]cGetFile() e cGetdir()[/quote:35tg80kt][/size:35tg80kt]Pero estas funciones no manejan NOMBRES LARGOS. |
cGetFile32/cGetDir32 en WinVISTA y Win7 | Todas estas funciones devuelven nombres largos si trabajas en 32 bits
salu2 |
cGetFile32/cGetDir32 en WinVISTA y Win7 | O sea que en 16bits no devuelven nombres largos... <!-- s:cry: --><img src="{SMILIES_PATH}/icon_cry.gif" alt=":cry:" title="Crying or Very sad" /><!-- s:cry: --> <!-- s:roll: --><img src="{SMILIES_PATH}/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" /><!-- s:roll: --> |
cGetFile32/cGetDir32 en WinVISTA y Win7 | Si, cGetFile32 y cGetDir32 devuelven nombres largos en 16 bits, no asi cGetFile y cGetDir. Ahora estas últimas devuelven nombres largos si trabajas en 32 bits.
Salu2 |
cGetFile? | Saludos!
Hasta ahora, cuando he necesitado el dialogo de windows de abrir fichero, lo he podido hacer con cGetFile.
Pero, ¿y para abrir el dialogo de Guardar como? ¿Se utiliza algun parametro en cGetFile? ¿O es necesario el uso de otra función? |
cGetFile? | Se usa la misma función ya que vas a pedir el nombre de un fichero. Tan sólo cambiarle el título usando el parámetro 2do |
cGetFile? | Gracias <!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";-)" title="Wink" /><!-- s;-) --> |
cGetFiles32( ) and Vista | Here is a new one. I use cGetFiles32( ) to obtain the path/name of a file which is then recorded by my program for future reference.
I have not had any problems in all previous OS versions of Windows, but I found a new twist with Vista.
I have an interface to Quickbooks, and to initialize it the first time from my a... |
cGetFiles32( ) and Vista | Tim,
You should use cGetFile() instead of cGetFile32() which it is for 16 bits apps only |
cGetFiles32( ) and Vista | cGetFile32( ) is for 16 bit programs ? Now that is confusing ....
I thought I changed to that because cGetFile( ) was not working with network locations.
Tim |
cGetdir32() & cGetFile() default path | Hi,
Is there a way to set a default path while opening cGetdir32() and cGetFile()?
Thanks,
Marc |
cGetdir32() & cGetFile() default path | Yes.
You can see the full syntax in getfile.c and getdir.c in \fwh\source\winapi folder |
cGetdir32() & cGetFile() default path | I was using cGetdir32() instead of cGetdir().
In cGetdir() I found the parameter, but in cGetdir32() it doesn't work.
Regards,
Marc |
cGetdir32() & cGetFile() default path | Please see \fwh\source\function\dlgs32.prg |
cGetdir32() & cGetFile() default path | cGetdir() is working fine but cGetdir32() isn't.
It is normaly the second parameter that is the init directory. But I don't get the directory. Maybe it's a Vista problem. I did't test it on XP.
Marc |
cGetdir32() & cGetFile() default path | Marc,
I believe cGetDir32() is only for 16bit use. cGetDir() is the same function when using (x)Harbour. Are you using Clipper?
James |
cGetdir32() & cGetFile() default path | cGetDir32() uses an .ini in the windows\system32 or windows directory, I can't remeber which, to pass the parameters. Our network security did not allow us to update it so that function never did work right for us. |
cGetdir32() & cGetFile() default path | Marc,
cGetDir32() was just a wrapper to get the 32bit dialogs in 16bit clipper. This is no more needed using xHarbour/harbour. I recommend to use cGetDir() and cgetFile(). |
cGetdir32() & cGetFile() default path | Hi,
Thanks for the answers.
Before I was using clipper and FW.
Now I converted my programs to xHarbour but I was still using cGetDir32() instead of cGetDir().
Thanks, now everything is working fine!!
Regards,
Marc |
cGetfile for saveas? | Hi,
I have a program where the user can select an excel-file where he can import data from into the program.
He can set this in the settings of the program. He can browse the PC, and select the file. I'm using cGetile() for this.
Now I want also a setting where he can set an excel-file to export to. I want also the po... |
cGetfile for saveas? | Try with
[code=fw:uyks5evp]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> cFile := cGetFile32<span style="color: #000000;">(</span> , FWString<span style="color: #000000;">(</span><span style="color: #ff0000;">"Save as"</span><span style="color: #000000;">)</span>, <sp... |
cGetfile for saveas? | Thank you.
Is's working fine <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> |
cGetfile for saveas? | Master, esto no funciona.
[code=fw:2t9b081u]<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;">static</span> oWnd<br /><br /><span style="color: #B900B9;">//------------... |
cGetfile for saveas? | [quote="karinha":3phc74js]Master, esto no funciona.
[code=fw:3phc74js]<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;">static</span> oWnd<br /><br /><span style="color... |
cGetfile for saveas? | Marc.
Excuse me, do you means to change the button text from 'open' to 'save as'?, because I tried and not works.
Maybe fivewin version? I use 1204.
Regards |
cGetfile for saveas? | [quote="Marc Vanzegbroeck":102zyo7h]If I use cGetfile, I can enter a name, and press 'OPEN'. But this is confusing, because it is not an open, but a saveas.[/quote:102zyo7h]
Marc.
Excuse me, do you means to change the button text from 'open' to 'save as'?, because I tried and not works.
Maybe fivewin version? I use 12... |
cGetfile for saveas? | [quote="FranciscoA":a5s7e8r2]Marc.
Excuse me, do you means to change the button text from 'open' to 'save as'?, because I tried and not works.
Maybe fivewin version? I use 1204.
Regards[/quote:a5s7e8r2]
+ 1
Regards. |
cGetfile for saveas? | [quote="FranciscoA":1imnv3zt]Marc.
Excuse me, do you means to change the button text from 'open' to 'save as'?, because I tried and not works.
Maybe fivewin version? I use 1204.
Regards[/quote:1imnv3zt]
<!-- m --><a class="postlink" href="http://wiki.fivetechsoft.com/doku.php?id=fivewin_function_cgetfile32">http://wi... |
cGetfile for saveas? | I do as follow and not works. The original button text is 'Guardar' and still same.
cFile := cGetFile32("Respaldos | *.Sql |","Abrir",0, cDirBackUp,.T.,.T.)
Regards. |
cGetfile for saveas? | Thanks, Cristobal. I had not seen the link.
This is the right way:
[code=fw:11ku7z1l]<div class="fw" id="{CB}" style="font-family: monospace;">cFile := cGetFile32<span style="color: #000000;">(</span> <span style="color: #ff0000;">"Respaldos | *.Sql |"</span>, <span style="color: #ff0000;">"Seleccione respaldo"</s... |
cGetfile for saveas? | Is it possible to pass a default file name and hence to let the user to accept the given name or change it if he wish. |
cGetfile for saveas? | Solved, we can use cInitialFile as shown below
cGetFile( <cFileMask>, <cTitle>, [<nDefaultMask>], [<cInitialDirectory>], [<lSave>], [<lLongNames>], [<nFlags>], [<cInitialFile>] ) –> cFileName |
cGetfile() nombres Largos aparecen Cortos en Dialogo | Podria hacerme le favor de Ayudarme que al crear un programa abrir la ventana principal window y sus menus pero al abrir un dialogo y llamar a la funcion cgetfile() o cgetfile32() aparecen los nombres cortos y no largos como lo trae windows ya probe en windows 98 y xp y se presenta igual
les agradesco su gran ayuda
s... |
cGetfile() nombres Largos aparecen Cortos en Dialogo | Carlos,
Prueba a usar SFN2LNF( cNombreCorto ) --> cNombreLargo |
cGetfile() nombres Largos aparecen Cortos en Dialogo | Muchas Gracias Antonio por tu respuesta
Ya probe esta funcionando
Gracias Y un Saludo |
cGetfile32 | Tengo el inconveniente que en algunas pc me toma el archivo seleccionado, y en otras no,
no implica que nunca los tome sino algunos esporádicos
el ejemplo :
mfile := cGetfile32("Archivo pdf(*.pdf) | *.pdf |","Seleccione análisis",,oApp:dirpdf)
un ejemplo de archivo :
Cafeína anhidra (China) (Batch 0712130 - 2131 -... |
cGetfile32 | Hola amigo...
Prueba de la siguiente manera.
[code=fw:1alkfja4]<div class="fw" id="{CB}" style="font-family: monospace;">MiFile:= cGetFile32<span style="color: #000000;">(</span><span style="color: #ff0000;">"Archivo pdf(*.pdf) |*.Pdf"</span>,<span style="color: #ff0000;">"Seleccione análisis"</span>,<span style="... |
cGetfile32 | Hola, probé lo que me indicaste y sigue el mismo problema, en WIn nt funciona y en xp ó win98 en algunos sí y en otros no.
Explico mas claramente el problema, llama al diálogo de selección de archivo, lo elijo y en el get "nombre" me lo escribe, pero al aceptar y hacer un msginfo(mfile) me da cadena vacía
Hay algun... |
cGetfile32 | Hola amigo... prueba asi:
[code=fw:1hyhasi0]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">Private</span> MiFile<br /><br />MiFile:= cGetFile32<span style="color: #000000;">(</span><span style="color: #ff0000;">"Archivo pdf(*.pdf) |*.Pdf"</span>,<span style="color: #f... |
cGetfile32 | En algunas máquinas me muestra el archivo y en otras una cadena vacía. Realmente no se a que se debe.
Luis |
cGetfile32 | yo uso la funcion cGetFile() sin el 32 ,
local gcFile := cGetFile( "Microsoft Excel (*.xls)| *.xls|" + ;
"DBASE VI (*.DBF)| *.DBF|" + ;
"Todos los Archivos (*.*)| *.*" ;
,"Por favor selecciona el archivo ", 4 ) |
cHANGE FOR HARBOUR | SI JE CHANGE POUR HARBOUR cela implique quoi ?
Ou trouver le ou les logiciels?
Combien ca coute ? |
cHANGE FOR HARBOUR | Richard,
Basically you replace Clipper.exe with Harbour.exe, and replace blinker.exe with Borland free ilink32.exe
And use FWH (32 bits) instead of FW (16 bits). You can order FWH from <!-- m --><a class="postlink" href="http://www.fivetechsoft.com">http://www.fivetechsoft.com</a><!-- m -->
Most of your PRG source c... |
cHANGE FOR HARBOUR | Richard
Changer vers Harbour ou Xharbour est une opération facile
Il y a besoin d'un compilateur Borland (il est gratuit), de Harbour ou Xharbour , Xharbour est une variante de Harbour et c'est gratuit également,
Reste le moteur essentiel pour faire fonctionner le tout , Five Win for Harbour/Xharbour
Les coûts sont... |
cOLOR Y TAMAÑO EN UN SAY | Hola,Como cambio el tamaño y tipo de letra y color en un control tipo say ??Gracias |
cOLOR Y TAMAÑO EN UN SAY | Hola RMC,Prueba lo siguiente:[code:211km2s5]
...
DEFINE FONT oFont1 NAME "TAHOMA" SIZE 10,20
DEFINE FONT oFont2 NAME "TAHOMA" SIZE 20,40
DEFINE FONT oFont3 NAME "ARIAL" SIZE 20,20
DEFINE DIALOG oDlg ...
@ 0,0 SAY "LINEA1" OF oDlg FONT oFont1 SIZE 40,15
@ 2,0 SAY "LINEA2" OF oDlg FONT oFont... |
cOLOR Y TAMAÑO EN UN SAY | Gracias , pero a lo que yo me referia es si defino en el Resoruce Work shop un control de Texto,y luego en el codigo lo declaro asi : redefine say tablero id 201 of odlg4 updateComo le digo cambio ya al control que la letra la quiero de tal fuente y de tal tamaño ?Gracias |
cOLOR Y TAMAÑO EN UN SAY | Ya le encontre utilizando lo que me enviaste graciasRene |
cOLOR Y TAMAÑO EN UN SAY | [quote="RMC":3jhplwxt]Ya le encontre utilizando lo que me enviaste gracias
Rene[/quote:3jhplwxt]Hola Rene, puedes decirme como lo hiciste?Yo tambien tengo dialogos a los cuales les quiero cambiar el say(texto escrito en el recurso con el WS) y no lo he conseguido.Mil graciasUn saludoPedro |
cOLOR Y TAMAÑO EN UN SAY | Hola Pedro,Aqui tienes un ejemplo[code:1805ng52]
#include "FiveWin.ch"
FUNCTION Main()
LOCAL oDlg,oFont,oSay[2]
DEFINE FONT oFont NAME "ARIAL" SIZE 40,60
DEFINE DIALOG oDlg RESOURCE "SAY_PRUEBA"
REDEFINE SAY oSay[1] PROMPT "Linea-1" ID 10 OF oDlg
REDEFINE SAY oSay[2	... |
cOLOR Y TAMAÑO EN UN SAY | [quote="vlmsoft":20gk0w9p]Hola Pedro,
Aqui tienes un ejemplo
[code:20gk0w9p]
#include "FiveWin.ch"
FUNCTION Main()
LOCAL oDlg,oFont,oSay[2]
DEFINE FONT oFont NAME "ARIAL" SIZE 40,60
DEFINE DIALOG oDlg RESOURCE "SAY_PRUEBA"
REDEFINE SAY oSay[1] PROMPT "Linea-1" ID 10 OF oDlg... |
cOMO cONECTAR UNA rUTINA EN C A FWHARBOUR | Hola a todos un saludo primero que nada, tengo la tarea de hacer unas rutinas en C y que me regresen resultados en mis programas de HArbour, alguno de ustede tiene dentro de sus cosas algunos ejemplos o algun manual que me pueda servir para realizar estas tareas, ejemplo dentro de harbour mandar un dato y que me regre... |
cOMO cONECTAR UNA rUTINA EN C A FWHARBOUR | las funciones definidas en el sistema extendido de harbour son muchas, las cuales nos sirven para recuperar datos hb_parXXX( nNumPar )
y otras para regesar datos hb_retXXX( valor )
ejemplo:
hb_parni( 2) /*recupera el valor del segundo parametro de una funcion el cual esperamos que sea de tipo INTEGER*/
hb_parni( 20... |
cOMO cONECTAR UNA rUTINA EN C A FWHARBOUR | Hola Carlos
Muchas gracias por tu respuesta, todo va de maravillas, solo que me falta algo, para recibir los parametros numericos no hay problema, me sucede que al mandar una cadena de un nombre por ejemplo, no encuentro la forma y me marca error al compilarlo, ya estube revisando el hbapi.h y ahi encontre las diferent... |
cOMO cONECTAR UNA rUTINA EN C A FWHARBOUR | creo que es isso :
func main()
? FwCharSend( " asdasd " )
return
#pragma BEGINDUMP
#include "hbapi.h"
char* _funcChar( char* msg ){
return ( msg );
}
HB_FUNC( FWCHARSEND ){
char* cName = hb_parc( 1 );
cName = (char*) _funcChar( cName );
hb_retc( cName );
}
#pragma ENDDUMP |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.