Search found 15 matches: learnt

Return to advanced search

Re: Xbrowse Error

... how to post screen-shots. I would never allow myself to teach you, you are the teacher! Please never say that. In fact, all these years, I have learnt a lot from friends like you here and I am still learning. Coming back to the topic, do you mean to say that this code : if ::nHeaderPad > ...
by nageswaragunupudi
Mon Apr 04, 2022 12:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Error
Replies: 13
Views: 876

Re: Documentation for variables - what form should it be?

... Clean Code ( https://medium.com/mindorks/how-to-write-clean-code-lessons-learnt-from-the-clean-code-robert-c-martin-9ffc7aef870c ) and SOLID ( https://en.wikipedia.org/wiki/SOLID ) are highly recommended concepts ...
by FWExplorer
Sun Feb 28, 2021 9:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Documentation for variables - what form should it be?
Replies: 9
Views: 952

Re: Documentation for variables - what form should it be?

... Clean Code ( https://medium.com/mindorks/how-to-write-clean-code-lessons-learnt-from-the-clean-code-robert-c-martin-9ffc7aef870c ) and SOLID ( https://en.wikipedia.org/wiki/SOLID ) are highly recommended concepts ...
by AngelSalom
Sun Feb 28, 2021 7:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Documentation for variables - what form should it be?
Replies: 9
Views: 952

Re: BASE/39 Write not allowed in MariaDB

nageswaragunupudi wrote:Rowset:
oRs:SetDefault( field, uValue, lReadOnly ) // default lReadOnly is .t.


I could not find SetDefault in http://wiki.fivetechsoft.com/doku.php?id=fivewin_class_fwmariaconnection

I have learnt.

Thanks.
by Horizon
Mon May 04, 2020 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BASE/39 Write not allowed in MariaDB
Replies: 18
Views: 1637

Re: How to speed up your MySQL queries 300 times

Many of us here like me are beginners. This article is good for us. There is something to be learnt from that comment too, even if it sounds arrogant. There are other comments also that are informative. Many of us like me are XBase programmers trying to migrate to RDBMs. ...
by nageswaragunupudi
Wed May 17, 2017 12:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to speed up your MySQL queries 300 times
Replies: 8
Views: 1407

Re: DBF TEMPORARY

Rao, I made TArray long back for personal use. One of my friend programmer liked it and he uses extensively than me. After I learnt about this dbftemp, I am advising him also to use this dbftemp instead of my TArray class. Dbf has more facilties like setting relations and a lot more ...
by nageswaragunupudi
Fri Jul 10, 2015 3:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF TEMPORARY
Replies: 50
Views: 12328

Re: DBF TEMPORARY

Rao, I made TArray long back for personal use. One of my friend programmer liked it and he uses extensively than me. After I learnt about this dbftemp, I am advising him also to use this dbftemp instead of my TArray class. Dbf has more facilties like setting relations and a lot more ...
by James Bott
Fri Jul 10, 2015 2:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF TEMPORARY
Replies: 50
Views: 12328

Re: DBF TEMPORARY

... I ever finished it. James I made TArray long back for personal use. One of my friend programmer liked it and he uses extensively than me. After I learnt about this dbftemp, I am advising him also to use this dbftemp instead of my TArray class. Dbf has more facilties like setting relations and ...
by nageswaragunupudi
Fri Jul 10, 2015 12:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF TEMPORARY
Replies: 50
Views: 12328

FWeb -> Road to the Web...

... are already familiarised with it. In reality, lots of them are codified as our beloved FWH. This will help us with the way we program that we have learnt during these years, in the same conceptual manner. We can also design the screens if we want with our appreciated workshop, pellesc or resedit ...
by Carles
Thu Jun 11, 2015 3:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWeb -> Road to the Web...
Replies: 9
Views: 3633

Re: Image usage with BTNBMP

Hua,

FWH uses the top left pixel of the image to select the transparency color.

This is something that I learnt from Borland :-)
by Antonio Linares
Sat Dec 13, 2014 8:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image usage with BTNBMP
Replies: 6
Views: 1085

Re: BTNBMP Question

... BTNBMP is written ::invnum is translated by the preprocessor as Self:invnum. But this Self is the button object, not "OUR" object. I too learnt these lessons the hard way years back. So I invariably declare a local in every method creating FW objets local oSelf := Self Whether necessary ...
by nageswaragunupudi
Wed Oct 29, 2014 9:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BTNBMP Question
Replies: 2
Views: 539

Re: he conseguido un iphone

Massimo,

The iPhone and the iPad use the same library: FivePhone.

FiveMac uses a different library (FiveMac). And surely we could also build FiveMac apps from the xcode now, with all that we have learnt :-)
by Antonio Linares
Thu Nov 25, 2010 8:40 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: he conseguido un iphone
Replies: 644
Views: 131632

... rewrite my code to use SQL. Support for that no doubt bloats libraries that include that terribly. Having subsequently brushed up on C coding and learnt a bit more about (x)Harbour internals (thanks Antonio!) I think I could interface to MySQL or PostgreSQL if I needed to. I know there are some ...
by xProgrammer
Sat Nov 15, 2008 2:07 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux and MySQL
Replies: 13
Views: 5206

... implemented in version 8.05. You may try the above code and try. You will learn more from studying the source code of testxbrw3.prg ( The way I learnt ) Dear Nages, your tip works very fine! Thank you very much! Now, it's ok!
by JC
Mon Aug 18, 2008 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with MARQSTYLE_HIGHLROWRC?
Replies: 14
Views: 3520

... implemented in version 8.05. You may try the above code and try. You will learn more from studying the source code of testxbrw3.prg ( The way I learnt )
by nageswaragunupudi
Sat Aug 16, 2008 7:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse with MARQSTYLE_HIGHLROWRC?
Replies: 14
Views: 3520

Return to advanced search