Search found 60 matches: approaches

Return to advanced search

Re: Genesis - mod harbour

Cristobal, I think there are several approaches to web programming. You start with a program at zero and take eg, genesis, and then expand the functions and optics according to your needs. Or you look for a finished template and then build ...
by Massimo Linossi
Tue Jan 14, 2020 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Genesis - mod harbour
Replies: 10
Views: 1515

Re: Genesis - mod harbour

Cristobal, I think there are several approaches to web programming. You start with a program at zero and take eg, genesis, and then expand the functions and optics according to your needs. Or you look for a finished template and then build ...
by Otto
Tue Jan 14, 2020 1:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Genesis - mod harbour
Replies: 10
Views: 1515

Re: Cadena extensa TEXT ENDTEXT - ( SOLUCIONADO )

... variable. Otherwise, you can use a token like "<token>" and use StrTran(...) replacing that token with your value, I gave both the approaches above.
by nageswaragunupudi
Thu Dec 12, 2019 3:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cadena extensa TEXT ENDTEXT - ( SOLUCIONADO )
Replies: 4
Views: 858

Re: To Nages : Explain me how I must make this tdatabase

... will have duplicate IDs when DBF is packed. 2. Use AutoInc field feature of DBFCDX . This is always quite safe. Note: Using any of the above two approaches in a multiuser environment, we do not know what will be the autoinc ID until we save a new record. Therefore, it is not possible to predict ...
by nageswaragunupudi
Sun Mar 03, 2019 3:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 3400

Re: strategies

I stumbled upon dbFree when I was researching the issue. Wonder how it compares to other approaches
by hua
Thu Feb 21, 2019 2:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: strategies
Replies: 34
Views: 8249

Re: FWH 1808: Dialog as Mdichild

... leave it as a nowait dialog. Not only the new improvement makes the process simpler but also overcomes many shortcomings of the different present approaches being used.
by nageswaragunupudi
Tue Oct 23, 2018 11:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1808: Dialog as Mdichild
Replies: 14
Views: 4148

FTP with Harbour / MSVC / FWH issues

... is defined: PRIVATE iDLL := LoadLibrary( "wininet.dll" ) As I said, this code is fine with xHarbour, but not Harbour. I've tried other approaches but all are problematic. Any ideas on this one ?
by TimStone
Tue Jun 19, 2018 11:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FTP with Harbour / MSVC / FWH issues
Replies: 8
Views: 2257

Reinforcement Learning

Reinforcement Learning - A Simple Python Example and A Step Closer to AI with Assisted Q-Learning Supervised and unsupervised approaches require data to model, not reinforcement learning! That’s right, it can explore space with a handful of instructions, analyze its surroundings one ...
by Antonio Linares
Tue Dec 19, 2017 5:02 am
 
Forum: latest AI news
Topic: Reinforcement Learning
Replies: 6
Views: 2167

Re: Better method Gradient() for class TWindow

... right, but in method SetSize() the method gradient() is using and should be correct. SetSize does not affect gradient brush. We have 2 alternative approaches to show gradient background for a window/dialog. (A) Use gradient method/clause and (B) create a gradient brush and apply the brush to window/dialog. ...
by nageswaragunupudi
Fri Jul 28, 2017 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Better method Gradient() for class TWindow
Replies: 5
Views: 1367

JSON - request then decode

... control. With the example posted on JSON decoding previously, the approach was a bit different. I'd appreciate it if someone has some alternative approaches on how I should be handling this request / response sequence. Thanks so much. Tim For XML data I have been using
by TimStone
Mon Jul 17, 2017 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON - request then decode
Replies: 9
Views: 3807

Re: FWHMARIADB Samples

... table has a class If you can please provide a working example using the above class to explain its functionality, we try to suggest alternative approaches to achieve the same functionality without inheriting from these classes. We request you to provide a sample which we can compile and build ...
by luiz53
Mon Apr 24, 2017 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMARIADB Samples
Replies: 48
Views: 20833

Re: FWHMARIADB Samples

... from these classes. If you can please provide a working example using the above class to explain its functionality, we try to suggest alternative approaches to achieve the same functionality without inheriting from these classes. We request you to provide a sample which we can compile and build ...
by nageswaragunupudi
Fri Apr 21, 2017 3:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWHMARIADB Samples
Replies: 48
Views: 20833

Toast Alert vs (my) TdesktopAlert

... My class TDesktopAlert approaches the type of Desktop Alert that makes window and now it also allows the animation, up from the bottom and back down after n seconds the menu ...
by Silvio.Falconi
Fri Apr 01, 2016 5:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Toast Alert vs (my) TdesktopAlert
Replies: 9
Views: 2920

Re: Filtering xBrowse Arrays

... XBrowse. 2. Splitting the child array and attaching to the Parent array. Both work well. My preference is the 2nd method. There can be many other approaches too. You may use what you like. For testing, I created parent and child arrays from states.dbf and customer.dbf in \fwh\samples folder. You ...
by nageswaragunupudi
Wed Mar 09, 2016 5:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filtering xBrowse Arrays - SOLVED!
Replies: 18
Views: 7037

Re: ADO RDD xHarbour

... " to the ado functions in ADORDD_GETFUNCTABLE. This is why the level of app code compatibility its so high with adordd against other approaches. Syntax is exactly the same. But you can also work (getting the work area recordset or connection) with SQL directly using functions like ...
by AHF
Wed Aug 26, 2015 1:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 449658
PreviousNext

Return to advanced search