Search found 50 matches: forth

Return to advanced search

Advantages of a Patcher and Preprocessor over OOP

... and Parameter Management :Less Variable Passing: By dividing the code into logical units, the need to pass variables and parameters back and forth is often eliminated, making the code clearer and easier to maintain. Best regards, Otto
by Otto
Mon Jul 29, 2024 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantages of a Patcher and Preprocessor over OOP
Replies: 1
Views: 301

Re: EZTexting Send Message

... aHeaders here. Instead I allow curl_easy_setopt() do the job. I have expanded the class to send WhatsApp, Voice calls, and receive texts back and forth. I use it to send patients reminders about their appointments and receive confirmations or cancellations back via SMS. However, at this point ...
by reinaldocrespo
Tue Jul 16, 2024 12:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EZTexting Send Message
Replies: 8
Views: 838

Re: Search for a number on xbrowse and highlight it

... Annual Extractions In this mode, the draws of the reference year are displayed. To scroll back and forth through the years, I use the buttons on the toolbar Continuous extractions In this mode the extractions are displayed sequentially without interruption. ...
by Silvio.Falconi
Thu Oct 13, 2022 7:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search for a number on xbrowse and highlight it
Replies: 9
Views: 1299

Re: "Text" Date/Time to "Number" ?

Not sure this is useful to anybody to me, but this is how I convert back and forth from harbour datetime to ISO datetime. // -------------------------------------------------------------------------- //// DateTimeToISO8601( t )FUNCTION hb_TToI( t )   hb_Default( ...
by nageswaragunupudi
Tue Aug 16, 2022 8:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Text" Date/Time to "Number" ?
Replies: 8
Views: 654

Re: "Text" Date/Time to "Number" ?

Not sure this is useful to anybody to me, but this is how I convert back and forth from harbour datetime to ISO datetime. // -------------------------------------------------------------------------- //// DateTimeToISO8601( t )FUNCTION hb_TToI( t )   hb_Default( ...
by rhlawek
Tue Aug 16, 2022 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Text" Date/Time to "Number" ?
Replies: 8
Views: 654

Re: Make para BCC10

... path settings point to the “bin” folder where you extracted the download zip file. Final words =========== We hope you find these tools useful. Go forth and code! Acknowledgements ================ This was based on a previous community article on the older Embarcadero Developer Network (EDN) web ...
by cnavarro
Sun Mar 28, 2021 5:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Make para BCC10
Replies: 7
Views: 1282

Re: Peer to Peer, NAS and NTX -> CDX

Tim, I think sending data back and forth over a network is always the second-best option. If there are better and simpler options (RDP), you should use them. You can handle things with SQL and client server. But these things can be solved ...
by Otto
Mon Dec 21, 2020 8:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Peer to Peer, NAS and NTX -> CDX
Replies: 41
Views: 4757

Re: Are there any Treeview samples with associated edit boxes?

I was pleasantly surprised to see that we already defined a key (tab) to switch back & forth between the tree and the text area. However - Go ahead and pick a node, and then Tab back & forth, several times. Each time the pointer moves into the Text area, it will ...
by FWExplorer
Fri Dec 04, 2020 2:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 6210

More details WIN_OLEAUTO information in debugger

... When I examine the objects in the VBSEdit debugger, it displays all the Methods & Properties, with details about the internal arrays, & so forth. So - Is there a better debugger for Harbour, that shows more information or Is there a better function than win_oleCreateObject() - either in ...
by FWExplorer
Thu Jul 09, 2020 3:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: More details WIN_OLEAUTO information in debugger
Replies: 11
Views: 2286

Re: How To create a DashBoard

... Your TDocpanel Class seem to be very interesting and will add a great value to our FiveWin Library. I wish that you will be able to publish it in forth coming 19.04 Version. -Ramesh Babu Dear Ramesh Thank you for your words The idea is that users can build different dockpanels, generating a library ...
by cnavarro
Thu May 09, 2019 9:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To create a DashBoard
Replies: 41
Views: 8176

Re: How To create a DashBoard

Hi Cristobal,

Your TDocpanel Class seem to be very interesting and will add a great value
to our FiveWin Library.

I wish that you will be able to publish it in forth coming 19.04 Version.

-Ramesh Babu
by RAMESHBABU
Thu May 09, 2019 12:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To create a DashBoard
Replies: 41
Views: 8176

Re: Reinforcement Learning

... with greater weight, willing to delay the reward. In this case, if the matrix Q has been enhanced, instead of exploring around, and going back and forth to the same rooms, the agent will find the fastest route to the goal state.
by Antonio Linares
Fri Dec 22, 2017 7:09 pm
 
Forum: latest AI news
Topic: Reinforcement Learning
Replies: 6
Views: 3899

Resource leak in menus

... I open this sample in Windows 10 I can see the GDI count in the Windows task manager go up as I click on the menu items. Simply switching back/forth between the sample and the task manager using Alt+Tab causes the GDI count to increase, i.e. as the app simply loses/gains focus and menu is repainted ...
by Randal
Fri Jul 21, 2017 10:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resource leak in menus
Replies: 27
Views: 5786

Re: Verify 2 different tables

I would think that scrolling back and forth across a long line of data looking for differences would be much harder to use.


Yes, therefore I present his a Xabrowse with only changed records and color the differences on every row.

Thanks for thinking with me ...
by Marc Venken
Tue May 30, 2017 11:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Verify 2 different tables
Replies: 6
Views: 1165

Re: Verify 2 different tables

... in a report format (paper or electronic). Something like: John Smith Street: 2113 Main St Phone: ,,,, etc... I would think that scrolling back and forth across a long line of data looking for differences would be much harder to use. James
by James Bott
Tue May 30, 2017 10:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Verify 2 different tables
Replies: 6
Views: 1165
Next

Return to advanced search