Search found 29 matches: interestingly

Return to advanced search

Re: Pragmatic Concept: A Practical Approach to Everyday Challeng

... posting some information on the cURL Lib here, which I created with the help of ChatGPT. https://mybergland.com/fwforum/curl-lib.pdf Interestingly, I just used this function yesterday as well, but from PHP, to call mod harbour. Here you see how to use from Fivewin: https://forums.fivetechsupport.com/viewtopic.php?f=3&t=44240&start=0 ...
by Otto
Sat Feb 17, 2024 11:38 am
 
Forum: mod_harbour
Topic: Pragmatic Concept: A Practical Approach to Everyday Challeng
Replies: 1
Views: 163

Re: function urlLoad( cUrl )

... posting some information on the cURL Lib here, which I created with the help of ChatGPT. https://mybergland.com/fwforum/curl-lib.pdf Interestingly, I just used this function yesterday as well, but from PHP, to call mod harbour. https://forums.fivetechsupport.com/viewtopic.php?f=45&t=44242 ...
by Otto
Sat Feb 17, 2024 11:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: function urlLoad( cUrl )
Replies: 17
Views: 1698

Re: PDF EN RPREVIEW

... and compare the generated pdfs. Also you will notice the capabilities of harupdf, where you can click on the photo to go to a website You will interestingly notice some capabilities and limitations of these different approaches. It is important for you to know them. You can also notice any ...
by nageswaragunupudi
Sat Aug 12, 2023 8:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PDF EN RPREVIEW
Replies: 12
Views: 980

Re: Webview question

Interestingly, the syntax used in the webview3.prg example does not show the ghost window. Specifically, assigning the dialog/window handle when calling the Webview:New() method.

oWebView := TWebView():New( , oDlg:hWnd )


Gracias por el dato :D
by leandro
Sun Jul 02, 2023 5:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2981

Re: Webview question

Antonio, The latest examples work fine now. Interestingly, the syntax used in the webview3.prg example does not show the ghost window. Specifically, assigning the dialog/window handle when calling the Webview:New() method. oWebView := TWebView():New( ...
by Randal
Sun Jul 02, 2023 2:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 2981

Re: FWH 18.03 Dialog Problem (STILL)

... buildx.bat. This program works well with Harbour in all versions But crashes with xHarbour with FWH 1803 and FWH1804, but works well with FWH1802 Interestingly, instead of calling uDialog, if we call MsgInfo() the program runs well. Can any other users test this sample and confirm the behaviour? ...
by nageswaragunupudi
Wed Jun 06, 2018 5:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.03 Dialog Problem (SOLVED)
Replies: 51
Views: 7546

Resource leak in menus

... simply loses/gains focus and menu is repainted the GDI count goes up. I tried this on a couple of different Win 10 machines with the same results. Interestingly, under WIndows XP neither our app or the sample increased the GDI count. The menu in our app has quite a few more menu options so it only ...
by Randal
Fri Jul 21, 2017 10:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resource leak in menus
Replies: 27
Views: 4954

Re: xbrowse / ADS failure

... are working: AdsGetRelKeyPos AdsSetRelKeyPos AdsGetKeyCount Theoretically, these functions also should depend on the index still they work. Interestingly there is AdsGetKeyPos() function in ACE but no comparable function to OrdKeyGoTo() I suggest you please continue with the change we proposed ...
by TimStone
Wed Oct 28, 2015 10:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse / ADS failure
Replies: 8
Views: 1920

Re: DBF to SQL converter program

... use. While I am aware of all implications, I just would like to say a majority of programmers in the world use it and I used without any issues. Interestingly, Oracle does not have the auto-increment fields. Instead we use Sequences. More programming work, but we push the logic inside the triggers. ...
by nageswaragunupudi
Fri Aug 21, 2015 5:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL converter program
Replies: 59
Views: 18217

Re: problema con xbrowser

... are working: AdsGetRelKeyPos AdsSetRelKeyPos AdsGetKeyCount Theoretically, these functions also should depend on the index still they work. Interestingly there is AdsGetKeyPos() function in ACE but no comparable function to OrdKeyGoTo() I suggest you please continue with the change we proposed ...
by nageswaragunupudi
Fri May 01, 2015 3:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema con xbrowser
Replies: 17
Views: 4958

Re: ADO RDD xHarbour

Different date literal formats work with different SQL databases and also depending on settings. Interestingly American dateformats work with many, because all the software is written by programmers (whatever be their nationality) sitting in USA. But we better stick to ...
by nageswaragunupudi
Sun Mar 29, 2015 8:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 448223

Re: DataRow problem

... converts the values is -1 or 0 and assigns to the underlying field. So we do not get an error when we assign a logical value to a numeric field. Interestingly CHECKBOX also does not complain when we start with a numeric variable. So it seems ok using an INT (tinyint or other) field to hold logical ...
by nageswaragunupudi
Thu Feb 26, 2015 4:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DataRow problem
Replies: 2
Views: 896

Re: All resources consumed in W8.1

... Thanks for responding. The problem of resource consumption in W8.1 was due to a MySQL table to open and not closed, ie to be opened 7500 times, interestingly this same process in W. Vista, NO has the same problem. Case closed. I must confess that once corrected this bug, the application performs ...
by devtuxtla
Thu Jul 17, 2014 12:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: All resources consumed in W8.1
Replies: 5
Views: 1100

Re: C Struct

... I am interfacing to a Digital Persona bioscan SDK and was having troubles, so went back to a documented example using c Structures as parameters. Interestingly I made some calls to the GetTimeZoneInformation function of kernel32.dll and was able to get meaningful returns only for StandardName ...
by patdriscoll
Wed Jun 11, 2014 6:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: C Struct
Replies: 23
Views: 3534

Re: Full working project for Visual Studio 2012 IDE

Thanks. I was drawing from the Microsoft SDK files ( which interestingly still work when building from the UE Studio make file ). However, they only have 7.1 Moving to Windows Kits directory, and using those files, resolves all but one: 1>Fivehc32.lib(BRUSHES.obj) ...
by TimStone
Tue Jun 10, 2014 9:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Full working project for Visual Studio 2012 IDE
Replies: 31
Views: 6837
Next

Return to advanced search

cron