Search found 71 matches: shorter

Return to advanced search

Re: Fine tune Phi2 from Microsoft with your own data

... of Hinduism, which contain the philosophical teachings of the Vedas. The Upanishads are divided into two parts: the minor Upanishads, which are shorter and more practical, and the major Upanishads, which are longer and more abstract. The Upanishads are considered to be the word of Brahman, and ...
by Antonio Linares
Mon Jan 15, 2024 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fine tune Phi2 from Microsoft with your own data
Replies: 11
Views: 1251

Re: FWString() : how to add "Keywords"

... new translates for Spanish and German languages, so that his software can be used by English, Spanish and German users. GREAT :!: that way is much shorter ;)
by Jimmy
Tue Apr 04, 2023 5:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWString() : how to add "Keywords"
Replies: 14
Views: 724

Re: Newbie Question : XBROWSE

hi Marc,
Marc Venken wrote:For this, simply so :
Code: Select all  Expand view
xbrowser("dbf")

YES, this is what i search

Marc Venken wrote:later for extra's look at samples of xbrowser :
Xbrowser is the shorter function version of xbrowse that need to be setup

Ok, will have a look at it, thx
by Jimmy
Fri Nov 25, 2022 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie Question : XBROWSE
Replies: 17
Views: 1473

Re: Newbie Question : XBROWSE

... and navigate in DBF For this, simply so : xbrowser("dbf") later for extra's look at samples of xbrowser : Xbrowser is the shorter function version of xbrowse that need to be setup
by Marc Venken
Fri Nov 25, 2022 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie Question : XBROWSE
Replies: 17
Views: 1473

Re: start at the end and go back in an array

Silvio,
Just a question.
Why do you use AEVAL and not just FOR NEXT?
I think AEVAL is only for ARRAY professionals.
And it doesn't bring anything except shorter code that only occasional users don't understand right away.
Best regards,
Otto
by Otto
Sat May 28, 2022 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: start at the end and go back in an array - RESOLVED --
Replies: 19
Views: 827

Delete a record ? To Mr. Rao

... pude ejecutar el comando " + cCmdSql,oApp:cAplicacion)         END      END  Or        oRsHdr:Delete()  is there a shorter code to do the same?, I mean in your FWFuncs. With best regards
by Armando
Sun Jul 18, 2021 4:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Delete a record ? To Mr. Rao
Replies: 0
Views: 195

Re: ApplyParams Tdatabase

... about this message thread on the forum, so that is what I did. I just mentioned the ID since I didn't know there was an ID. If it was traditional (shorter and the first field) I would have assumed it was the ID. I must say you have come up with a unique way of coming up with a new ID--I have never ...
by Silvio.Falconi
Thu Jul 15, 2021 11:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ApplyParams Tdatabase
Replies: 8
Views: 1260

Re: ApplyParams Tdatabase

... about this message thread on the forum, so that is what I did. I just mentioned the ID since I didn't know there was an ID. If it was traditional (shorter and the first field) I would have assumed it was the ID. I must say you have come up with a unique way of generating a new ID--I have never ...
by James Bott
Thu Jul 15, 2021 11:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ApplyParams Tdatabase
Replies: 8
Views: 1260

Re: Error on search a record on dbf with tdatabase

... the current record from the search? Silvio, think about it, you don't need to search for anything if you are making an existing reservation shorter. Yes, that date is already occupied, HOWEVER, you are going to free that day up, not add a new reservation for that day. So whenever you need ...
by James Bott
Thu Jul 08, 2021 4:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on search a record on dbf with tdatabase
Replies: 18
Views: 1528

Re: To Nages Problem with Tdatabase and new DAtepick

... ,aGet[9]:refresh() } This passes the object (oTariffa) to the bChange codeblock so it is visible inside the codeblock. To make it even shorter you could add a method Total to the TTeriffa class. Then bChange would look like this: aGet[8]:bChange := {| oTariffa | oTariffa:totale:= oTariffa:Total(), ...
by Silvio.Falconi
Tue May 11, 2021 10:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages Problem with Tdatabase and new DAtepick
Replies: 13
Views: 1746

Re: To Nages Problem with Tdatabase and new DAtepick

... ,aGet[9]:refresh() } This passes the object (oTariffa) to the bChange codeblock so it is visible inside the codeblock. To make it even shorter you could add a method Total to the TTeriffa class. Then bChange would look like this: aGet[8]:bChange := {| oTariffa | oTariffa:totale:= oTariffa:Total(), ...
by James Bott
Tue May 11, 2021 4:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages Problem with Tdatabase and new DAtepick
Replies: 13
Views: 1746

How insert checkbox in Excel

...   End With    Range("F10").Select  How to translate the VBA into FWH or is there a much shorter and tidier way? TIA
by hua
Tue Mar 16, 2021 2:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How insert checkbox in Excel
Replies: 0
Views: 275

The dollar sign is short for jQuery

Anyone who has already dealt a little with jQuery will have stumbled upon the following call:

jQuery ('a'). attr ('title');

Shorter is nicer - therefore you will normally only see the following spelling (which is synonymous!):

$ ('a'). attr ('title');

The dollar sign is short for jQuery
by Otto
Fri Feb 05, 2021 8:35 am
 
Forum: mod_harbour
Topic: The dollar sign is short for jQuery
Replies: 0
Views: 188

Re: TButton Icon Alignment

For the purpose of testing, can you change the prompt as "abc" (shorter text) ?
by nageswaragunupudi
Mon Jul 27, 2020 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TButton Icon Alignment
Replies: 6
Views: 1405

Re: IF

... exact comparison is performed with character strings. or not. The default is OFF or .F. (false), i.e. characters are compared up the length of the shorter string. To change the setting use ON or .T. (true) as parameter. The parameter can also be specified as a logical expression enclosed in parentheses.
by MarcoBoschi
Sat Mar 14, 2020 4:01 pm
 
Forum: mod_harbour
Topic: IF
Replies: 4
Views: 1060
Next

Return to advanced search