topic
stringlengths
1
63
text
stringlengths
1
577k
cFWGetDir: Nueva funcion a mejorar
[quote="TecniSoftware":2vd0l0eq]Rolando Queria probarlo pero el enlace esta offline. Muchas gracias por tu aporte. Saludos[/quote:2vd0l0eq] Rolando Ya funciona el enlace, te felicito por el trabajo, esta muy bueno! Muchos saludos
cFileExt
cFile:="C:\Users\Admin\Documents\Projects\dbf\timbres.xlsx" cExt:=Upper(cFileExt(cFile)) cExt2:="XLS" ? cExt,cExt2 ? cExt == cExt2 ? cExt != cExt2 En los 2 casos retorna FALSO <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: --> FiveWin 2203, xHarbour 10264
cFileExt
[quote="cpheraclio":zwjmzixm]? cExt == cExt2 ? cExt != cExt2[/quote:zwjmzixm] != is the opposite of = != is not the opposite of == !( == ) is the opposite of ==
cFileExt
[quote="Enrico Maria Giordano":2coi0aeq][quote="cpheraclio":2coi0aeq]? cExt == cExt2 ? cExt != cExt2[/quote:2coi0aeq] != is the opposite of = != is not the opposite of == !( == ) is the opposite of ==[/quote:2coi0aeq] Gracias por responder. ? cExt == cExt2 FALSO ? cExt != cExt2 FALSO ? cExt2 == cExt FALSO ? cExt...
cFileExt
[quote="cpheraclio":2tmmeioi]? cExt == cExt2 FALSO ? cExt != cExt2 FALSO[/quote:2tmmeioi] ? !( cExt == cExt2 )
cFilePath issue.
Hi, This function is in filename.prg in \fwh\source\function directory. [code=fw:1yaz43rs]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00C800;">function</span> cFilePath<span style="color: #000000;">&#40;</span> cPathMask <span style="color: #000000;">&#41;</span>   <span style="color...
cFilePath issue.
StrCapFirst() no sirve? [url:rp9wtvvp]https&#58;//fivetechsupport&#46;com/forums/viewtopic&#46;php?f=3&t=40794&start=0[/url:rp9wtvvp] Regards, saludos.
cFilePath issue.
I think there should be no problem in removing Upper. Meanwhile just for discussion, other ways are [code=fw:2filbisz]<div class="fw" id="{CB}" style="font-family: monospace;">cPath := BeforAtNum<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"<span style="color: #000000;">\"</span>, TrueName(...
cFilePath issue.
[quote="nageswaragunupudi":2yqy6dy3]I think there should be no problem in removing Upper. Meanwhile just for discussion, other ways are [code=fw:2yqy6dy3]<div class="fw" id="{CB}" style="font-family: monospace;">cPath := BeforAtNum<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"<span style="c...
cFilePath issue.
[quote:3vlcohwf]I understand that you recommend creating my own function and using it. [/quote:3vlcohwf] Not exactly. We are going to remove Upper in the next version FWH2310 going to be released at any time. I just availed the opportunity to discuss other options. Their functionality is not exactly like cFilePath O...
cFilePath() bug
The followin sample shows "\" while it should show "" (empty string): [code:knvg6faf]#include "Fivewin&#46;ch" FUNCTION MAIN&#40;&#41; ? CFILEPATH&#40; "test&#46;txt" &#41; RETURN NIL[/code:knvg6faf] EMG
cFilePath() bug
Enrico, This may fix it: [code:1hwf1bwr] function cFilePath&#40; cPathMask &#41; // returns path of a filename local n &#58;= RAt&#40; "\", cPathMask &#41;, cDisk return If&#40; n > 0, Upper&#40; Left&#40; cPathMask, n &#41; &#41;,; &#40; cDisk &#58;= cFileDisc&#40; cPathMask &#41; &#41; + If&#40; ! ...
cFilePath() bug
Thank you. EMG
cGenPrg Clase tGet
Supongo que este metodo esta en desuso, en cualquier caso para su buen funcionamiento debiera cambiarse el uso de nRight y nBottom, pues siempre vale cero(por lo menos en todas las pruebas que yo he hecho). Y en su lugar en vez de calcular la diferencia, directamente poner el valor de nWidth y nHeight.
cGenPrg Clase tGet
Biel, Corregido, gracias! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
cGetDir - Antonio Linares o alguien que me ayude
Tengo la necesidad de que en mi aplicación se pueda capturar la ubicación de archivos de una aplicación externa, que sea seleccionada por el usuario, por ejemplo: \\servidor\recurso\carpeta, lo intenté con cGetDir y al llegar a grupo de trabajo no se puede continuar.
cGetDir - Antonio Linares o alguien que me ayude
HAS PROBADO CON LA DIRECCION IP?
cGetDir - Antonio Linares o alguien que me ayude
Algunas preguntas. Todos los PC son del mismo grupo de trabajo? Los directorios a los que quieres acceder estan compartidos y con los derechos suficientes ? Puedes ver esos directorios directamente en "Mis Sitios de Red" ? YO tengo algo parecido, pero todo lo que necesito ya lo veo directamente en "mis sitios de RE...
cGetDir - Antonio Linares o alguien que me ayude
[quote="QAZWSX2K":rpfvn6x5]HAS PROBADO CON LA DIRECCION IP?[/quote:rpfvn6x5] No, la idea es que usuario seleccione el directorio, el caso es que si utilizo cGetFile si se puede accesar al archivo no importa en que carpeta esté del servidor
cGetDir - Antonio Linares o alguien que me ayude
[quote="Adolfo":2sg2m0pk]Algunas preguntas. Todos los PC son del mismo grupo de trabajo? Los directorios a los que quieres acceder estan compartidos y con los derechos suficientes ? Puedes ver esos directorios directamente en "Mis Sitios de Red" ? YO tengo algo parecido, pero todo lo que necesito ya lo veo directam...
cGetDir Flags
Dear all,Please Help me, Which Flage is used to hide [b:1gjty1cb]Make New Folder[/b:1gjty1cb] Option in [b:1gjty1cb]cGetDir()[/b:1gjty1cb] Dialog Box.Thank youSanil
cGetDir Flags
Sanil,You have to use:#define BIF_NONEWFOLDERBUTTON 0x0200but there is a bug in cGetDir() to fix in this code:[code:3syygrsw] if &#40; ISNUM&#40; 5 &#41; &#41; lpbi&#46;ulFlags = _parl&#40; 5 &#41; ; [/code:3syygrsw] It should be: [code:3syygrsw] if &#40; ISNUM&#40; 5 &#41; &#41; lpbi&#46;ulFlags = _parnl&#...
cGetDir Flags
[quote="Antonio Linares":2uq0ibbg]Sanil, We can send you the modified OBJ if you want to[/quote:2uq0ibbg]Dear Antonio Linares,Thank you, I have changed the source and set the Flag as you said and its work fine.Can you please send me the modified OBJ My email address <!-- e --><a href="mailto:sanilpmc@gmail.com">sanil...
cGetDir Flags
Sanil,> I have changed the source and set the Flag as you said and its work fine.If it is working fine, then why do you need the OBJ ? <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
cGetDir dialog and make new folder button
Hi, Is there a way to hide the New folder button when using cGetDir()? I've been reading through the GetOpenFileName API docs, but can't find it in the flags... Alex
cGetDir dialog and make new folder button
It seems you can't. EMG
cGetDir dialog and make new folder button
Alex, Enrico, I guess that you could locate the button handle and hide it <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> Stepping through the dialog controls, checking the control classname and once found a button, hide it, until the right one is located. winapi\getdir.c...
cGetDir dialog and make new folder button
Yes, it could work. But is it worth the pain? EMG
cGetDir dialog and make new folder button
Probably not <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
cGetDir dialog and make new folder button
I found that ShBrowseForFolder is used. A google search found the following constant: #define BIF_NONEWFOLDERBUTTON 0x200 But it had no effect. Will keep trying...
cGetDir dialog and make new folder button
Found the problem Had to change: if ( ISNUM( 5 ) ) { [b:2fvbpaoe]// lpbi.ulFlags = _parni( 5 ) ; lpbi.ulFlags = _parnl( 5 ) ; [/b:2fvbpaoe] } lpIDList = SHBrowseForFolder( &lpbi );
cGetDir dialog and make new folder button
Hi again, Have to call as follows: [code:22bd1fj9] #define BIF_NONEWFOLDERBUTTON 0x200 #define BIF_RETURNONLYFSDIRS 0x0001 #define BIF_DONTGOBELOWDOMAIN 0x0002 #define BIF_STATUSTEXT 0x0004 #define BIF_RETURNFSANCESTORS 0x0008 #define BIF_EDITBOX 0x0010 #define BIF_VALIDATE 0x0020 #define BIF_NEWDIALOGSTYLE ...
cGetDir dialog and make new folder button
Alex, Very good, thanks! <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
cGetDir dialog and make new folder button
[quote="AlexSchaft":2oraw4se]I found that ShBrowseForFolder is used.[/quote:2oraw4se] Ops! Right! EMG
cGetDir32 No Muestra los Equipos de la red.
Muy buen día a todos, tengo un problema con la funcion cGetDir32. Mi maquina tiene instalado Win7, cuando mando a llamar la función no me permite entrar a los directorios de la RED, si entro a cualquier otro de la misma maquina no tengo problema, solo es con la RED, alguien sabe cual podría ser el problema??, de antem...
cGetDir32 No Muestra los Equipos de la red.
[quote:dtkht1pg] cGetDir32() Dialog box to select directory. Syntax: cGetDir32( <cTitle>, [<cInitDir>] ) --> cDir This function invokes the 32 bits Windows default select directory DialogBox. [b:dtkht1pg] This function only works on Win 95/98 and NT machines. The file RunDlg32.exe must be present on ever...
cGetFile
Estoy desarrollando una aplicacion en espanol, y me he topado con un pequeno problema, primero fue el msgyesno() que resolvi facilmente haciendo un dialogo con dos botones, pero despues me tope con tener que recuperar un archivo BMP, se ve poco profesional que todo mi software este en espanol y aparezca este dialogo en...
cGetFile
Hola Bayron... Yo estoy haciendo así y me funciona bien y en español. [code=fw:36aovxsg]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">// SELECCIONO DEL DISCO UN ARCHIVO BMP //</span><br /><span style="color: #00C800;">Function</span> SelFile<span style="color: #000000;">&#40;<...
cGetFile
Gracias Esteban, pero tu seguro estas usando Windows en espanol, el problema es que yo estoy en Estados Unidos y las computadoras por lo regular las tienen instaladas con Windows en Ingles, debido a que quienes las usan pueden ser diferentes usuarios, gringos o hispanos.... por lo que de acuerdo a un nombre de usuario ...
cGetFile
Hola a todos, ¿ Hay alguna manera de evitar que en un dialogo standard cGetFile se puedan borrar los archivos que aparecen pulsando Delete ? Tengo una aplicación con una carpeta a la que ningún usuario puede acceder, ya que los ficheros que en ella se guarden deben pasar un control que solo realiza mi aplicación. De ...
cGetFile
y si proteges las carpeta?
cGetFile
Hola Manuel, La carpeta está protegida contra escritura/modificación para todos los usuarios. Pero hay un usuario especial de red que si tiene estos permisos, imagina que este usuario es el administrador y que mi aplicación se ejecuta con la opción de windows "ejecutar como..." administrador (esto lo hago mediante un ...
cGetFile
Hola, Necesito que en un dialogo de Windows, me muestre un fichero de un directorio y no todos los fichero. Estoy intentándolo de la siguiente manera: cGetFile( cNomFich, "Elija el fichero.",1,cDir,.F.,.T.) donde cNomFich es el nombre del fichero completo (incluida extensión) y cDir es el path. En el diálogo me muest...
cGetFile
Try [code=fw:2jbeim3d]<div class="fw" id="{CB}" style="font-family: monospace;">cGetFile<span style="color: #000000;">&#40;</span> cNomFich + <span style="color: #ff0000;">"|"</span> + cNomFich, <span style="color: #ff0000;">"Elija el fichero."</span>,<span style="color: #000000;">1</span>,cDir,.F.,.T.<span style="col...
cGetFile
Un ejemplo para archivos de imagen que utilizo en mis programas [code=fw:1kbdks4y]<div class="fw" id="{CB}" style="font-family: monospace;">gcFile := cGetFile<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">"Bitmap (*.bmp)| *.bmp|"</span> + &nbsp; &nbsp; &nbsp; &nbsp; ;<br />&nbsp; &nbsp; &nbsp...
cGetFile
Hola Manuel. Esto tambien funciona: [code=fw:3h6aakge]<div class="fw" id="{CB}" style="font-family: monospace;"><br />cGetFile<span style="color: #000000;">&#40;</span><span style="color: #ff0000;">"ficheros include(*.ch)|*.ch|"</span>,<span style="color: #ff0000;">"Elija el fichero include."</span>, ,<span style="co...
cGetFile
Gracias Enrico, funciona perfectamente. Gracias tambien a los otros compañeros por su ayuda. Saludos
cGetFile - OK en XP mal en W7 - Solucionado
Up
cGetFile - OK en XP mal en W7 - Solucionado
Buenas noches, He notado un comportamiento distinto de la función cGetFile() usando la misma aplicación (FWH 32 bits). [code=fw:2232az5u]<div class="fw" id="{CB}" style="font-family: monospace;">cTexto:= cGetFile<span style="color: #000000;">&#40;</span> <span style="color: #ff0000;">" | *.*"</span>, <span style="co...
cGetFile - OK en XP mal en W7 - Solucionado
Rolando, mira se ayuda: <!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=6&t=18240&start=15&hilit=GETFILE">viewtopic.php?f=6&t=18240&start=15&hilit=GETFILE</a><!-- l --> Salu2.
cGetFile - OK en XP mal en W7 - Solucionado
karinha, Gracias por responder, pero no es mi caso. El cGetFile() funciona bien en XP y en [b:32lhs7ao]W7 también funciona pero la ventana de selección de archivos no inicia en la carpeta que le indico[/b:32lhs7ao]. Gracias. Rolando <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy"...
cGetFile - OK en XP mal en W7 - Solucionado
Rolando, intenta asi: [code=fw:14b01kdj]<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;">&#40;</span><span style="col...
cGetFile - OK en XP mal en W7 - Solucionado
karinha, "\\pcnoganet\" es el nombre de la pc en red a la que me quiero conectar. Necesito que la ventana de selección inicie en esa pc de la red local "\\pcnoganet\". Rolando <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
cGetFile - OK en XP mal en W7 - Solucionado
up
cGetFile - OK en XP mal en W7 - Solucionado
Saludos ! Revisa en el Centro de Redes y Recursos Compartidos, ( Cambiar configuracion de uso compartido avanzado ) Buscas ( Uso compartido con proteccion por contraseña ) y lo descativas yo uso windows 7 y me funciona perfectamente, adjunto imagen [code=fw:ygt6gj77]<div class="fw" id="{CB}" style="font-family: monosp...
cGetFile - OK en XP mal en W7 - Solucionado
Cumpubrion, Gracias por responder. Lo tengo como indicas. Pero encontré que estaba haciendo mal. Como reza un dicho local, "Al mejor cazador se le escapa la liebre" y, teniendo en cuenta que no soy de los mejores cazadores... [b:23v3zoeq][color=#0000FF:23v3zoeq]Si bien publiqué:[/color:23v3zoeq][/b:23v3zoeq] [code=...
cGetFile Problema en Windows Vista
Amigos: Tengo problemas en cGetFile con Windows Vista. Vea mi post anterior npor favor. Saludos Ruben Fernandez
cGetFile Problema en Windows Vista
[quote="Ruben D. Fernandez":2qztzc1k]Tengo problemas en cGetFile con Windows Vista.[/quote:2qztzc1k] Y si usas [b:2qztzc1k]cGetFile32[/b:2qztzc1k] Sintaxis: cGetFile32( <cFileMask>, <cTitle>, [<nDefaultMask>], [<cInitialDirectory>], [lSave], [nFlags], [cInitialFile] ) --> cFileName
cGetFile Problema en Windows Vista
JM: Segun tengo entendido cGetFile32 es para 16 bits, de todas forma ya lo probe y tampoco funciona. Muchas gracias. Ruben Fernandez
cGetFile Problema en Windows Vista
Este codigo me funciona muy bien en XP [code:2eec15s1]cArch &#58;= cGetFile32&#40;"JPEG | *&#46;jpg |" , "Seleccione una imagen",1,,,&#46;T&#46; &#41;[/code:2eec15s1] habria que ejecutarlo en Vista <!-- s:x --><img src="{SMILIES_PATH}/icon_mad.gif" alt=":x" title="Mad" /><!-- s:x -->
cGetFile Problema en Windows Vista
[quote="Ruben D. Fernandez":2nt0docj]Segun tengo entendido cGetFile32 es para 16 bits...[/quote:2nt0docj] Anda... pues ahora me entero. Como vi el [b:2nt0docj]32[/b:2nt0docj] pense que era de 32bits... <!-- s;-) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";-)" title="Wink" /><!-- s;-) --> Yo uso esto (pero en XP):...
cGetFile Problema en Windows Vista
Amigos: En xp funciona cualquiera de las 2 formas, pero, en Windows Vista no logro hacerlo andar, la aplicación se cierra. Muchas gracias y saludos (seguire buscando y preguntando) Ruben Fernandez
cGetFile Problema en Windows Vista
[code:2v73pmqg]cArch &#58;= cGetFile32&#40;"JPEG | *&#46;jpg |" , "Seleccione una imagen",1,,,&#46;T&#46; &#41;[/code:2v73pmqg] Este código funciona bien en Windows VISTA HOME PREMIUN [url=http&#58;//img402&#46;imageshack&#46;us/my&#46;php?image=vistagx0&#46;jpg:2v73pmqg][img:2v73pmqg]http&#58;//img402&#46;imageshac...
cGetFile Problema en Windows Vista
Ruben,Lograste hacer funcionar cGetFile32 en Vista?Ahora se me esta presentando ese error, sobre todo cuando la variable esta vacia.cVariable := cGetFile32( .......)Se cierra la aplicacion sin decir .. agua vaSaludos,Mauricio
cGetFile Problema en Windows Vista
cGetFile32() es para 16 bits Para 32 bits usad cGetFile()
cGetFile Problema en Windows Vista
Yo siempre lo he usado asi y funciona en Windows vista y XP.aPub[5] := cFilePath( GetModuleFileName( GetInstance() ) ) // Path donde está instalado el Exe local cFile := "" cFile := cGetFile( "*.xls", "Selecciona un archivo", 1, aPub[5] ) if empty( cFile ) return FALSE endif cSay := cFile
cGetFile al Iniciar dialogo
Tengo un diálogo que uso para el proceso de altas y modificaciones. Cuando la opción es alta, tengo un botón en el diálogo que llama a la función cGetfile, para seleccionar un fichero. Me gustaria, que la ventanita del cGetfile, se abriera automaticamente cuando la opción es ALTA, pero que se abriera con la ventana del...
cGetFile al Iniciar dialogo
hola: cuando utilizo el ON INIT se ejecuta el codigo al iniciarse el control que no siempre significa que se ve en pantalla y que en este caso es el dialog contenedor..... pero si utilizas el ON PAINT se ejecuta el codigo al pintarse el control (que si se ve en pantalla) que seria el dialog. ... ON PAINT {|| IIF( lr...
cGetFile al Iniciar dialogo
Armando... Al usar el ON PAINT las veces que se refresque el dialogo, es decir todas las veces que window mande un mensaje WS_PAINT al dialogo, se evaluara ::bPainted, por tal motivo no es conveniente usarla alli Manuel... puedes usar la data ::bStart, es un code block que se ejecutara solo una vez y sera despues d...
cGetFile al Iniciar dialogo
Hola, prueba asi: [code=fw:2cnhizqk]<div class="fw" id="{CB}" style="font-family: monospace;"><br />...<br />..<br />.<br /><span style="color: #0000ff;">REDEFINE</span> <span style="color: #0000ff;">BUTTON</span> oFiles <span style="color: #0000ff;">ACTION</span> cFile := cGetFile<span style="color: #000000;">&#40;</s...
cGetFile al Iniciar dialogo
Muchas gracias a todos. Daniel, funcionó perfecto.
cGetFile and really long file names (path included)
Hello! cGetFile returns empty string when I select file with very long name in "My documents" folder. It is OK if file is located in folder with shorter path. For example, I can't select file: "How%20to%20install%20Sun%20Solaris%2010%20inside%20VMware%20Workstation%205.5.pdf" in folder "My documents" which is: "F:\D...
cGetFile con multiselect
Hola a todos. Alguien tiene idea de como poder usar la funcion cGetFile, pero que puedan seleccionarse mas de un fichero a la vez? Muchas gracias.
cGetFile con multiselect
function aGetFile( ... ) -> aSelectedFiles. ( Version FWH 9.12 ) Parameters similar to cGetFile(...)
cGetFile en mi Dialogo
Hola foreros, no se si lo que pregunto es una tontería, pero tengo la curiosidad. Hay alguna manera de que cGetFile32 (o cGetFile ) se ejecute en un dialogo propio. Me gusta personalizar mis dialogos y como cGetFile32 muestra el típico de window, me gustaría que se ejecutara en uno mio. O alguna forma de capturar el h...
cGetFile en mi Dialogo
Hola... Muy por arriba se me ocurre que con la función Directory() podrías hacer lo que quieras... O sea, tu propio diálogo, tu propia ventana, tu tipo de broxse/xbrowse, tus propios filtros etc... Espero te sirva la idea. Saludos,
cGetFile en mi Dialogo
Antolin Alguien dejo esto en el Foro (pero no encuentro el post) .prg [code=fw:29wnkxde]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #B900B9;">// Testing GETs</span><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><span sty...
cGetFile en mi Dialogo
Gracias a todos. Voy a ver lo que puedo aprovechar . Saludos.
cGetFile help
Hi, How I can use cGetFile to select more than one file? Thanks.
cGetFile help
Try this Is not my code <!-- s8) --><img src="{SMILIES_PATH}/icon_cool.gif" alt="8)" title="Cool" /><!-- s8) --> [code=fw:1ve7pfhw]<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 /><br />    <s...
cGetFile help
FWH introduced function aGetFiles(...) in December 2009. Extract from whatsnew.txt of December 2009 [quote:28lxrc8u] New: Function aGetFiles( cFileMask, cTitle, nDefaultMask, cInitDir ) --> aFiles, for selection of multiple files. Please review FWH\source\winapi\getfiles.prg [/quote:28lxrc8u]
cGetFile help
Hola: No tengo este ejemplo con aGetfiles() en mi FWH. Podriais subir un ejemplo práctico de la captura de varios ficheros y el posterior tratamiento de los mismos? Muchas gracias
cGetFile help
[url:1v2nhuxu]http&#58;//forums&#46;fivetechsupport&#46;com/viewtopic&#46;php?f=6&t=36944[/url:1v2nhuxu]
cGetFile help
[quote="pacotre":u2nrstw6]Hola: No tengo este ejemplo con aGetfiles() en mi FWH. Podriais subir un ejemplo práctico de la captura de varios ficheros y el posterior tratamiento de los mismos? Muchas gracias[/quote:u2nrstw6] Please try this small sample [code=fw:u2nrstw6]<div class="fw" id="{CB}" style="font-family: mo...
cGetFile help
Muchas gracias. Lo he probado y me va a servir de mucho. Ahora necesito saber como abrir una determinada carpeta que solo me muestre el contenido y pueda eliminar, copiar y pegar ficheros, pero no moverme fuera de ella. Me explico mejor: Cada expediente tiene una carpeta donde se guardan diferentes documentos (doc,j...
cGetFile help
Lo pregunto de otra forma: Puedo "encapsular" cGgetfile en un cuadro de dialogo, en cuyo dialogo pueda tener un segundo cgetfile?. En el primero, a la izquierda estarían mis documentos y en el otro, a la derecha donde buscar e incorporar al primero. Espero vuestra ayuda. Gracias
cGetFile help
Bueno, pues visto que no hay respuesta, he seguido trabajando y lo estoy resolviendo de la siguiente forma: Meto todos los ficheros en un Browse y genero un menupopup con todas las opciones posibles sobre cualquiera de los registros (abrir con Shellexecute, borrar, copiar mover o abrir un cgetFile para capturar e inco...
cGetFile para video
Hola estoy intentanto coger todos ficheros de video, pero no logro que me deje coger solo los archivos de video que quiero permitir. El siguiente codigo me permite seleccionar uno de los siguientes tipos de archivos de video [quote:1puxkkl8]CopyFile(cGetFile("*.mp4|*.mov|*.avi|*.mkv|*.flv|*.swf|*.m4v" ,"Selecciona fi...
cGetFile para video
Me respondo yo mismo, ejemplo : \samples\graphics\formats\fiveimg.prg. Hay que sustituir los | por ; [code=fw:5aan5d9n]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #000000;">&#40;</span>CopyFile<span style="color: #000000;">&#40;</span>cGetFile<span style="color: #000000;">&#40;</span>...
cGetFile para video
Andrés, no has dado tiempo a contestar, jejeje Saludines
cGetFile replacement
Hi all, I'm looking for a replacement for the cGetFile function because I want to restrict the directory where the user can select the file. I have found the xbrwdisk sample in FWH that with some changes should be fine. My problem: I have no experience using trees, at the moment doing a dblclick on the file name a msg...
cGetFile replacement
Marco, If you just want one directory, then why not just read the directory and display the list in a browse? James
cGetFile replacement
Sorry, I would like the user can navigate inside the subfolders but only for some path provided because I don't want it goes inside desktop or reserved folders. Essentially like the sample make using logical disks I would provide network path like \\server1\c , \\server2\c etc. and the user can select a network path a...
cGetFile( )
A quick question: Consider the following line of code: cQBFile := cGetFile( "QuickBooks|*.QBW", "Select your Quick Books Company file") In the past it would give me the link to the file. Something changed ( likely in Windows ). However, Windows pops up a box that informs me the file is in use by another ...
cGetFile( )
This message indicates that the file is already open [u:129er2j8]"exclusively"[/u:129er2j8] by another application or even by our own application. [quote:129er2j8]IN Quickbooks, it is already set in multi-user mode so this should be allowable.[/quote:129er2j8] Even then, if any application already opened the file in...
cGetFile( )
I realize why the error is occoruing ... I will try a different post regarding the issue. My question was to find a different way to just get the file name, not to open it.
cGetFile()
Hola, Alguien ha resuelto el tema cGetFile() ? Saludos. C.
cGetFile()
Hi, Has somebody solved the cGetFile() ? Regards. C.
cGetFile()
Hi, Has somebody been able to use the function cGetFile() ? Regards.
cGetFile()
Hola, Alguien ha podido usar correctamente la funcion cGetFile() o alguna similar ?. Alguna idea ?