Search found 612 matches: certain

Return to advanced search

Color of rows in the cell

Hi,

To display lines in different colors in the xbrowse cell, I specify aCols [1]: aClrText: = {CLR _ BLACK, CLR_RED}.
Is it possible to make this setting not for all xBrose lines, but according to a certain condition ?
by Natter
Mon Jan 23, 2023 11:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Color of rows in the cell
Replies: 5
Views: 474

Re: HASH vs single variables

... Using a hash table instead of classes can have its own advantages as well. Hash tables are simpler and more lightweight, and can be faster for certain types of operations, such as looking up an item by key. They also don't require the overhead of creating and managing objects, which can be ...
by Otto
Tue Jan 17, 2023 9:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HASH vs single variables
Replies: 15
Views: 1108

Re: Read API data one by one or in block

... a larger amount of data in one go, which could potentially be more complex and time-consuming. One way to balance these trade-offs is to read a certain number of records at a time, rather than reading all of the records at once. This can allow you to process the data in smaller chunks and potentially ...
by Antonio Linares
Mon Dec 19, 2022 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Read API data one by one or in block
Replies: 1
Views: 260

Condition of the site

Hi,

In the process of work, I turn to a certain site. Sometimes this site may not work or work very slowly. Is it possible to assess the condition of the site ?
by Natter
Wed Dec 07, 2022 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Condition of the site
Replies: 3
Views: 459

Re: updating an archive

... puts me a message " Archive not updated" or " Archive updated" in msgitem the procedure to make me see this message must do a certain calculation: I have as reference the last record of the archive which has the date 12.11.2022 which is a Saturday Today is 15.11.2022 and the ...
by Silvio.Falconi
Tue Nov 15, 2022 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: updating an archive
Replies: 9
Views: 615

Copy ARRAY filtered by column

Dear friends,

What is the most effective way to copy certain columns from an ARRAY to a new ARRAY:
eg ARRAY {"col1", "col2", "col3", "col4", "col5"}

new ARRAY {"col1", "col3", "col5"}

Best regards,
Otto
by Otto
Tue Nov 15, 2022 8:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Copy ARRAY filtered by column
Replies: 2
Views: 207

Problem with tmeter

... the whole procedure because it is complex I can only publish a function which then corrected Nageswarao to archive only the records greater than a certain date from storico.txt into storico.dbf Function test()local  oDlgAgg    local  nBottom   := 24    local  nRight    := 51.9    local ...
by Silvio.Falconi
Mon Nov 14, 2022 10:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tmeter
Replies: 3
Views: 308

How to set up a child window inside a main window

... https://i.postimg.cc/Pq6pjwm4/kk.jpg I wish to open a child window that does not go out of certain parameters for the top margin I set - 10 for the left margin - 4 and it works fine. I have difficulty with the bottom margin and the right margin. ...
by Silvio.Falconi
Fri Nov 11, 2022 9:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to set up a child window inside a main window
Replies: 6
Views: 458

TDatabase broken backward compatibility

... behaviour changes 1. The newer TDatabase will not change to the workarea of dbf opened using :open() 2. The newer TDatabase():save() under certain situation will do an APPEND BLANK automatically. Apart from linking in the old version of TDatabase is there any flag to get the old behaviour? ...
by hua
Thu Nov 03, 2022 3:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase broken backward compatibility
Replies: 2
Views: 296

ToolTip opens

Hi,

There is a certain control. When you hover the mouse cursor over it, the ToolTip opens. I need to open this ToolTip by timer. How to do it?
by Natter
Sat Aug 06, 2022 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToolTip opens
Replies: 3
Views: 247

Re: gradiants ?

... when Mr. Rao stated All sizes are fractions less than 1 and total of all sizes should be 1.0 But your gradients don't care about. Do you have a certain reason for that? Regards, Detlef
by Detlef
Thu Jun 02, 2022 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: gradiants ?
Replies: 7
Views: 573

Re: xHarbour to Harbour

... :roll: I upload an HTML file with scripts for working with the map to the ActiveX object. After receiving the oDk, I can use the DOM to access certain elements of the oDk (document) For example: if oDk:DefaultView:itm=123 //itm - is a global variable that is visible both in the program on FWH ...
by Natter
Tue May 31, 2022 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour to Harbour
Replies: 21
Views: 1232

Strange array/ oDbf

this morning I did a test using two demo arrays that simulate the array created by the DBF when I did certain statistical operations, that is to have the colored numbers displayed on the xbrowse, everything worked for me Later I created those arrays directly from the dbf and ...
by Silvio.Falconi
Mon May 30, 2022 11:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange array/ oDbf
Replies: 0
Views: 130

start at the end and go back in an array - RESOLVED --

... ; a[ nPos5 ] == numero , nCount++, nil ) } ) Now I wish start at the end and go back basically I want go to bottom() and make to skip (-1) up to a certain record How I can resolve ?
by Silvio.Falconi
Sat May 28, 2022 11:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: start at the end and go back in an array - RESOLVED --
Replies: 19
Views: 851

Re: Ue Studio New Licence Modell

... version, I run the "make" program called from UE Studio. Right now VS is releasing frequent updates, and the make file needs to have certain paths updated each time. That happens automatically in VS after the update installs, but not in the make file which must be modified manually. ...
by TimStone
Wed May 25, 2022 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ue Studio New Licence Modell
Replies: 20
Views: 1240
PreviousNext

Return to advanced search