Search found 380 matches: byron

Return to advanced search

Re: GetHostByName( GetHostName() )

Dear Byron, You may ask chatgpt and Google Gemini about it and both offer good advice: chatgpt: Enumerate Network Interfaces: Use the GetAdaptersInfo or GetAdaptersAddresses function to enumerate all network interfaces on your ...
by Antonio Linares
Wed Mar 06, 2024 9:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GetHostByName( GetHostName() )
Replies: 1
Views: 162

Re: Problem with FiveWin and PDF995 on Windows 11.

... back to false, or do you need to set it everytime. Why does it not get set back to false when you initiate the "Print oPrn..." command? Byron ... lUseHaruPDF is a CLASSDATA that is similar to a STATIC variable. You can access it through the class itself, while a DATA can accessed only ...
by Enrico Maria Giordano
Wed Feb 14, 2024 8:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1218

Re: Problem with FiveWin and PDF995 on Windows 11.

... back to false, or do you need to set it everytime. Why does it not get set back to false when you initiate the "Print oPrn..." command? Byron ...
by byron.hopp
Wed Feb 14, 2024 7:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1218

Re: Problem with FiveWin and PDF995 on Windows 11.

Thank you Mr. Rao, modifying my code at this moment. Very complete. Byron ...
by byron.hopp
Tue Feb 13, 2024 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1218

Re: Using Excel with Fivewin and OLE

Dear Byron,

Maybe this way ?

Selection:FormatConditions:Add( xlCellValue, xlEqual, .T. )

just guessing...
by Antonio Linares
Sat Feb 10, 2024 6:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Excel with Fivewin and OLE
Replies: 2
Views: 116

Re: Browse Json

Hello byron, an option would also be to use webview2. Best regards, Otto https://mybergland.com/fwforum/jsonview.gif     #include "FiveWin.ch"    static csend2js := "send from Harbour"  ...
by Otto
Thu Jan 11, 2024 9:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse Json
Replies: 8
Views: 833

Re: App Termination and Relaunch.

Dear Byron,

You may try:

ShellExecute( 0, "open", "yourapp.exe" )
__Quit()
by Antonio Linares
Fri Oct 06, 2023 6:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: App Termination and Relaunch.
Replies: 5
Views: 397

Re: Mod_Harbour setup on a Windows IIS Server.

Dear Byron,

Please review https://github.com/FiveTechSoft/mod_har ... master/IIS

the setup is explained at the bottom
by Antonio Linares
Thu Aug 24, 2023 5:25 am
 
Forum: mod_harbour
Topic: Mod_Harbour setup on a Windows IIS Server.
Replies: 1
Views: 353

Re: Google API for Charts

Dear Byron, From javascript you can use this: // Get the element you want to capture as a screenshotconst targetElement = document.getElementById('elementId'); // Replace 'elementId' with the ID of the element you want ...
by Antonio Linares
Wed Aug 09, 2023 6:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Google API for Charts
Replies: 2
Views: 205

Re: Graphics Lib for Mod_Harbour

Dear Byron,

> Or do I need a newer version.

Yes. Old webview had many troubles, current one works very fine

> Is there a Chart.prg available in FW for Harbour to show how to use Google Charts from WinForms?

Not yet, but it is quite easy to build such example :-)
by Antonio Linares
Fri Jul 21, 2023 6:03 am
 
Forum: mod_harbour
Topic: Graphics Lib for Mod_Harbour
Replies: 7
Views: 784

Re: Graphics Lib for Mod_Harbour

Dear Byron,

You could use it from FWH apps using Class TWebView
by Antonio Linares
Thu Jul 20, 2023 9:45 pm
 
Forum: mod_harbour
Topic: Graphics Lib for Mod_Harbour
Replies: 7
Views: 784

Re: Graphics Lib for Mod_Harbour

Dear Byron,

Please review mod_harbour/samples/chart.prg
by Antonio Linares
Thu Jul 20, 2023 5:39 am
 
Forum: mod_harbour
Topic: Graphics Lib for Mod_Harbour
Replies: 7
Views: 784

Re: Listbox in Cell of Excel

Dear Byron, I copied and pasted your initial post and got some code OLEObject xlApp, xlWorkbook, xlWorksheet...xlApp = OLEObject.Init("Excel.Application")xlWorkbook = xlApp.Workbooks.Open("path/to/your/spreadsheet.xlsx")xlWorksheet ...
by Antonio Linares
Thu Jun 15, 2023 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox in Cell of Excel
Replies: 6
Views: 402

Re: Listbox in Cell of Excel

Dear Byron,

I have just asked chatGPT about it and it provided answer and code, you may give it a try
by Antonio Linares
Thu Jun 15, 2023 6:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox in Cell of Excel
Replies: 6
Views: 402

Re: Filling Excel Sheet Via OLE

Dear Byron, Asking chatGPT about it: https://chat.openai.com/chat Yes, you can manipulate a combobox associated with a cell in an Excel sheet through OLE (Object Linking and Embedding). You can do this by using a ...
by Antonio Linares
Thu Feb 02, 2023 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filling Excel Sheet Via OLE
Replies: 2
Views: 247
Next

Return to advanced search