topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
Cancelar con BTNBMP | Hola Antonio,
Para que no evalúe los valids de los controles de un diálogo, en el botón de salir se pone la clausula CANCEL.
Pero al sustituir un TBUTTON por un TBTNBMP para poder usar colores, me encuento que no existe la clausula CANCEL y además no sé como hacer la misma funcionalidad.
¿Se te ocurre como puedo ca... |
Cancelar con BTNBMP | Joaquín,
Este ejemplo basado en el que te mostré para probar los BTNBMPs funciona bien:
[code=fw:1n96cz7w]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fwce.ch"</span><br /><br /><span style="color: #00C800;">function</span> Main... |
Cancelar con BTNBMP | Antonio,
Pero no es el cancel para todos los gets del diàlogo,
que cada uno tiene un valid diferente.
He visto el fuente de Tbutton y la data lcancel. Eso falta en la clase tbtnbmp y sería muy fàcil implementarlo.
Yo podría modificar la clase, peeo lo suyo sería que esa modificaciòn fuera dentro de la librería. |
Cancelar con BTNBMP | Joaquín,
Si eres tan amable, modifica la clase y me la envias y la incluyo en FWPPC.
Hay muy pocos usuarios de FWPPC y no hay tiempo para todo, gracias <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Cancelar con BTNBMP | Antonio,
Ya he implementado la clausula CANCEL en FWCE.ch y en BTNBMP.prg
Funciona de lujo.
DIme como te lo hago llegar para que lo incluyas en la LIB. |
Cancelar con BTNBMP | Joaquín,
Por favor envíame por email los PRGs y CH modificados y los incluiré en el repositorio de FWPPC
La próxima versión que se publique de FWPPC incluirá tus cambios.
Muchas gracias <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
Cancelar proceso en curso | Hola!En mi apliación, hay una función que tarda un rato en finalizar el proceso. Por eso, le he puesto un MsgRun con un texto de 'APLICACION EN PROCESO'Mi pregunta es,¿si el ususario desea cancelar el proceso en cualquier momento, hay algún modo de harcelo? Gracias, y un saludo. <!-- s:) --><img src="{SMILIES_PATH}/ico... |
Cancelar proceso en curso | Javier,La función TerminateProcess() podría servir:<!-- m --><a class="postlink" href="http://msdn.microsoft.com/en-us/library/ms686714(VS.85">http://msdn.microsoft.com/en-us/library/ms686714(VS.85</a><!-- m -->).aspx |
Cancelar proceso en curso | Prueba con este ejemplo.<!-- m --><a class="postlink" href="http://www.fivewin.com.br/exibedicas.asp?id=681">http://www.fivewin.com.br/exibedicas.asp?id=681</a><!-- m -->Saludos. |
Cancelar proceso en curso | Gracias, pero creo que no me he explicado bien.No quiero eliminar un proceso .EXE como si nos fueramos al administrador de tareas.Lo que quiero es interrumpir una función que está ejecutandose para salir de ella y así volver al menú principal de la aplicación, y no, interrumpir la aplicación en si.Karina, en tu ejemplo... |
Cancelar proceso en curso | jfafive:yo hago lo siguiente:me creo una funcion que me muestra la evolucion de lo que estoy haciendo.[code:2847jaaw]
***************
STATIC FUNCTION BoxStatus()
***************
LOCAL aStru
// IF EMPTY( aStatus )
aStatus := ARRAY(7)
aStatus[7] := .F. // lCancel
... |
Cancelar proceso en curso | Javier,Lo que te indica Pedro, es la forma de hacerlo:[code:3trpe19l]
while lSigue
... haz lo que sea
end
[/code:3trpe19l]si lSigue cambia a .F. entonces se sale del bucle. |
Cancelar proceso en curso | Ok,Gracias por vuestros consejos.Lo voy a poner en práctica a ver como va. <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: --> |
Cancelar proceso en curso | HolaLo otro que puedes hacer es usar la funcion GetKeyState..[code:3udzjna0]do while Eval( bBusqueda )
if GetKeyState( 27 )
if MsgYesNo( "¿Ha presionado la tecla ESC, desea salir?", "Usuario" )
exit
endif
endif
bla..bla..cl
enddo[/code:3udzjna0] |
Cancelar proceso en curso | [quote="jfafive":23i71vvn]Hola!
En mi apliación, hay una función que tarda un rato en finalizar el proceso. Por eso, le he puesto un MsgRun con un texto de 'APLICACION EN PROCESO'
Mi pregunta es,
¿si el ususario desea cancelar el proceso en cualquier momento, hay algún modo de harcelo?
Gracias, y un saludo.
<!-- s... |
Cancellare il buffer di tastiera | Salve,
esiste una funzione per cancellare il buffer di tastiera ?
In pratica sto gestendo l'inserimento automatico tramite codice a barre: il cliente passa il lettore sul codice quando si trova su una get e si apre automaticamente un'altra finestra con i dati collegati a quel codice.
Il problema è che alcuni lettori ... |
Cancellare il buffer di tastiera | Attivare il SET CONFIRM ON?
EMG |
Cancellare il buffer di tastiera | Puoi riconfigurare il lettore eliminando il comando invio alla lettura .
Ciao MAurizio |
Cancellare il buffer di tastiera | Per gestire l'acquisizione di un codice tramite barcode, devo necessariamente utilizzare una get con clausola ON CHANGE e verificare se il dato inserito è congruo, questo perché non conosco a priori se il lettore di barcode del cliente è preconfigurato per la trasmissione del codice di invio a fine scansione o meno.
Sa... |
Cancellare il buffer di tastiera | Torno alla mia proposta: attiva il SET CONFIRM ON ma rendi la cosa opzionale così l'utente può attivarlo o disattivarlo a seconda di come è configurato il suo lettore.
EMG |
Cancellazione Directory e subDirectory | Ciao a Tutti,volevo chiedere come posso cancellare tutto il contenuto di una directory (cartella) dove all'interno sono contenuti file e anche altre sotto cartellechiaramente sempre con FWPPCGrazie mille a tutti |
Cancellazione Directory e subDirectory | Usa la funzione Directory() per trovare e cancellare tutti i file della directory indicata. La funzione dovrà essere ricorsiva se all'interno della directory vi sono delle subdirectory. Un esempio non funzionante tanto per avere un'idea di come procedere:[code:1lct0wn1]FUNCTION DELETEDIR( cDir )
LOCAL aDir... |
Cannot Create Dialog Error | Hi,
I have just added a new dialog/tab to a folder and it works fine in all the machines i have tested it on in my office, however, when i have installed the app at my clients i get a cannot create dialog error - can anyone offer any advice in tracking down what is causing this error?
I am currently using FWH 7.12 wi... |
Cannot Create Dialog Error | I've narrowed this down to an image i'm displaying on the new tab.
I'm using REDEFINE IMAGE to display the image, how should this be defined in the .rc file? Currently i'm using:
CONTROL "TBitmap", 114, "TBitmap" ....
should i replace "TBitmap" with "TImage" ? |
Cannot Create Dialog Error | Yes, TImage.
EMG |
Cannot Create Dialog Error | Thats fixed it - weird how it only errors on certain pcs/installations! |
Cannot Create Dialog Error | Yes, I can't imagine any valid reasons for that behavior... <!-- s:?: --><img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question" /><!-- s:?: -->
EMG |
Cannot Load FreeImage64.dll | Computadora con 8 Gbs de memóra RAM esta con este problema: CANNOT LOAD FREEIMAGE64.DLL que hacer?
Windows 8 de 64 bits.
Gracias, saludos. |
Cannot Load FreeImage64.dll | João,
Por favor prueba esto:
MsgInfo( LoadLIbrary( "freeimage64.dll" ) )
y dime que valor te muestra |
Cannot Load FreeImage64.dll | Master, windows 8 64 bits 8 Gbs de RAM, no carga la dll, que puede ser, corrupta? Retorno: 0 - zero.
[code=fw:wbhkpwqf]<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;"... |
Cannot Load FreeImage64.dll | Prueba con esta
<!-- m --><a class="postlink" href="https://www.dropbox.com/s/1ra2116tzn0l8me/freeimage64.dll?dl=0">https://www.dropbox.com/s/1ra2116tzn0l8 ... 4.dll?dl=0</a><!-- m --> |
Cannot Load FreeImage64.dll | Gracias Master, no funciona:
[img:1xwhqdso]http://i.imgur.com/8m5rXai.png[/img:1xwhqdso]
FWH1306 de 32 bits, hay algun cambio en IMAGE.PRG que resolva ó el FHW de 32 bits actual carga la DLL FREEIMAGE.DLL en windows 8 de 64 bits? Mi executábles és de 32 bits.
Gracias, saludos. |
Cannot Load FreeImage64.dll | Master puedo cambiar la IMAGE.PRG,
[code=fw:1c6paax1]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">CLASS</span> TImage <span style="color: #0000ff;">FROM</span> TBitmap<br /><br /> <span style="color: #00C800;">DATA</span> nProgress<br /><br /> <s... |
Cannot Load FreeImage64.dll | Creo que quedaria mejor asi
[code=fw:wes2srmi]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /> CLASSDATA cResFile AS CHARACTER ;<br /> <span style="color: #0000ff;">INIT</span> <span style="color: #00C800;">If</span><span style="color: #000000;">(</span> ... |
Cannot Load FreeImage64.dll | [quote="cnavarro":1oukdv1f]Creo que quedaria mejor asi
[code=fw:1oukdv1f]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /> CLASSDATA cResFile AS CHARACTER ;<br /> <span style="color: #0000ff;">INIT</span> <span style="color: #00C800;">If</span><span style="color: #000000;">(</span> ISE... |
Cannot Load FreeImage64.dll | La solución de Cristobal es la correcta |
Cannot Load FreeImage64.dll | Gracias maestro. El próximo mes, vamos a actualizar la Fivewin a la última versión 2016. Me encanta Fivewin.
Súper agradecido.
Saludos. |
Cannot Load FreeImage64.dll | João,
[code=fw:3n8imoxp]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">HB_FUNC</span><span style="color: #000000;">(</span> ISEXE64 <span style="color: #000000;">)</span> <span style="color: #B900B9;">// Check if our app is 64 bits</span><br /><span style="color: ... |
Cannot Load FreeImage64.dll | Gracias master, resuelto:
[code=fw:6ii3f46f]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#pragma</span> BEGINDUMP<br /><br /><span style="color: #00D7D7;">#include</span> <windows.h><br /><span style="color: #00D7D7;">#include</span> <hbapi.h><br /><span style="color: #... |
Cannot Load FreeImage64.dll | Hola a todos, estoy a un paso de conseguir que funcione mi primera aplicación a 64bits.
el error que aparece es el consabido "[b:22aau081]Cannot load Freeimage64.dll[/b:22aau081]"
- FreeImage64.dll está en el directorio del .EXE
- Si hago [b:22aau081]MsgInfo(LoadLibrary("freeimage64.dll"))[/b:22aau081] me devuelve un... |
Cannot Load FreeImage64.dll | Jose Vicente, por qué no utilizas la clase TXImage y te quitas dependencias externas? |
Cannot Load FreeImage64.dll | Cristobal, he cambiado la clase y ahora no da errores, gracias <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: --> |
Cannot close Excel with WIN32OLE | Is there anybody who knows,
what i can do to close Excel ?
With the old TAutoOle : oExcel:End() it was ok.
Antonio told me : oExcel := NIL.
It is not working, because in the Filemanager
Excel is still visible and not closed.
Regards U.König <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laug... |
Cannot close Excel with WIN32OLE | With Fivewin and xharbour, just comment your line oxls:end()
You dont need it anymore .
Good luck |
Cannot close Excel with WIN32OLE | I think what you want is
oExcel:quit()
oExcel := nil |
Cannot close Excel with WIN32OLE | [quote="Gale FORd":296dl8tu]I think what you want is
oExcel:quit()
oExcel := nil[/quote:296dl8tu]
The last is not needed.
EMG |
Cannot close Excel with WIN32OLE | I thought the same as you, but after helping someone with an Excel problem we found that Excel will still be running even though you cannot see it.
Running the task manager after doing the oExcel:quit() shows that Excel would still be resident until the variable was set to nil. |
Cannot close Excel with WIN32OLE | oExcel:Quit()
oExcel := NIL
works fine.
but it creates the worksheet in the background.
I tried to do nothing on the end.
It works also, but with the difference : Excel shows the sheet
and stays open.
I have to close excel with the button ( because I want to check the sheet )
A Test with the Taskmanager shows, that ... |
Cannot close Excel with WIN32OLE | What if you try this way
oExcel:WorkBooks:Close()
oExcel:Quit()
Regards |
Cannot close Excel with WIN32OLE | [quote="Gale FORd":17b62dhs]I thought the same as you, but after helping someone with an Excel problem we found that Excel will still be running even though you cannot see it.
Running the task manager after doing the oExcel:quit() shows that Excel would still be resident until the variable was set to nil.[/quote:17b62... |
Cannot close Excel with WIN32OLE | I did not believe it either. I will put something together tomorrow. |
Cannot close Excel with WIN32OLE | Ok, thank you. I'm pretty curious...
EMG |
Cannot close Excel with WIN32OLE | I went back and looked at my test prg's and I could not find the one in question so I created one. At first it worked like you said and what I thought originally. Then I got to thinking about how this problem came up. Then I recall that the problem showed up when the function was still running or the variable was a sta... |
Cannot close Excel with WIN32OLE | I forgot to mention that when you check in the task manager, you have to look under the Processs tab. It is not in the Applications tab. |
Cannot close Excel with WIN32OLE | This is perfectly normal as the automatic destructor is called when the variable exits the scope. It's not a problem at all.
EMG |
Cannot close Excel with WIN32OLE | It was a problem for the person I was helping some time ago because he was using a prg wide static variable. The person in this thread mentioned that Excel was still running so without seeing how he was using the variable I wanted to make sure the variable lost the connection with Excel.
Have a great day. <!-- s:) -... |
Cannot close Excel with WIN32OLE | Ok, understood.
EMG |
Cannot create Dialog Box | ON PROGRAM
[code:10p7tylw] DEFINE DIALOG oDlg RESOURCE "MAIN"
ACTIVATE DIALOG oDlg CENTER[/code:10p7tylw]
IT MAKE THIS ERROR
Path and name: C:\Work\PRG\img\Immagine.Exe (32 bits)
Size: 434,688 bytes
Time from start: 0 hours 0 mins 0 secs
Error occurred at: 04/17/06, 00:39:02
Error description: ... |
Cannot create Dialog Box | Because you need to redefine those two TBitmap controls that you have placed in the dialog. |
Cannot create Dialog Box | SORRY u ARE RIGHT |
Cannot create Dialog Box (fwh1201) not in fwh8.10 | Hello,
I am trying to convert a big aplication from fwh8.10 (XHB comercial) to FWH1201 (BCC) and am not able to run the aplication (see subject).
The error occurs in a dialog with multiple Folders.
Isolating the problem , i made a aplication wich only calls the dialog with a minimum of code (also in the rc-file) , i... |
Cannot create Dialog Box (fwh1201) not in fwh8.10 | Demont,
normally there is an unknown control in the .rc file.
Can you post that part of your resource file, where the error occurs ? |
Cannot create Dialog Box (fwh1201) not in fwh8.10 | Stefan,
Thanks for the reply , but it seems that there was some confusion about linking in the rc-file.
It is not clear what the problem was in the main program , there was no reason to not include the dialog.
I will try the rewrite the module
Frank |
Cannot create Dialog Box Error | Hi friends.
I have rondomly "Cannot create Dialog Box" message error one or two times a day.
What is the circunstancies when this error appear? I tryed to find anything wrong in my app but all seems fine.
Thanks for any hint.
Best regards,
Toninho. |
Cannot create Dialog Box Error | Hello toninhofwi
Please post error log and RC section with the problem, is better to help you |
Cannot create Dialog Box Error | Error from:
CREATEDLGERROR()
TDIALOG:ACTIVATE()
...
The two errors allways is the same above, but the rest change. As I sayd, it is randomly, and my resources is correct.
My question is: What can cause this error?
Thanks and best regards,
Toninho. |
Cannot create Dialog Box Error | Toninho,
What controls do you use in that dialogbox ? |
Cannot create Dialog Box Error | Hi Antonio.
Common controls like GET, SAY and TSBROWSE. I revised my RC file and all is correct.
Please see that error is *random* sometimes a simple DEFINE/ACTIVATE DIALOG with a message can display it.
My question is: what kind of problem can cause this error? I don't understand right this scenario. Is this a ms-w... |
Cannot create Dialog Box Error | Toninho,
Do you keep your resources inside your EXE or inside an external DLL ? |
Cannot create Dialog Box Error | Antonio, my resources is INSIDE my EXE.
Regards,
Toninho. |
Cannot create Dialog Box Error | Toninho,
El EXE está en el ordenador local ó se carga desde un servidor ?
A veces pueden aparecer errores asi al no poderse cargar bien el EXE desde el servidor, pues Windows no carga todo el EXE sino partes de él, y al ir a acceder a una parte puede no poder acceder a él por problemas de lectura en la red. |
Cannot create Dialog Box Error | Hi Antonio.
Thanks for this useful info. Maybe you are right, because I have a lot of apps like this installed and only in one client this problem occur.
Regards,
Toninho. |
Cannot create Dialog Box Error | We have encountered this when the dialog TITLE is too long............. |
Cannot create Dialog Box con Resource Workshop | <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> Hola, de nuevo aqui molestando a todos ustedes..
Estoy empezando con los 32 bits y tengo problemas al mostrar una dialogo en el... |
Cannot create Dialog Box con Resource Workshop | Cuate,, este es mis msg. <!-- e --><a href="mailto:ccc_3_ccc@hotmail.com">ccc_3_ccc@hotmail.com</a><!-- e -->
yo te puedo apoyar,
yo usaba worshop,
pero lo cambie ya por pelles C
por la simple razon de que pelles C es un sistema a 32 bits
y workshop 16 bits.
saludos.. |
Cannot create Dialog Box con Resource Workshop | [quote="sysctrl2":p4hqg9ed]Cuate,, este es mis msg. <!-- e --><a href="mailto:ccc_3_ccc@hotmail.com">ccc_3_ccc@hotmail.com</a><!-- e -->
yo te puedo apoyar,
yo usaba worshop,
pero lo cambie ya por pelles C
por la simple razon de que pelles C es un sistema a 32 bits
y workshop 16 bits.
saludos..[/quote:p4hqg9e... |
Cannot create Dialog Box con Resource Workshop | <!-- 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 --> Gracias a los dos por haberme contestado, por suerte estuve revisando y compilando ejemplos de la carpeta samples y ahi en... |
Cannot create dialog box | Hi!
I have a lot of pain of "fivewin/3 error" and I stay without it since I used Borland resources in FW/Clipper. But this time I couldn't run <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> as follow:
I have a strange problem with a modal dialog using TxBrowse control.
I in... |
Cannot create dialog box | Maurilio,
Please open the EXE with the resources workshop and check that the resources are properly placed inside. |
Cannot create dialog box | Antonio,
Yes, the resource is inside exe correctly.
When I add a dialog to resources it fail, if I add a blank dialog named SEL* (SEL_TEMP, SEL_XXX, etc) it work.
In all times when the dialog open OK and when occur Fivewin/3 error I checked and the dialog is inside exe. And I change nothing in code or dialog, only a... |
Cannot create dialog box | Maurilio,
We have found on some ocasions that the dialog name is not fine for Windows. Try to change it to a different name. |
Cannot create dialog box | Antonio,
I'll change the name and do any tests.
Any news I post here.
Thanks!
Maurilio |
Cannot create dialog box | Antonio,
I renamed the resource and don't worked <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( -->
If I add or delete a resource into rc file it work fine.
To avoid app exiting I place 'activate dialog' inside a try/end...
Do you have any naming rule that I can follow to avoid thi... |
Cannot create dialog box | [quote="Maurilio Viana":39ae0dj2]Antonio,
I renamed the resource and don't worked <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( -->
If I add or delete a resource into rc file it work fine.
To avoid app exiting I place 'activate dialog' inside a try/end...
Do you have any naming ru... |
Cannot create dialog box | Evans,
Thanks for your words.
The only different thing into these my "deffective resource" is a txbrowse control.
Based on what you said I must do in my main program:
TxBrowse():Register()
Is this right?
Regards
Maurilio |
Cannot create dialog box | [quote="Maurilio Viana":39leaje5]Evans,
Thanks for your words.
The only different thing into these my "deffective resource" is a txbrowse control.
Based on what you said I must do in my main program:
TxBrowse():Register()
Is this right?
Regards
Maurilio[/quote:39leaje5]
More or less YES.
I don't use TXBROWSE, how... |
Cannot create dialog box... | Converting my first FW project to FWH.
My dialogs were originally created with Borland Workshop 4.5. I’ve converted them using both the Pelles C and Microsoft Visual Studio tools, first into an RES file which I linked directly to the EXE. When that didn’t work I created a DLL in the same manner I used with the ori... |
Cannot create dialog box... | Don, I see you use Borland controls.
BorCheck
Do you have
local hBorland := LoadLibrary( "BWCC32.dll" )
BWCCRegister(GetResources())
DLL32 FUNCTION BWCCRegister( hInst AS LONG ) AS WORD PASCAL LIB "BWCC32.DLL" ?
Best regards,
Otto |
Cannot create dialog box... | Thank you, Otto.
I had only "local hBorland := LoadLibrary( "BWCC32.dll" )" . I've added the other 2 lines as you suggested, but my problem remains.
My BWCC32.dll is version 2.4.0.2 dated 3 April 2002. Does that seem to you to be the correct verson?
Don |
Cannot create dialog box... | try creating RC files and linking those to the exe. Actually Borland will create the rc files which can be linked. I have many many rc file from borland and functioning well. |
Cannot create dialog box... | Don,
This is just a guess, but the Borland controls in the DLL are 16bit controls. It is possible (perhaps, probable) that you cannot use 16bit controls in a 32bit application.
I had so many problems with Borland controls that I dropped them all long before I even converted to 32bit.
I would make a backup of the DLL... |
Cannot create dialog box... | Don
I suggest you use rc files, this is the best reliable solution
I use Pelles c in replacement of Borland work shop and it is working quite well
I guess you certainely need to remove CLASS "BorDlg"
remove it from your rc file it is not needed , you can just edit it with notepad
HTH
Richard |
Cannot create dialog box... | My problem has been solved!
Thanks to Otto's suggestion, and a little more study I was finally able to get my resources to work.
Thank you to everyone, especially Otto, for your advice.
Don |
Cannot turn off Bell at end of buffer entry in gets. | The command:
SET BELL OFF
is supposed to turn off the bell (sound in Windows) when at the end of entry in a get buffer. Whether SET BELL is OFF or ON I get the same result. Is this controlled in FW++ by the SET BELL command or is there another way to turn off the bell on beffer end? I want to turn off the bell at ... |
Cannot turn off Bell at end of buffer entry in gets. | Dan,
Fixed. These lines were missing from Class TGet:
[code:1dlz0n46]
if ::oGet:TypeOut
if ! Set( _SET_CONFIRM )
::oWnd:nLastKey = VK_RETURN
::oWnd:GoNextCtrl( ::hWnd )
else
... |
Cannot turn off Bell at end of buffer entry in gets. | Hello Antonio,
Works just fine.
Thanks
Dan |
Cannot turn off Bell at end of buffer entry in gets. | gald to know it is ok <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> |
Cannot use cGetFile32 in some secure networks | Because of the way cGetFile32 uses ini file in the windows directory to communicate with rundlg32 I cannot use this function.
Some administrators limit the users access rights to the windows directory.
Is there a way to use an ini in a different directory or use the registry instead? |
Cannot use cGetFile32 in some secure networks | It seems that you are using the Clipper/FW version as the xHarbour/FWH one doesn't use rundlg32.dll at all.
EMG |
Cannot use cGetFile32 in some secure networks | I am not sure about that.
My source file is c:\fwh\source\function\dlgs32.prg
The function cGetFile32() uses
nRet := WinExec( "rundlg32 " + If( lSave, "2", "1" ) )
if nRet > 21 .or. nRet < 0
StopUntil( {|| GetPvProfString( cSection, "working", "0", INIFILE ) != "1" } )
/*while GetPvProfString( cS... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.