Search found 662 matches: logical

Return to advanced search

Re: FWH: MySql/MariaDB: RowSet object

Hello, so rewriting tdatabase() class to use to use rowset should work? Maybe someone have done it already? Seems like logical path for me from dbf to Mariadb for those using tdatabase()... Rowset object would be helpful, I need an class which has all methods of tdatabase() to replace ...
by Taavi
Wed Oct 02, 2024 5:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: MySql/MariaDB: RowSet object
Replies: 55
Views: 23591

Re: Browse of my ADO Class

... does not appear because the codeblocks are not defined, but if you comment the :bSkip := nil, or you put your own, the data does appear, which is logical because for the data to appear xbrowse needs to know how to move around the source you have chosen It is a very powerful tool, but it takes ...
by cnavarro
Mon Sep 30, 2024 5:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse of my ADO Class
Replies: 43
Views: 1984

Advantages of a Patcher and Preprocessor over OOP

... Less training and education required, saving costs. Simplified Variable and Parameter Management :Less Variable Passing: By dividing the code into logical units, the need to pass variables and parameters back and forth is often eliminated, making the code clearer and easier to maintain. Best regards, ...
by Otto
Mon Jul 29, 2024 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantages of a Patcher and Preprocessor over OOP
Replies: 1
Views: 267

hash vs scan 352 ms / 42953 ms

... count how often a customer number appears in a list. I first tried to solve the problem with ascan. However, it is extremely slow. Maybe I have a logical error and it could be accelerated. Then I tried with a hash. Using hashes can significantly speed up operations that involve frequent lookups, ...
by Otto
Thu Jun 27, 2024 8:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash vs scan 352 ms / 42953 ms
Replies: 1
Views: 314

Re: Silvo .. could you post your latest xMAte env for BCC770 ?

... you can ask to Antonio Linares but I think we'd better call Bill Gates directly, I drove myself crazy for two weeks trying to find a logical connection!!!!
by Silvio.Falconi
Sat Apr 27, 2024 4:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvo .. could you post your latest xMAte env for BCC770 ?
Replies: 6
Views: 834

Re: New txbrowse

... DATASOURCE oDbf COLUMNS aCols ; AUTOSORT FONT oFont; NOBORDER CELL LINES CLASS TMyBrowse() CLASS TMyBrowse FROM TXBrowse CLASSDATA lRegistered AS LOGICAL DATA aCols2Hide AS ARRAY INIT Array(0) DATA aDefaultCols INIT ARRAY( 0 ) DATA aPreviousCols INIT ARRAY( 0 ) METHOD New (nRow, nCol, nWidth, ...
by Silvio.Falconi
Mon Apr 22, 2024 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 1026

Re: New txbrowse

Hola silvio, Tengo una clase: CLASS TFactur_1 FROM TIMPRIME CLASSDATA lRegistered AS LOGICAL DATA oFont_6 ..... que cuando la compilo da este .ppo: _HB_CLASS TFactur_1 ; function TFactur_1 ( ... ) ; STATIC s_oClass ; LOCAL nScope, oClass, oInstance ; IF s_oClass == ...
by FiveWiDi
Sat Apr 13, 2024 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 1026

Problem with valid email refresh btnbmp- RESOLVED

... to check whether the email entered is valid or not initially the btnbmp check must be disabled the btnbmp control has two bitmaps one when the logical value is true and another when the logical value is false when I enter an email the btnbmp check doesn't update yet the email is true the small ...
by Silvio.Falconi
Wed Apr 03, 2024 12:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with valid email refresh btnbmp- RESOLVED
Replies: 25
Views: 4830

Re: phpBB to LLM

... had anything to do with Python! DESKTOP PC with Windows 11 pro: Processor: Intel(R) Core(TM) i9-10920X CPU @ 3.50GHz, 3504 MHz, 12 core(s), 24 logical processor(s) Data carrier: Samsung SSD 970 EVO Plus 1TB 64GB RAM NVIDIA RTX 2080TI First attempt, without GPU support (because I didn't know ...
by alerchster
Wed Dec 27, 2023 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: phpBB to LLM
Replies: 33
Views: 7581

Re: Add a Checkbox() column

I have a xbrowse of a dbf table, this is a table created specifically to make selections. In the last column I want to show a logical field that permit to select some of the record that I see in ths xbrowse for instance this is the penultimane columnt is define in this way oCol = oBrw:AddCol() ...
by MarcoBoschi
Mon Dec 11, 2023 12:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a Checkbox() column
Replies: 8
Views: 1157

Re: Classe TGif

... a GIF file and specifies the version of the format. The header should be six bytes long and contain the ASCII characters “GIF89a” It should have a logical screen descriptor that defines the dimensions and properties of the logical screen. The logical screen descriptor should be seven bytes long ...
by Antonio Linares
Fri Dec 08, 2023 8:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Classe TGif
Replies: 9
Views: 2282

Re: Add a Checkbox() column

First you need to add a column with all logical values.
Then Set oCol:SetCheck(,.T. )
by nageswaragunupudi
Sun Nov 19, 2023 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a Checkbox() column
Replies: 8
Views: 1157

colorize a xbrowse with a brush

I want to color the columns with a brush, I don't know the contents of each column, it can be alphanumeric, numeric, logical, data and I want to color it if it doesn't contain any data I made and I used Empty function          For n=1 to LEN(oBrw:aCols)            oCol := ...
by Silvio.Falconi
Tue Nov 07, 2023 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize a xbrowse with a brush
Replies: 3
Views: 513

Re: Interesting discussion with ChtGPT

... or into my manual. My tool - preproPatcher - AKA Harbourino - is very suitable for collaboration with AI. I have organized my code according to logical units and can then simply send these blocks to the AI and have it edited. I am particularly surprised by the rapid progress in the responses ...
by Otto
Tue Nov 07, 2023 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 2132

Re: Another try for using the FWH debugger - some more questions

Mark,

With a debugger, the source is shown while it is executing. It is a very easy utility to help you find a logical error.
by driessen
Sun Jul 16, 2023 2:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another try for using the FWH debugger - some more questions
Replies: 7
Views: 640
Next

Return to advanced search