topic
stringlengths
1
63
text
stringlengths
1
577k
Application security and Code review
Cristobol I agree .. I have had a 15 year relationship with my Client and he is getting ready to retire .. his Supervisor is an xx$$@@@ and has recently put in a cloud based Dispatch system that costs 1000.00 a month per driver x 4 drivers = 4k per month equaling 48k per year in re-occurring costs knowing full well I ...
Application security and Code review
Rick Let me explain, if they are concerned that this information can be accessed: 1) They must provide the means for such information not to be externally accessible. Just like your software can do it, another can do it too 2) Why is your software less secure than the one they use to validate that information?
Application security and Code review
I'm used to having system administrators blame third-party software, and they wash their hands, and forget their real job
Application security and Code review
Cristobol I don't know .. LDAP has been around for a long time and during my discussions with the IT person he does understand what I am doing ... however wants to bring in a Security Company to test my software for any possible penetration vulnerability or objectionable behavior .. as I mentioned in an earlier post ....
Application security and Code review
Rick, This seems to be all political. I am not sure, but it sounds like you are saying that they have already decided to replace your software with a cloud based system? If that is the case, then perhaps this supervisor is involved with the cloud company. Maybe he is getting a kickback, maybe his family works there,...
Application security and Code review
James You are probably correct .. the part that stings the most ... my X State employer ( because they liked my software so much over 15 years ago ) agreed to give it to any other large State Agency for free and made the promise to support the product if I every left.... and I did leave several years ago, and they fai...
Application security and Code review
Rick, [quote:1q5gs9ij]"There is no perceived VALUE for any Software or Service that is Free" [/quote:1q5gs9ij] You are right about that. Consider that a valuable lesson you learned. Early on in my consulting career, I read a book about consulting in which he had a chapter on fees. He said, never charge too little, a...
Application security and Code review
Rick, Over the years I've seen, and learned, a lot about behaviors of "managers". I am amazed at how little research owners of companies will invest into these decisions. I've seen some get severely harmed when falling for sales pitches. A few examples: 1) A business running my software had a problem that I knew ...
Application security and Code review
Hi Rick!, If your software has LDAP integration this is an added value. Maybe there are companies that want or do not want to activate it, but in any case it's a plus in security. I've been using LDAP connections for some time and I even put examples of how to do it here -> <!-- l --><a class="postlink-local" href="ht...
Application security and Code review
Carles The Garage staff have been using my software for over 10 years and about 2 years ago I took out a 5k contract to migrate their app to a secure Sql Server and I went thru the program and added nice visual elements like gradients to include all data entry screens and included incremental searches\filters and the ...
Application security and Code review
La estrategia de muchas nuevas gerencias es clara: declarar, casi a modo de político, sin contrastar con la realidad, que hay un programa que cumple mejor los requisitos que el que se tiene y por ello se hará un cambio total, no ya de software, sino de todo el hardware. Las preguntas serían: ¿ Ha mirado la nueva geren...
Application slow down/Memory Leak
Hi, One of my customers have been experiencing a performance drop in our application and after a few tests, we have noticed that the slow down occurs when the Mem Usage (reported by task manager) reaches a certain figure. I noticed that I could open a simple dialog box and close it and the memory would increase and w...
Application slow down/Memory Leak
Thanks Peter...
Application slow down/Memory Leak
Hi Pete. Thanks for share it. >does anyone know how get the mem usage value of your application? Please review: \harbour\tests\memtst.prg Toninho.
Application slow down/Memory Leak
Peter, What is the reason of the memory high use?. Have you checked with Checkres() if there are any memory leaks?. Thank you for your important point.
Application slow down/Memory Leak
Hello PeterHarmes, In their tests in a real environment, you have succeeded in using the function: memoryflush? Thanks
Application slow down/Memory Leak
one of problems are resources specialy on windows seven systems to resolve this leak problems I not use resources only for bitmaps but If I can i save the bitmaps on a folder and call them when I use them I rewrite also rpreview dialogs into @x,y source I use only freeimage.dll calls
Application slow down/Memory Leak
thanks
ApplicationVS para UEstudio
Estimados Me sale éste error con Visual Studio 2019 [code=fw:3rlgqh4y]<div class="fw" id="{CB}" style="font-family: monospace;"><br />--------------------Configuración: <span style="color: #000000;">ACR</span> - Release--------------------<br />Harbour <span style="color: #000000;">3.2</span>.0dev <span style="color: ...
ApplicationVS para UEstudio
Estimado Antonio Me puede compartir el ApplicationVS que funcione. Muchas gracias.
Applications open a DOS box - why?
Hi, Just curious, why do the sample applications which come with Fivewin/xHarbour open a DOS box when executed? Thanks George Trojan
Applications open a DOS box - why?
George, What Harbour/xharbour versions/builds are you using ? And what Windows version are you using ? With recent Harbour builds there was such error with Windows 98 only. It has been recently fixed. Are you linking using the parameters that we specify at samples\buildh.bat ?
Applications open a DOS box - why?
xHarbour build 0.99.61, the buildx.bat supplied with FW2.7; however, the applications are built using Win'98. We use '98 as many of our customers still use '98 so we develop using a '98 computer. Thanks
Applications open a DOS box - why?
George, Please don't link GTWIN.lib and build your app again.
Applications open a DOS box - why?
The only problem with that is that you get all the unresolved external mouse functions referenced from RTL.LIB Thanks
Applications open a DOS box - why?
George, Please copy here the list of unresolved externals that you get. Here we only get: Unresolved external '_HB_FUN_HB_GT_WIN'
Applications open a DOS box - why?
I get the same with harbour, with xharbour I get the below: Thanks Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external '_hb_gt_Init' referenced from C:\XHARBOUR\LIB\RTL.LIB|gtapi Error: Unresolved external '_hb_gt_GetScreenHeight' referenced from C:\XHARBOUR\LIB\RTL.LIB|gtapi Error...
Applications open a DOS box - why?
George, This problem was fixed yesterday for Harbour and we expect to have a solution for xharbour today.
Applications open a DOS box - why?
George, Please link GTNUL.lib instead GTWIN.lib and try it again. Thanks.
Applications open a DOS box - why?
Thanks for that. Searched my drive for GTNUL.LIB, don't seem to have one. Where can I source that library. Thanks again.
Applications open a DOS box - why?
George, What xharbour build do you use ?
Applications open a DOS box - why?
Antonio, xHarbour build 0.99.61, downloaded with FW2.7 from your server. Thanks
Applications open a DOS box - why?
George, We are going to publish a new xharbour build this next week, with a GTGUI.lib to be used, that solves the console window issue. Same for Harbour.
Applications open a DOS box - why?
Thanks
Applications open a DOS box - why?
[quote="George Trojan":f3wgmo3l]Thanks[/quote:f3wgmo3l] Amigo, Lo resolví de la siguiente manera. Eliminé la LIB GTWIN y adicioné la GTNUL.LIB Adicioné un PRG: gtnul.prg conteniendo lo siguiente: [code:f3wgmo3l]REQUEST HB_GT_NUL FUNCTION GTSYS RETURN[/code:f3wgmo3l] Funcionando sin problemas hasta ahora. Si a...
Applications open a DOS box - why?
William, Hay que usar GTGUI.lib que es la librería correcta para Windows. Con GTNUL.lib hay cosas que no funcionan, como por ejemplo Tone(). You should use GTGUI.lib which it is the right lib for Windows. With GTNUL.lib there are missing features, i.e. Tone().
Applications open a DOS box - why?
[quote="Antonio Linares":2j7oxz5t]William, Hay que usar GTGUI.lib que es la librería correcta para Windows. Con GTNUL.lib hay cosas que no funcionan, como por ejemplo Tone(). You should use GTGUI.lib which it is the right lib for Windows. With GTNUL.lib there are missing features, i.e. Tone().[/quote:2j7oxz5t] Graci...
Applications open a DOS box - why?
[quote="Antonio Linares":2fl06apa]William, Hay que usar GTGUI.lib que es la librería correcta para Windows. Con GTNUL.lib hay cosas que no funcionan, como por ejemplo Tone(). You should use GTGUI.lib which it is the right lib for Windows. With GTNUL.lib there are missing features, i.e. Tone().[/quote:2fl06apa] Anton...
Applications open a DOS box - why?
William, Se supone que Przemek la iba a implementar en xharbour lo antes posible. Has probado a hacer un checkout por si está ya ?
Applications open a DOS box - why?
I just ran into this issue today as I loaded my new 32bit apps on Win 98 machines. Will there be a notification on when to download the new version of FWH when this is fixed? Thanks, Greg
Applications open a DOS box - why?
Greg, It is not a FWH issue, it is a Harbour issue. We may publish a new Harbour build with the fix asap.
Applications open a DOS box - why?
We have just published a new Harbour for Borland build that works ok: <!-- m --><a class="postlink" href="http://hyperupload.com/download/026ece0f78/harbour.EXE.html">http://hyperupload.com/download/026ece0 ... r.EXE.html</a><!-- m --> Please remember to link GTGUI.lib instead of GTWIN.lib You may also find it at the...
Applications open a DOS box - why?
Ive downloaded the new Harbour....I do not see a GTGUI in the library.
Applications open a DOS box - why?
Greg, Our mistake, sorry. Please download it again: <!-- m --><a class="postlink" href="http://hyperupload.com/download/026ece0f78/harbour.EXE.html">http://hyperupload.com/download/026ece0 ... r.EXE.html</a><!-- m -->
Applications open a DOS box - why?
[quote="Antonio Linares":ucv1nqe9]Greg, Our mistake, sorry. Please download it again: <!-- m --><a class="postlink" href="http://hyperupload.com/download/026ece0f78/harbour.EXE.html">http://hyperupload.com/download/026ece0 ... r.EXE.html</a><!-- m -->[/quote:ucv1nqe9] Antonio, encontré la los fuentes de GTGUI, la co...
Applications open a DOS box - why?
William, GTGUI.lib está funcionando correctamente. Hoy hemos publicado nuevos builds, con las modificaciones más recientes del CVS y probados por nosotros. Mira en la sección "whatsnew", "Harbour/xHarbour builds".
Applications open a DOS box - why?
[quote="Antonio Linares":2bq2q70d]William, GTGUI.lib está funcionando correctamente. Hoy hemos publicado nuevos builds, con las modificaciones más recientes del CVS y probados por nosotros. Mira en la sección "whatsnew", "Harbour/xHarbour builds".[/quote:2bq2q70d] Gracias, saludos
ApplyParams Tdatabase
I use this Nages function for search on a dbf ( with tdatabase) [code=fw:2nhso6tk]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><br /><span style="color: #00C800;">Function</span> IsFree<span style="color: #000000;">&#40;</span>cCamera,dCheck_in,dCheck_out,cTypeRoom,oPrenotazioni<span style="color:...
ApplyParams Tdatabase
Silvio, I don't see why you are searching with so many criteria. And what does recno() have to do with finding an available room? It seems to me there are only three senarios: 1) Find any room available for the desired check_in and check_out dates. --Two criteria 2) Find any room available for a specific room type (...
ApplyParams Tdatabase
Silvio, [quote:ifkbiacv]in fact you didn't understand anything about what I'm doing.[/quote:ifkbiacv] Maybe not. [quote:ifkbiacv]I already have a reservation number "RR2454456667" inserted ok?[/quote:ifkbiacv] Hmm, well I didn't know because in the reservation database you sent me that field is named NUMPRE, and it...
ApplyParams Tdatabase
in fact you didn't understand anything about what I'm doing. I already have a reservation number "RR2454456667" inserted ok? [b:227k26rq]From[/b:227k26rq] 08/07/2021 [b:227k26rq]to[/b:227k26rq] 28/07/2021 [b:227k26rq]Element[/b:227k26rq] type 01 ( umbrella) [b:227k26rq]Number[/b:227k26rq] 0006 record number 6 Go...
ApplyParams Tdatabase
Silvio, [quote:2trsc1ad]In edit procedure I must change the position continuously and look for the most appropriate for the client when I change the position I mean the type of the item, the number and the date range for the reservation.[/quote:2trsc1ad] This could be automated. Just build a routine that looks for al...
ApplyParams Tdatabase
[quote="James Bott":3eh7ifpr]Hmm, well I didn't know because in the reservation database you sent me that field is named NUMPRE, and it is 18 digits long. The fieldname didn't sound like RESNO, RESID or similar, and I don't even know how big of a number is 18 digits long (1,000 trillion). Wow, that is a lot of reservat...
ApplyParams Tdatabase
[quote:1t2dqik5]>I honestly don't understand what your common thread is and what the reservation number has to do with it. No government requirements. Do I have to explain on the public forum how I created the NUMPRE field or the INVOICE field? Exactly, the field is 18 characters and is a string formed by an internal ...
ApplyParams Tdatabase
[quote="James Bott":2x2ke3zy][quote:2x2ke3zy]>I honestly don't understand what your common thread is and what the reservation number has to do with it. No government requirements. Do I have to explain on the public forum how I created the NUMPRE field or the INVOICE field? Exactly, the field is 18 characters and is a ...
ApplyParams Tdatabase
Silvio, [quote:3641gx3h]>this test ( perhaps you not seen it)[/quote:3641gx3h] No I have not, I will look at it. [quote:3641gx3h]>the invoice and numpre fields must remain so in modification[/quote:3641gx3h] Of course. [quote:3641gx3h]>I don't use any IDs[/quote:3641gx3h] I know, and this is one of the reasons you h...
Apps with UAC
While most applications run fine in Win 7, some are needing UAC approval to proceed. For example, a simple utility I have which runs with the server startup, seeks UAC permission becaue it "might cause a change to the computer". In fact, it just reads and writes data files, and does have an FTP component. When a ser...
Apps with UAC
Hello Tim, Is inside the exe-name something like “update”, “install” or “setup”? Best regards, Otto
Apps with UAC
The name is ASWUpdate.exe.
Apps with UAC
Hello Tim, rename ASWUpdate.exe to ASWsomething.exe ( don't use update, install, setup) and it should work. Best regards, Otto
Apps with UAC
Thank you. That resolves the issue. Very strange ! I could find nothing on any forum, resource site, book, tutorial on that.
Apps with UAC
Kudos to Otto for that!
Aprenda a crear aplicaciones estilo Metro
Copiado textualmente de la pagina web que hace el tema...espero sea de utilidad, saludos... <!-- s:shock: --><img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked" /><!-- s:shock: --> "Comience a crear aplicaciones estilo Metro de forma rápida y fácil. Nuestra guía de introducción le guía a través de lo...
Aprenda a crear aplicaciones estilo Metro
Muy buen aporte, gracias. Antonio, en el Asus T101mt no puedo utilizar el estilo Metro ya que me dice que la resolución ha de ser superior a 1024x600, me pide una resolución de pantalla mínima de 1024x768 para Wind8. No se si sigues teniendo esta computadora, has podido solucionarlo.
Aprenda a crear aplicaciones estilo Metro
Andrés, No sigo teniéndola, gracias por la información. Es una lastima que Microsoft no se preocupe en mantener compatibilidad con los tablets ya existentes...
Aprenda a crear aplicaciones estilo Metro
Solucionado, al parecer parece que se bloquea en la resolución mas correcta para el ordenador pero aqui se explica como aumentar la resolucion, despues de realizar los cambios y el reinicio de la computadora un par de veces aumenta la resolución de 600 a 768. Te deja elejir una superior, aunque te dice que la ideal es ...
Aprenda a crear aplicaciones estilo Metro
Andrés, Y que tal va en ese ordenador ? <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Aprender a multiplicar ;-)
Hola, En <!-- w --><a class="postlink" href="http://www.capelblog.com">www.capelblog.com</a><!-- w --> Saludos José Luis Capel
Aprender a multiplicar ;-)
Puestos a multiplicar, tampoco está de más probar las nuevas hojas de cálculo de Google: <!-- m --><a class="postlink" href="https://www.google.com/accounts/ServiceLogin?service=wise&passive=true&nui=1&continue=http%3A%2F%2Fspreadsheets.google.com%2Fccc%3Fnew">https://www.google.com/accounts/Service ... Fccc%3Fnew</a><...
Aprender a restar
Hola, Disculpad por el off-topic. He puesto en mi blog <!-- w --><a class="postlink" href="http://www.capelblog.com">www.capelblog.com</a><!-- w --> un artículo que pudiera ser interesante para alguno. Saludos, José Luis Capel
Aprender mod_harbour
[url:6ammfrgl]https&#58;//www&#46;hotmart&#46;com/product/web-development-with-mod-harbour-and-mercury/K39741308S[/url:6ammfrgl]
Aprender mod_harbour
Hola Antonio el curso esta en ingles <!-- s:( --><img src="{SMILIES_PATH}/icon_sad.gif" alt=":(" title="Sad" /><!-- s:( -->
Aprender mod_harbour
Patricio, le acabo de enviar un email a Ricardo para que considere una traducción a español <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
Aprender mod_harbour
Hasta donde yo sé el curso de Ricardo es una "dúplica" en inglés del que dió Charly en privado en español pero que al poco hizo público
Aprendiendo a utilizar harbour
Hola y buenas estoy migrando clipper a harbour y luego a un entorno grafico quiero implementar una libreria .dll en mi sistema mas especificamente las fiscales para epson y hasar. La cuestion es que he visto que se pueden enlazar estas al sistema incluso en modo consola creando unos prototipos para la llamada a dicha d...
Aprendiendo de los grandes Maestros :-)
[url:ppxzow1s]https&#58;//www&#46;youtube&#46;com/watch?v=RtzgfzScjfM[/url:ppxzow1s]
Aprendizaje Automatizado usando Harbour
Aquí teneis un ejemplo muy sencillo para implementar Aprendizaje Automatizado (Machine Learning) usando Harbour. Imaginad que tenemos un robot y queremos que el robot aprenda la forma más eficiente de salir de una casa. Asi que situamos en robot en una habitación al azar y el robot intenta salir de la casa. El robot ...
Aprendizaje Automatizado usando Harbour
[quote:2cjhb579]The robot is at room: 5 He has these choices: Go to room: 1 (score: 0 ) Go to room: 4 (score: 0 ) Go to room: 6 (score: 0 ) The robot is at room: 4 He has these choices: Go to room: 2 (score: 0 ) Go to room: 3 (score: 0 ) Go to room: 5 (score: -0.1 ) The robot is at room: 3 He...
Aprire una pagina di un sito internet
Salve, esiste una funzione per aprire una pagina internet da un'applicazione FWH ? Per aprire intendo eseguire internet explorer ed aprire la pagina che mi interessa. Finora ho utilizzato shellexecute ma in alcuni casi non mi apre la pagina. Grazie Saluti Marco.
Aprire una pagina di un sito internet
Quali casi? Un esempio? EMG
Aprire una pagina di un sito internet
[quote="Marco Turco":3k893as2]Salve, esiste una funzione per aprire una pagina internet da un'applicazione FWH ? Per aprire intendo eseguire internet explorer ed aprire la pagina che mi interessa. Finora ho utilizzato shellexecute ma in alcuni casi non mi apre la pagina. Grazie Saluti Marco.[/quote:3k893as2] Hola ...
Aproperties Tsay Timage tBtnbmp
Don Antonio Linares, Daniel Garcia Gil En un dialog tengo tres tipos de control, Tsay, Tbtnbmp, Timage, usados para desplegar fotos tipo jpg o png, mostradas bajo un criterio de selección. Al hacer click o doble click sobre una foto debo recuperar el indice del aControls para extrraer el nombre del archivo mostrado...
Aproperties Tsay Timage tBtnbmp
Ernesto, Prueba asi: [code=fw:9pumt6ru]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00C800;">local</span> nAt := AScan<span style="color: #000000;">&#40;</span> oDlg:<span style="color: #000000;">aControls</span>, <span style="color: #000000;">&#123;</span> | oControl | oControl...
Aproperties Tsay Timage tBtnbmp
Don Antonio Aun sin resolver, segui su comentario, pero, cuando el control es de la clase tBTMBMP, ok puedo buscar el hilo del archivo que se muestra, pero cuando es con la clase TImage, sequeda con el nAt del tBTMBMP anterior, que otro camino busco.. Gracias
Aproperties Tsay Timage tBtnbmp
en este link hay una imagen, las fotos que se ven es con TIMAGE, los cuadros vacios es con TBTNBMP <!-- m --><a class="postlink" href="http://www.subirimagenes.com/otros-pantalla1-7393709.html">http://www.subirimagenes.com/otros-pant ... 93709.html</a><!-- m --> Saludos
Aproperties Tsay Timage tBtnbmp
ultima imagen <!-- m --><a class="postlink" href="http://s3.subirimagenes.com:81/imagen/previo/thump_7397137pantallazo03.png">http://s3.subirimagenes.com:81/imagen/p ... lazo03.png</a><!-- m -->
Aproperties Tsay Timage tBtnbmp
Ernesto, Eso se debe a que un control TImage no toma el foco (normalmente) ya que el usuario no suele interaccionar con él. Si estas usando un diálogo definido en un RC prueba a ponerle el estilo WS_TABSTOP que haria que pudiese tomar el foco. Otra solución es modificar el código que te he propuesto pero que cambie ...
Aqui Un Ejemplo funcional para xbrowse
Amigos, aquí está el código ejemplo de una función para edición contable de un comprobante de diario. Fácilmente puede ser pasado a código para facturación. Es una manera de hacer público mi agradecimiento por toda la ayuda que he recibido de este grandioso foro. Agradeceré cualquier comentacio o mejora al código. Es...
Aqui Un Ejemplo funcional para xbrowse
Para las funciones descritas, puedes buscar asi:No encuentro las mejoras hechas a xbrowse por franciscoA ??
Aqui Un Ejemplo funcional para xbrowse
GRACIAS FRANCISCO, te cuento que no ha llegado nada, revisa si se devolvio o si podrias volver a intentar, gracias nuevamente y disculpa
Aqui Un Ejemplo funcional para xbrowse
SALUDOS FRANCISCO He tratado de ejecutar tu ejemplo pero me he encontrado algunos problemitas que son: 1.- no tengo la tabla, lo cual no es grave pq se puede ir creando a medida que de errores de base de datos, etc 2.- me da errores lo siguiente: oCol:lTotal := .t. //para totalizar cols a report y/o excel oCol:...
Aqui Un Ejemplo funcional para xbrowse
Alex, revisa tu correo.
Aqui Un Ejemplo funcional para xbrowse
Hola, Podrias enviarme el mismo DBF y codigo a mi tambien? MI email es <!-- e --><a href="mailto:wbguerrero@gmail.com">wbguerrero@gmail.com</a><!-- e --> Aun no he podido lograr compilar ningun browser de los samples de fwh. Todos me dan error A la espera de tu email y gracias de antemano
Aqui Un Ejemplo funcional para xbrowse
Compuin, revisa tu correo. Es para la ver 712 Saludos.
Aqui Un Ejemplo funcional para xbrowse
aqui esta el ejeplo: se crea la tabla DATOS.DBF si no existe. [code=fw:1z51mwj0]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"FiveWin.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"In...
Aqui Un Ejemplo funcional para xbrowse
No funciona. Mi version de FWH es la 6.12. Que esta mal?
Aqui Un Ejemplo funcional para xbrowse
es un error de ejecucion? o de compilacion, saludos.
Aqui Un Ejemplo funcional para xbrowse
Al momento de ejecutar. Te lo envie a tu correo como error browser. Saludos,
Aqui Un Ejemplo funcional para xbrowse
compuIn. Pon el error aqui, o mandamelo al correo: <!-- e --><a href="mailto:sysctrl@prodigy.net.mx">sysctrl@prodigy.net.mx</a><!-- e -->, ya que en mi correo de hotmail, no he recibido nada. saludos..
Aqui Un Ejemplo funcional para xbrowse
Te lo acabo de enviar. Agradezco tu ayuda ya que ningun browser me funciona