topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
cGetFile() | Carles,
Its still on our todo list. We would like to fix it, or maybe we could implement one ourselves, but it could get complex. |
cGetFile() | Antonio
Nothing is complex for you <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: -->
Regrads |
cGetFile() | Carles,
We are building a cGetFile() of our own. We are going to publish a first prototype asap. |
cGetFile() | Carles,
Estamos construyendo una función cGetFile() propia de FWPPC, ya que la que proporciona el API de Windows no hay forma de hacerla funcionar.
Vamos a publicar un primer prototipo lo antes posible. |
cGetFile() | Carles,
Here it is:
[code:3l93cpdt]
#include "FWCE.ch"
function Main()
MsgInfo( cGetFile( "*.*", "\" ) )
return nil
static function cGetFile( cMask, cPath )
local oDlg, oBrw, oBtn, aItems, cFileName := ""
DEFAULT cMask := "*.*", cPath := "\" ... |
cGetFile() | Carles,
Aquí está:
[code:1om3d3pz]
#include "FWCE.ch"
function Main()
MsgInfo( cGetFile( "*.*", "\" ) )
return nil
static function cGetFile( cMask, cPath )
local oDlg, oBrw, oBtn, aItems, cFileName := ""
DEFAULT cMask := "*.*", cPath := "\"
... |
cGetFile() | Antonio,
Funciona perfectamente ! Gracias <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: -->
Una pregunta. Se toco en algun reciente build de harbour la funcion directory() ? Juraria q hace tiempo hize alguna prueba y no me iba. (Debia hacer algo mal <!-- s:cry... |
cGetFile() | Carles,
Con orientación a objetos el código queda más estructurado:
[code:2nzwrs2a]
// FWPPC own function cGetFile() implementation
#include "FWCE.ch"
function Main()
MsgInfo( cGetFile( "*.*", "\" ) )
return nil
static function cGetFile( cMask, cPath )
... |
cGetFile() | Carles,
Using object oriented code, it gets better structured:
[code:3uvy284f]
// FWPPC own function cGetFile() implementation
#include "FWCE.ch"
function Main()
MsgInfo( cGetFile( "*.*", "\" ) )
return nil
static function cGetFile( cMask, cPath )
local... |
cGetFile() | La funcion se ve muy bien, solo que no me muestra ningun archivo....! <!-- s:cry: --><img src="{SMILIES_PATH}/icon_cry.gif" alt=":cry:" title="Crying or Very sad" /><!-- s:cry: --> |
cGetFile() | Ignacio,
La estás probando en el emulador ? Ves las carpetas principales ? Puedes entrar en la carpeta de Windows ? |
cGetFile() | Buenas,
Me funciona perfectamente en el emulador y el trasto.
Saludos. |
cGetFile() | Hi :
cGetFile() funtion doesn't work.
Why ?
Antonio some idea ? |
cGetFile() | La función cGetFile() no funciona correctamente.
Antonio, me puedes explicar porqué ?
Saludos |
cGetFile() | Vikthor,
.\samples\getfile.prg |
cGetFile() | Vikthor,
Es una limitación de Windows Mobile.
FWPPC ofrece un reemplazo: samples\getfile.prg |
cGetFile() | [quote="Carles":3898w85q]Vikthor,
.\samples\getfile.prg[/quote:3898w85q]
Carles :
I don't found it <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( --> , I've FWPPC July 2006 , could you send me that program.
Thanks |
cGetFile() | [quote="Antonio Linares":ep2ff4va]Vikthor,
Es una limitación de Windows Mobile.
FWPPC ofrece un reemplazo: samples\getfile.prg[/quote:ep2ff4va]
Antonio :
Ese ejemplo no lo tengo en ..\samples
Tengo FWPPC de Julio 2006
Me lo podrías enviar a mi cuenta de correo.
vikthor at creswin dot com
Gracias |
cGetFile() | Vikthor,
Es preferible que descargueis el build más reciente de FWPPC, ya que incluye novedades, mejoras, etc. usando vuestro login y password. |
cGetFile() | Vikthor,
Please download again the most recent FWPPC build. |
cGetFile() | [quote="Antonio Linares":ljv6qtwr]Vikthor,
Please download again the most recent FWPPC build.[/quote:ljv6qtwr]
Anotnio
many, many thanks |
cGetFile() | [quote="Antonio Linares":26blt46l]Vikthor,
Es preferible que descargueis el build más reciente de FWPPC, ya que incluye novedades, mejoras, etc. usando vuestro login y password.[/quote:26blt46l]
Okie , muchas gracias |
cGetFile() | From FiveWin 1.9
the 5th parameter of is cGetFile() is lsave ....
How I can save an Image and select a format to save ( from final user) with cGetFile()
sample :
[code=fw:2mrz2vjz]<div class="fw" id="{CB}" style="font-family: monospace;"> <br /><span style="color: #00D7D7;">#define</span> FIF_UNKNOWN <span ... |
cGetFile() | Silvio,
[color=#FF0000:2uzm9lg2][b:2uzm9lg2]SELECTEDEXT[/b:2uzm9lg2][/color:2uzm9lg2] = the new extension
change the extension of the selected image like :
// original selected like OLGA.JPG
cLImage1 := [color=#0000FF:2uzm9lg2][b:2uzm9lg2]cFileNoPath( cNewBITM ), [/b:2uzm9lg2]; [/color:2uzm9lg2]
// new EXPORT imag... |
cGetFile() | RIGHT UWE SELECTEDEXT = the new extension
but I [b:1gdlgs2s]not Know[/b:1gdlgs2s] wich extension select the final user ..... |
cGetFile() | Silvio,
SELECTEDEXT is defined from user.
Please have a look at Your post
<!-- l --><a class="postlink-local" href="http://forums.fivetechsupport.com/viewtopic.php?f=3&t=27412&p=154259#p154259">viewtopic.php?f=3&t=27412&p=154259#p154259</a><!-- l -->
Best Regards
Uwe <!-- s:?: --><img src="{SMILIES_PATH}/icon_questio... |
cGetFile() | This is a sample
[code=fw:107bs0d4]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">STATIC</span> <span style="color: #00C800;">FUNCTION</span> SalvaImage<span style="color: #000000;">(</span>oImage<span style="color: #000000;">)</span><br /> <span style="color:... |
cGetFile() | thank Max
the problem is for pcx anf gif but on this forum I saw a fnxtion made by Daniel FICONVERTE... but now I not Rememebr where
I think with this func we can converte the oimage into pcx or gif with no lose of colors |
cGetFile() | To All
[code=fw:1f7dkh14]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// samples\bmp.prg</span><br /><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br /><span style="color: #00C800;">function</span> Main<span ... |
cGetFile() | Example:
[code=fw:o0pfxg10]<div class="fw" id="{CB}" style="font-family: monospace;">cXls = CGETFILE<span style="color: #000000;">(</span> <span style="color: #ff0000;">"File Excel (*.xls;*.xlsx)|*.xls;*.xlsx"</span>, <span style="color: #ff0000;">"Import from"</span>, , CURDRIVE<span style="color: #000000;">(... |
cGetFile() | Enrico .. thank you for the code ... I did notice that the folders are still visable if you are just looking for a specific file .. but in my case I see the .xlsx Excel file(s) only and that works for me ..
Thanks a lot!
Rick Lipkin |
cGetFile() | [code=fw:2zs3tzw5]<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;">(</span><span style="color: #000000;">)</span><br... |
cGetFile() | OFT.
Just a casual discussion.
...
Another simpler alternative appears to be:
[code=fw:j2nd5m2s]<div class="fw" id="{CB}" style="font-family: monospace;">TrueName<span style="color: #000000;">(</span> <span style="color: #ff0000;">"."</span> <span style="color: #000000;">)</span> <span style="color: #B900B9;">/... |
cGetFile() | [quote="Enrico Maria Giordano":1mwdn7lt][quote="nageswaragunupudi":1mwdn7lt]OFT.
Just a casual discussion.
I think it should be CURDRIVE() + ":\" + CURDIR() but not CURDRIVE() + "\" + CURDIR().[/quote:1mwdn7lt]
Yes, sorry.[/quote:1mwdn7lt]
My sincere apologies.
My intention was only to consider the merits of using the... |
cGetFile() | [quote="nageswaragunupudi":r7dxnour]OFT.
Just a casual discussion.
I think it should be CURDRIVE() + ":\" + CURDIR() but not CURDRIVE() + "\" + CURDIR().[/quote:r7dxnour]
Yes, sorry. |
cGetFile() | You don't have to apologies. On the contrary, thanks for the correction. |
cGetFile() | [code=fw:1qpq0r2v]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #B900B9;">// C:\FWH..\SAMPLES\CGETFIL.PRG</span><br /><br /><span style="color: #00D7D7;">#Include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><br />MEMVAR cDirImg<br /><br /><span style="color: #00C8... |
cGetFile() | To All
What I was origionally trying to do is to drill down to any folder and find only *.xlsx files .. for example I have downloaded an Excel file and programatically I wanted to be able to use cGetFile to be able to drill down to the desktop and see only *.xlsx files and return the path and file name of the Excel fi... |
cGetFile() | Look,
[url:58w1wprr]https://forums.fivetechsupport.com/viewtopic.php?f=3&t=42468&p=255377&hilit=DIRECTORYRECURSE&sid=5e7e72acc575d1fbe3dd4614485046d3&sid=3fea9df66dd5365b0a7d275af3ab68d9#p255377[/url:58w1wprr]
[code=fw:58w1wprr]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> &nb... |
cGetFile() - ¿ Límite de caracteres en nombre del archivo? | Parece que cGetFile() devuelve un string vacío cuando el nombre del archivo seleccionado (con la ruta), excede los 127 caracteres.¿Es esto normal? ¿Cómo puede corregirse?Gracias. |
cGetFile() - ¿ Límite de caracteres en nombre del archivo? | César,cGetFile() admite hasta 255 caracteres, aunque se podría ampliar.Aqui tienes un ejemplo en el que seleccionamos un nombre de fichero de 162 caracteres:[code:1cq688c7]
local cFileName := cGetFile( "*.*", "Select a file" )
MsgInfo( cFileName, Len( cFileName ) )
[/code:1cq688c... |
cGetFile() - ¿ Límite de caracteres en nombre del archivo? | Gracias, Antonio.Pero no logro que me devuelva algo no vacío cuando selecciono:C:\Documents and Settings\CESAR.SERVIDOR\Mis documentos\Mis imágenes\CARATULAS DE PS2\Los Padrinos Magicos - Shadows Showdown.jpg (129 caracteres) a menos que le elimine la última palabra en el nombre del archivo.FWH803+BCC55+xHB1 |
cGetFile() - ¿ Límite de caracteres en nombre del archivo? | César,Por favor revisa que tengas esta línea con este valor en fwh\source\winapi\getfile.c: pFile = ( LPSTR ) _xgrab( 256 ); |
cGetFile() - ¿ Límite de caracteres en nombre del archivo? | Hola, Antonio.Tienes razón y te pido disculpas por mi error.Fue por un olvido mío y por la falta de un parámetro en cGetFile. Aprovecho para comentarte sobre este parámetro faltante por si lo consideras de utilidad.En 2004 hice una modificación a cGetFile consistente de otro parámetro lMultiSelect que permita la selecc... |
cGetFile() and Multiple file selection | Hi,
What should I do to enable multiple file selection ( Using Ctrl Key + Mouse Click or Shift Key + Mouse click) when using the function cGetFile().
For eg: In Outlook express, when you compose a new message and if you try to add attachements, you can select multiple files using the Shit/Ctrl Key + Mouse click. I a... |
cGetFile() and Multiple file selection | Anser,
here is a modified function cGetFile() to allow multiple file selection.
[code=fw:2hthlqdt]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#define</span> OFN_READONLY 0x00000001<br /><span style="color: #00D7D7;">#define</span> OFN_OVERWRITEPROMPT ... |
cGetFile() and Multiple file selection | Thankyou Mr.Stefan,
I shall try it.
Regards
Anser |
cGetFile() and Multiple file selection | Dear Mr.Stefan,
When I tried to use the Function cGetFileX(), I am getting GPF in Windows XP and Windows 7. cGetFileX() is displaying the window to select the files and after selecting the file/files and when I click on the "[b:3zvm1rka]Open[/b:3zvm1rka]" button on the dialog, application quits abnormaly.
Is there an... |
cGetFile() and Multiple file selection | Hello Stefan,
compile with the following errors and warnings:
[code=fw:7lt8qww5]<div class="fw" id="{CB}" style="font-family: monospace;">C:\FWH\include\fwHarb.h<span style="color: #000000;">(</span><span style="color: #000000;">78</span><span style="color: #000000;">)</span>: <span style="color: #000000;">war... |
cGetFile() and Multiple file selection | Anser, Frank,
I copied this portion of code from my application, there it is working. But maybe I forgot something. I will make some tests and create a new sample. |
cGetFile() and Multiple file selection | Anser, Frank,
the code compiles fine here, without errors. I´m using xHarbour 1.0 from Feb. 2008. I don´t know if it compiles with harbour because I don´t use it.
I made a new sample, you can download exe and source here
[url:30zb8wl6]http://www.file-upload.net/download-1611074/cGetFileX.zip.html[... |
cGetFile() and Multiple file selection | Dear Mr.Stefan,
Your new cGetFileEx is working fine in XP as well as in Windows 7
Thankyou very much.
Regards
Anser |
cGetFile() and Multiple file selection | Stefan,
still have these two errors:
error: Unknown field 'FlagsEx' of 'struct tagOFNA'.
error: Undeclared identifier 'OFN_EX_NOPLACESBAR'.
Annotating the line 'ofn.FlagsEx = OFN_EX_NOPLACESBAR;' helps <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
Don't ask me why. Perhap... |
cGetFile() and Multiple file selection | Hace tiempo yo tenia ese problema que codigo c compilado correctamente con bcc me daba problema al compilar con xcc.
encontre que:
En algunas ocaciones, al compilar codigo C con pelles c o xcc, es necesario definir una constantes antes de los encabezados la cual indica el windows para el cual sera usado, no recuerdo ... |
cGetFile() and Multiple file selection | Estimado encontre la constante <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
ya he probado que sin ella, la compilacion falla, pero con ella es un exito <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
salu2
[code=fw:30bh7un... |
cGetFile() and Multiple file selection | Carlos,
¡muchas gracias!
Please excuse me, my spanish knowledge is really 'poco', so I tried to translate your post via Google:
[quote:3f4qibbt]Some time ago I had this problem c code compiled fine with me bcc problem when compiling with XCC.
found that:
On some occasions, to compile C code with co pelle XCC is nec... |
cGetFile() and Multiple file selection | [quote="frose":hgyx17eh]still have these two errors:
error: Unknown field 'FlagsEx' of 'struct tagOFNA'.
error: Undeclared identifier 'OFN_EX_NOPLACESBAR'.
Annotating the line 'ofn.FlagsEx = OFN_EX_NOPLACESBAR;' helps <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) -->
Don't ask... |
cGetFile() and Multiple file selection | Carlos, Stefan,
yes, '#define _WIN32_WINNT 0x0500' is the solution!
¡muchas gracias!
Thank you very much |
cGetFile() and Multiple file selection | Dear Mr.Stefan
I want the user to select only the JPG files. With the regular cGetFile (which comes bundled with FWH) I used to give the following parameters and the Select file Dialog will show only the JPG files available in the folder, so that the user will not get a chance to select files other than jpg's
[code=fw... |
cGetFile() and Multiple file selection | Anser,
the parameter <nDefaultMask> [quote:3a00s2hf]
is an optional numeric value in case that you want to start the DialogBox with a certain file type selected (if you are using the multiple file types format). To request lately what was the file type selected, you may use the function nGetFileFilter().[/quote:3a00s2... |
cGetFile() and Multiple file selection | Anser,
if you wan only jpg files to be listet,you can do it this way:
[code=fw:1yimi9mo]<div class="fw" id="{CB}" style="font-family: monospace;">cGetFileX <span style="color: #000000;">(</span><span style="color: #ff0000;">"Pictures|*.jpg"</span> ,<span style="color: #ff0000;">"Select pictures"</span>, , <span st... |
cGetFile() and Multiple file selection | Compilando el ejemplo con BCC7 y FWH1602 me da estos errores:
[code=fw:17zl1tzm]<div class="fw" id="{CB}" style="font-family: monospace;">Error E2209 cGetFileMultiple.prg <span style="color: #000000;">64</span>: <span style="color: #000000;">Unable</span> <span style="color: #0000ff;">to</span> open include file <span... |
cGetFile() and Multiple file selection | Cambia clipapi.h por hbapi.h
Copia aqui el código y lo reviso |
cGetFile() and Multiple file selection | There is already a ready made function in FWH since long
[code=fw:fc46es40]<div class="fw" id="{CB}" style="font-family: monospace;">aGetFiles<span style="color: #000000;">(</span> cMask, cTitle, nDefaultMask, cInitDir <span style="color: #000000;">)</span> --> aFiles</div>[/code:fc46es40]
It is much simpler to... |
cGetFile() and Multiple file selection | [quote="Antonio Linares":rl4uk1q6][size=85:rl4uk1q6]Cambia clipapi.h por hbapi.h[/size:rl4uk1q6][/quote:rl4uk1q6]Me da los mismos errores excepto el de [i:rl4uk1q6]ClipApi.h[/i:rl4uk1q6].
[quote="Antonio Linares":rl4uk1q6][size=85:rl4uk1q6]Copia aqui el código y lo reviso[/size:rl4uk1q6][/quote:rl4uk1q6]Es el código d... |
cGetFile() and Multiple file selection | Quitados los warnings pero aun asi da error en tiempo de ejecución:
[code=fw:2t7ntgjd]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#define</span> OFN_READONLY 0x00000001<br /><span style="color: #00D7D7;">#define</... |
cGetFile() and Multiple file selection | [code=fw:5xs5o6ok]<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: #00D7D7;">#define</span> OFN_PATHMUSTEXIST 0x00000800<br /><span style... |
cGetFile() and Readonly checkbox | I propose to give a default parameter (probably 2060) to nFlags parameter of the function cGetFile() so that it doesn't show Open readonly checkbox anymore:
DWORD dwFlags = IF( PCOUNT() > 6 && ISNUM( 7 ), _parnl( 7 ), 2060 );
Do you agree?
EMG |
cGetFile() and Readonly checkbox | Enrico,
Yes, it looks very reasonable. Thanks <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> |
cGetFile() problem with Windows Vista | Dear Antonio,I found the unstable function cGetFile() that use with Windows Vista. Almost the time the program quit without error message. I don't know why but it has no problem with Windows XP.cGetFile( "*.dbf", "Select a DBF" )Regards,Dutch |
cGetFile() problem with Windows Vista | hello Dutch,have you tested cGetFile32 ? :File selection standard 32 bits DialogBox Syntax: cGetFile32( <cFileMask>, <cTitle>, [<nDefaultMask>], [<cInitialDirectory>], [lSave], [nFlags], [cInitialFile] ) --> cFileName This function invokes the 32 bits Windows default select a file DialogBox. I work with VISTA and... |
cGetFile(): disable new/delete/rename files | Dear friends, I'm searching a way to disable new/delete/rename files capability in cGetFile.Any suggestions?EMG |
cGetFile cGetFile32 Incremental Search | All,
I am using both cGetFile, and cGetFile32 and pass it "ADO Udl File |*.auf", and the files displayed are restricted to the ".auf" extension, but the files listed in the incremental search include ".mdb" files as well, it does not however include "*.ldb" of which these type files exists. Is there a way to specify ... |
cGetFile cGetFile32 Incremental Search | Just to be sure, the incremental search I am talking about is a part of the cGetFile32, and cGetFile dialogs. |
cGetFile32 Does not appear Network Driver (SOLVED) | Hello, friends
the cGetFile32 or cGetDir32 function is not showing network mappings, which may be wrong.
occurs only on windows 10
in the winsows 7 this normal.
[color=#4000FF:qr8n6tsp]cFile := cGetFile( "Arquivo NFe (*.xml) | *.xml","Selecione um Arquivo" )[/color:qr8n6tsp]
I'm standing by. |
cGetFile32 Does not appear Network Driver (SOLVED) | Muito estranho. Não é problema de permissões do windows 10?
Very strange. Is not Windows 10 permissions issue?
Regards, saludos. |
cGetFile32 Does not appear Network Driver (SOLVED) | Ola, Bom dia kapi
Creio que não, pois o sistema não apresenta nenhum outro tipo de anomalia.
Creio que deva ter mudado algo na API do Windows 10.
[color=#8040BF:tk3wqxc9]TRADUKKA[/color:tk3wqxc9]
Hello, good morning kapi
I think not, because the system does not present any other type of problem.
I think it should ... |
cGetFile32 Does not appear Network Driver (SOLVED) | Ola, Kapi
Tentei de varias formas até colocando assim
#DEFINE GETF_ONLYSERVER 0
#DEFINE GETF_OVERWRITEPROMPT 1
#DEFINE GETF_MULTISELECT 2
#DEFINE GETF_NOCHANGEDIR 4
#DEFINE GETF_LOCALFLOPPY 8
#DEFINE GETF_LOCALHARD 16
... |
cGetFile32 Does not appear Network Driver (SOLVED) | [url:3lpw19gd]http://forums.fivetechsupport.com/viewtopic.php?f=6&t=23713&p=127536&hilit=rundlg32#p127536[/url:3lpw19gd] |
cGetFile32 Does not appear Network Driver (SOLVED) | [code=fw:2arddysr]<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: #B900B9;">//----------------------------------------------------------------------------//</span><br /><br /><s... |
cGetFile32 Does not appear Network Driver (SOLVED) | Ola, amigos bom dia
Realmente preciso de ajuda nestas funções apresentadas.
Fiz um teste em um cliente onde tem mais de 50 computadores e todos são Win 10, e mesmo usando a FASTREPORT para exportar, tambem nao aparece os drivers mapeados.
Fiz um teste em um software que é em java e quando vou importar um arquivo por ... |
cGetFile32 Does not appear Network Driver (SOLVED) | Bom dia.
Esse problema já aconteceu comigo também no Windows 8 ou superior!
Notei uma direrença, quando executo o exe como administrador os drives de rede mapeados não aparecem, mas quando executo sem essa opção o mapeamento aparece.
É uma pista.
Abraços. |
cGetFile32 Does not appear Network Driver (SOLVED) | Ola, Bom dia Tiao
Você tem alguma pista de como fazer isso, pois notei que nos clientes realmente aparece um simbolo do escudo do administrador, mais não sei como tirar isso.
Fico no aguardo. |
cGetFile32 Does not appear Network Driver (SOLVED) | [quote="miragerr":salzi2kc]Ola, Bom dia Tiao
Você tem alguma pista de como fazer isso, pois notei que nos clientes realmente aparece um simbolo do escudo do administrador, mais não sei como tirar isso.
Fico no aguardo.[/quote:salzi2kc]
Bom dia!
No icone do executavel ou no proprio executavel click com o botão direi... |
cGetFile32 Does not appear Network Driver (SOLVED) | Ola, Bom dia amigos
A Solução encontrada foi a retirada as linhas abaixo no arquivo MANIFEST.
[quote:1jpx1hnk]
[color=#8000FF:1jpx1hnk]
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="hig... |
cGetFile32 Does not appear Network Driver (SOLVED) | Boa tarde Jackson.
No meu .RES dentro da aba Manifest dentro do PellesC já não tenho essas linhas, no entanto o problema dos drives da rede desaparecerem é real, tem alguma informação com relação a isso?
Abraços |
cGetFile32 Does not appear Network Driver (SOLVED) | Ola tiao
O meu MANIFEST ficou da seguinte forma, e resolveu o meu problema.
[code=fw:dieltzf1]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><?xml version=<span style="color: #ff0000;">"1.0"</span> encoding=<span style="color: #ff0000;">"UTF-8"</span> standalone=<span style="color: #ff0000;">"yes"</s... |
cGetFile32 Does not appear Network Driver (SOLVED) | Obrigado Jackson,
Vou testar no cliente e te informo.
Abraços. |
cGetFile32 initial file | I wish show the name of the file when the user select a folder to save a file
//cGetFile( <cFileMask>, <cTitle>, [<nDefaultMask>], [<cInitialDirectory>], [<lSave>], [<lLongNames>], [<nFlags>], [<cInitialFile>] ) –> cFileName
I tried with
[b:g5wyv7hf]cNamePdf[/b:g5wyv7hf] := oBrowse:aArrayData[ oBrowse:narrayat... |
cGetFile32 initial file | I HAVE THE SAME PROBLEM SINCE UPDATING TO FWH 21.02 Revised
DOS'NT SHOW THE FLE NAME IN THE NAME BOX. |
cGetFile32 initial file | ARREGLADO FALTABA lSAved:=.T.
Function cGetFile32( cFileMask, cTitle, nDefaultMask, cInitDir, lSave, nFlags, cIniFile )
local cSection, cFile
local nRet
DEFAULT lSave := .f.
CursorWait()
// On cGetFile() that parameter is a boolean for long filenames
if nFlags != Nil .and. ValType( nFlags ) != "N... |
cGetFile32 initial file | [url:25y9j6jz]http://forums.fivetechsupport.com/viewtopic.php?f=3&t=36234&p=216100&hilit=cgetfile32&sid=086d25eacfb5e19f1c06a9d1bc7865d1&sid=2d3ba83b742e64bf0cdc368d2edbebbd#p216100[/url:25y9j6jz]
Regards, saludos. |
cGetFile32 no me funciona en Windows 7 | Hola a todos.
He estado probando obtener archivos con la funcion cGetFile32() en windows 7 pero tengo el inconveniente que cuando levanta la ventana para buscar los archivos de repente se bloquea el sistema y luego me da el error normal de windows que la aplicacion ha dejado de funcionar, he probado con la funcion cGe... |
cGetFile32 no me funciona en Windows 7 | Hola Sincuir:
Yo estoy usando cGetFile() con Windows 7 y no tengo problemas.
cFile := cGetFile( "Bitmap (*.bmp)| *.bmp|"+;
"DIB (*.dib)| *.dib|"+;
"PCX (*.pcx)| *.pcx|"+;
"JPEG (*.jpg)| *.jpg|"+;
... |
cGetFile32 no me funciona en Windows 7 | umm...
Si no estoy mal, cGetFile32 es una funcion que hace uso de una dll o un exe externo para mostrar el dialogo de apertura de archivo, era usado por efecto de compatibilidad, lo correcto es usar cGetFile en entorno de 32 y 64 bits.
[code=fw:o3cwuicb]<div class="fw" id="{CB}" style="font-family: monospace;"><br />... |
cGetFile32 no me funciona en Windows 7 | Gracias JLL y Carlos por sus comentarios.
Realmente no se que puede estar pasando, pero a mi me funciona 1 vez, ya sea cGetFile() o cGetFile32(), pero luego ya no, siempre se bloquea el sistema y sale el mesaje que les comente, "que el sistema dejo de funcionar", y a afuera.
No lo entiendo, porque que el mismo sistema... |
cGetFile32 no me funciona en Windows 7 | Hola
Prueba con correo GMail insertando archivos adjunto a un correo, si se bloque puede sea el windows 7
yo utilizo windows 7 y no tengo ningun problema.. |
cGetFile32 no me funciona en Windows 7 | Hola Sincuir:
Copia y pega la funcion que te puse y a ver si tambien te da ese error, pq yo no tengo ese problema.
Un saludo
JLL |
cGetFile32 no me funciona en Windows 7 | Hola JLL.
Copie tu funcion como la enviaste, pero igual, me da el mismo error.
Gracias por tu ayuda e interes.
Saludos cordiales.
Carlos Sincuir. |
cGetFile32 no me funciona en Windows 7 | Saludos Carlos...
Podrias copiar aca como haces uso de la funcion, si pudieras colocar exactamente las lineas de la llamada que produce el error mejor |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.