Search found 5446 matches: still

Return to advanced search

Re: SQL connection

Hi, Jeff, nice to see you again. It seems like you haven't been here for a long time.
I've often wondered if you're still working on your program. Unfortunately,
I've shut down all my SQL servers and haven't done anything with them for a long time. But I'm happy to see you.
Best regards,
Otto
by Otto
Wed Jan 31, 2024 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL connection
Replies: 6
Views: 641

Re: RAO advice on using Mysql

... testing. Please wait. Anyway, the usual practice is not to open the full table but to open only the required part of a table using where clause. Still FWH RecSet class provides a fast way to open very large tables.
by nageswaragunupudi
Tue Jan 30, 2024 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 1157

Re: link between PRG and RC

... with fivewin - a list of necessary tools and resources? i see the source code and begin to understand slowly and gradually but compiling is still a mystery to me. i suppose there is a button that does it for me if i set up everything correctly? any guidance would be very appreciated. kind ...
by Ruth
Tue Jan 30, 2024 1:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 2110

Re: "Save As" dialog box

hi,
nageswaragunupudi wrote:The problem still remains. User can select a normal File also, even though the flag BIF_RETURNONLYFSDIRS is set when the flag BIF_BROWSEINCLUDEFILES is added.

you can test if it is a File or Folder which are select
by Jimmy
Sun Jan 28, 2024 9:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Save As" dialog box
Replies: 14
Views: 1977

Re: "Save As" dialog box

... // Uninitialize COM library    CoUninitialize();} https://imagizer.imageshack.com/v2/xq70/924/wB9Do1.png The problem still remains. User can select a normal File also, even though the flag BIF_RETURNONLYFSDIRS is set when the flag BIF_BROWSEINCLUDEFILES is added. Expecting ...
by nageswaragunupudi
Sun Jan 28, 2024 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Save As" dialog box
Replies: 14
Views: 1977

Re: FW_MemoEdit error

... level that don't work well This makes me very angry because when I use it I have to create a simple application with fwh and are faced with these still unresolved errors while someone is forcefully pushing fwteam to go in another direction
by Silvio.Falconi
Sun Jan 28, 2024 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_MemoEdit error
Replies: 2
Views: 530

Re: future of Rich Text Editor maybe time to start with WEBVIEW

... I think it all depends on that. Best regards, Otto Dear Otto, I'm a retired programmer who created all necessary programs for a company which still Is a producer/manufactor for musical instruments as well a distributor for musical goods worldwide. I also created lots of webpages which php, ...
by Detlef
Fri Jan 26, 2024 11:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1902

Re: future of Rich Text Editor maybe time to start with WEBVIEW

... opinion, firstly their involvement in ChatGPT and now Copilot. It's a whole new situation. Although Edge is integrated into Windows 11, users can still install and use other web browsers if they prefer. However, uninstalling or removing Edge can lead to unexpected problems, as some system functions ...
by Otto
Wed Jan 24, 2024 8:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: future of Rich Text Editor maybe time to start with WEBVIEW
Replies: 19
Views: 1902

Steps to integrate AI

... the best option is and what steps to follow. There is a lot of talk about ChatGPT in forums, and Antonio also posted something about Copilot. It's still a very new topic for us, and we want to know how we can start with the implementation without getting overwhelmed. From what we understand, to ...
by leandro
Fri Jan 19, 2024 8:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Steps to integrate AI
Replies: 4
Views: 675

Re: Problem with tget numeric

... has to insert as many lines as the types of bread ordered, so the operation must be very fast and this operation is done every day now it is still done by hand with a pen on a paper model. It is not easy to understand the problem
by Silvio.Falconi
Tue Jan 16, 2024 9:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tget numeric
Replies: 16
Views: 1561

reverse engineering of a harbour compiled c file

... this disaster) In a prg file (lefunz.prg) i made two new complicated function of which i lost everything. Now i realized that the functions are still in a c file (lefunz.c) in HB_func format Is it possible to reverse enginering to a prg format? ( or from the exe file that is still linked with ...
by lorenzoazz
Tue Jan 16, 2024 9:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: reverse engineering of a harbour compiled c file
Replies: 1
Views: 616

Re: nYoffset and nXoffset

I saw now on a oldest Tprinter class modified by Luis Krause

Vampire Path he fixed inverted values to ::nXOffset and ::nYOffset

probably fwhteannon modified these parameters taking into account Luis Krause's measures so the error in nxOffsett and nYOffset still remains
by Silvio.Falconi
Mon Jan 15, 2024 10:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: nYoffset and nXoffset
Replies: 11
Views: 899

Re: How to find out the IDs of controls and types?

Umm, if theme Is active, the label control not change color.only ir theme Is not active. Even removing the themes still doesn't work. These functions work perfectly on the fivewin ComboBox and RadioButtons controls: SetWindowTheme(GetDc(lc_aCtrlsAllApi[lc_iFor,3]), "", ...
by Giovany Vecchi
Wed Jan 10, 2024 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to find out the IDs of controls and types?
Replies: 16
Views: 1993

Re: Soap Web Service - timeout request

Hi Antonio, Thank you. Question, if I set nSecs = 5 and responses comes back faster, will it still wait 5 seconds or process immediately? Does not wait. Processes immediately. Also for additional information: httprequest method SetTimeOuts( nResolveTimeOut, nConnectTimeOut, ...
by nageswaragunupudi
Tue Jan 09, 2024 4:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service - timeout request
Replies: 4
Views: 728

Re: Soap Web Service - timeout request

Hi Antonio,
Thank you. Question, if I set nSecs = 5 and responses comes back faster, will it still wait 5 seconds or process immediately?
by cdmmaui
Tue Jan 09, 2024 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Soap Web Service - timeout request
Replies: 4
Views: 728
PreviousNext

Return to advanced search