Search found 508 matches: modification

Searched query: modification

by Antonio Linares
Fri Jan 24, 2025 11:19 am
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4835

Re: Using new Class TDeepSeek for documenting

... These are like the car's seatbelt and door locks – features that manage how you interact with the car's contents (data).

5. Editing and Data Modification:

Edit(), EditSource(), EditBrowse(), EditDateTime(): These methods provide different ways to edit data, typically in modal dialogs or in-place ...
by Antonio Linares
Fri Jan 17, 2025 10:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Using new Class TDeepSeek for documenting
Replies: 29
Views: 4835

Using new Class TDeepSeek for documenting

... e.g., an array or hash).

7. **`uOrgData`**
- **Type**: Variant
- **Description**: Stores the original data source before any filtering or modification.

8. **`nDataType`**
- **Type**: Numeric
- **Description**: Indicates the type of data source (e.g., array, hash).

9. **`cField`**
- **Type ...
by Lailton
Thu Oct 31, 2024 11:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Startup function
Replies: 29
Views: 3919

Re: Startup function

... 02 12:00 UTC+0200 Przemyslaw Czerpak <druzus@polbox.com>
* xharbour/make_tgz.sh
* xharbour/xharbour.spec
* xharbour/source/vm/hvm.c
* small modification in support for automatic detection of first
function in linked modules for Linux
if first char of s_pszLinkedMain is '@' then start procedure ...
by Marcelo Via Giglio
Mon Oct 28, 2024 4:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: a DBCOMBO review
Replies: 0
Views: 788

a DBCOMBO review

Hello everyone,

I am leaving a modification of DBCOMBO class that adapts it to the last source I have from fivewin, there are sure to be some details, but it may be of interest

The modifications, the following options were added to dbcombo.ch:

[ <noblank: NOBLANK> ] ;
[ ORDER <order> ] ;
[ FOR ...
by Antonio Linares
Mon Oct 28, 2024 1:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Startup function
Replies: 29
Views: 3919

Re: Startup function

... 02 12:00 UTC+0200 Przemyslaw Czerpak <druzus@polbox.com>
* xharbour/make_tgz.sh
* xharbour/xharbour.spec
* xharbour/source/vm/hvm.c
* small modification in support for automatic detection of first
function in linked modules for Linux
if first char of s_pszLinkedMain is '@' then start procedure ...
by Cgallegoa
Tue Oct 15, 2024 2:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Change dimensions gets FWH-24.09
Replies: 9
Views: 1154

Re: Change dimensions gets FWH-24.09

Mr. Rao, thanks for your help.

The issue with gets is from the source code. From resources, it works fine.

If I make this modification
Please comment out this line and let us know if this works:
// ::CalcSize( ::nTop, ::nLeft, nWidth, nHeight ) Commenting out the line "::CalcSize..." won't affect ...
by nageswaragunupudi
Wed Sep 25, 2024 12:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: fwh 24.02 saving xls from xbrowse error. (SOLVED)
Replies: 4
Views: 762

Re: fwh 24.02 saving xls from xbrowse error.

Please try making this modification in the program
\fwh\source\function\fwxlsxlb.prg

Please locate this line (at 521 or 522)
aRow[ n ] := Trim( IfNil( aRow[ n ], "" ) )

Please replace it with
aRow[ n ] := If( HB_ISSTRING( aRow[ 3 ] ), Trim( aRow[ 3 ] ), IfNil( aRow[ n ], "" ) )

and try.
by Otto
Mon Sep 16, 2024 7:58 am
Forum: FiveWin for Harbour/xHarbour
Topic: slowness
Replies: 76
Views: 17144

Re: slowness

... that for our specific use case, it’s simpler to work with a timer (JS interval).


On the web, I use a technique where I monitor the file’s modification date with a "timer."

A request takes about 20 ms, and if something has changed, the database is reloaded.
Usually, you only read the part ...
by Silvio.Falconi
Fri Sep 13, 2024 7:27 am
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : searching Xbrowse ( normal and tree)
Replies: 2
Views: 677

Re: To Nages : searching Xbrowse ( normal and tree)

I made a small modification to seek a data on tree, but now for a sample if I insert "Frank" it go to the first record called "frank"


see the function uSeekTree( oBrw, cSeek, oDbf ) , I not Know if it made ok

https://i.postimg.cc/bwDYTNCk/testtree.gif


Notice
instead if we search for the name ...
by wartiaga
Mon Aug 12, 2024 11:17 am
Forum: FiveWin for Harbour/xHarbour
Topic: copy and paste doubt
Replies: 8
Views: 2770

Re: copy and paste doubt

... fewer characters, just 74167222000 any idea
res or source code, the issue is the same.
This works well if the length of your variable is 20 chars or more.

Please let me know the FWH version you are using. I can suggest a modification to TGet.prg to use my 2nd example.

Mr. Nages, Fwh1811

Tia.
by nageswaragunupudi
Sun Aug 11, 2024 5:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: copy and paste doubt
Replies: 8
Views: 2770

Re: copy and paste doubt

... res and when pasting it shows fewer characters, just 74167222000 any idea
res or source code, the issue is the same.
This works well if the length of your variable is 20 chars or more.

Please let me know the FWH version you are using. I can suggest a modification to TGet.prg to use my 2nd example.
by Otto
Thu Jun 13, 2024 9:35 am
Forum: FiveWin for Harbour/xHarbour
Topic: Modification of xbrowse with new feature
Replies: 5
Views: 768

Re: Modification of xbrowse with new feature

Silvio, is this what you want?

Regards,
Otto

Image
by Silvio.Falconi
Wed Jun 12, 2024 5:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Modification of xbrowse with new feature
Replies: 5
Views: 768

Re: Modification of xbrowse with new feature

There is already a method
oBrw:ReArrangeCols( aCols )
for many years

and how I must use it ?

can make a sample ?

You already told me this another time but I think I didn't explain it well

for a practical example I want to set 25 columns but by default at the beginning in xbrowse you only see 5 ...