Search found 4 matches: datatypes

Searched query: datatypes

by Silvio.Falconi
Wed Nov 22, 2023 6:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages: Record deleted but make error also RESOLVED
Replies: 3
Views: 446

Re: To Nages: Record deleted but make error also

... When a programmer tries to save this array or any other array to DBF it is his responsibility to match the type of the array elements with the datatypes of the corresponding fields of the DBF.

I actually don't know why when I delete one it assigns a number in position 32, where I added the ...
by nageswaragunupudi
Wed Nov 22, 2023 2:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages: Record deleted but make error also RESOLVED
Replies: 3
Views: 446

Re: To Nages: Record deleted but make error also

There is no problem with oBrw:aDeleted array.

When a programmer tries to save this array or any other array to DBF it is his responsibility to match the type of the array elements with the datatypes of the corresponding fields of the DBF.
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 4394

New FTDN July/Julio (FWH 23.07)

... c ) --> ABC
If uVar is neither a codeblock or a valid function name, uVar
itself is returned

* fw_stricmp() treats nil as lower than other datatypes

* New: We know that it is a tedious task to write help for an app, so
we have implemented a real simple way to do it using FWH:

SetAutoHelp ...
by Antonio Linares
Tue May 02, 2023 7:08 am
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 4186

New FTDN April/Abril 2023 (FWH 23.04)

... is codeblock, the comarison is made
{ |x,y| Eval( b,x ) < Eval( b, y ) }
All string comparisons are case insensitive and values of
different datatypes are sorted on the type.

* New: function FW_GetClipboardData( [[@]Format] ) --> uData
Similar to FW_CopyToClipboard(...), this function can be ...