Search found 2343 matches: info

Return to advanced search

Re: Write to OPC

Hello,

Unfortunately I have not found any info to do it via FW.
by Marc Vanzegbroeck
Thu Jan 20, 2022 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Write to OPC
Replies: 3
Views: 476

Re: System info, Tips & Tricks, scharing project info

hi

as James say you are using FILTER on "Skipper" of "Browse"
DbSetFilter() will use hole DBF and "Skipper" will test until EOF() / BOF()

i use DbSetFilter() only with SCOPE
SCOPE will "limit" EOF() / BOF()
by Jimmy
Mon Jan 17, 2022 3:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 2194

Re: System info, Tips & Tricks, scharing project info

Marc, The more a problem is that using several combinations and so calling the function several times (ex. 10 calls) It seems that the program is going to freeze. I hardly ever have been thinking of releasing objects, fonts, etc. and have no clue about memory leaking, so this could also be the probl...
by James Bott
Sun Jan 16, 2022 7:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 2194

Re: mod_harbour for non dedicated servers

Enhanced version: live tests: https://www.fivetechsoft.com/counter/info.php https://www.fivetechsoft.com/counter/modpro.php test.php <?php   $result = shell_exec( "./modharbour test.prg" );   print( substr( ...
by Antonio Linares
Sun Jan 16, 2022 12:55 pm
 
Forum: mod_harbour
Topic: mod_harbour for non dedicated servers
Replies: 38
Views: 4498

Re: System info, Tips & Tricks, scharing project info

Otto, However, it appears that Marc's routine allows the user to pick the fields for the replace. This eliminates the possibility of using an index. So he has to use a plain filter which requires reading the entire database. And this requires the database to be in exclusive use mode, so it needs to...
by Marc Venken
Sun Jan 16, 2022 11:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 2194

Re: System info, Tips & Tricks, scharing project info

... on all possible options. Ok, the speed will process all data, but i wonder .... If I make a second solution for my other users (they just want info about a brand or so) Dbf = 10.000 records and I select a products brand, that will give me a result of 700 records. With the filter function I ...
by Marc Venken
Sun Jan 16, 2022 11:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 2194

Re: System info, Tips & Tricks, scharing project info

Otto wrote:Hello Marc,
would you mind telling me how many records the database has?
Best regards,
Otto


44.000 records
by Marc Venken
Sun Jan 16, 2022 10:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 2194

Re: System info, Tips & Tricks, scharing project info

Dear James, Thanks very much. As you contributed so much with your "Introduction to FIVEWIN" and your DATABASE class for our language, I hope you can do the same for mod harbour. I posted under this topic, but I don't mean in this particular case. I mean for WEB programming in general and ...
by Otto
Sun Jan 16, 2022 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 2194

Re: System info, Tips & Tricks, scharing project info

Otto, On the web, we read the data and then hand it over to the client. Is there perhaps a different approach to choose as on desktop where an object has a certain life? Is our task on the backend simply to achieve the fastest processing speed on reading and writing from/to the database When you are...
by James Bott
Sun Jan 16, 2022 1:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 2194

Re: System info, Tips & Tricks, scharing project info

Dear James, may I ask your advice. On the web, we read the data and then hand it over to the client. Is there perhaps a different approach to choose as on desktop where an object has a certain life? Is our task on the backend simply to achieve the fastest processing speed on reading and writing from...
by Otto
Sat Jan 15, 2022 11:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 2194

Re: System info, Tips & Tricks, scharing project info

Marc, My count of Indexes are growing. For products now, there are 14. Several off them are only used in a update routine, but since they are in the initial cdx, they will be active all the time. Is it adviced that we only make a index for the CDX for main Tags like, code, name, firstname and for al...
by James Bott
Sat Jan 15, 2022 10:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 2194

Re: System info, Tips & Tricks, scharing project info

Hello Marc,
would you mind telling me how many records the database has?
Best regards,
Otto
by Otto
Sat Jan 15, 2022 5:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 2194

Re: System info, Tips & Tricks, scharing project info

... good I think. (this become a speed issue) Maybe I should reconsider this total function and make a dialog filter system where I can ask the needed info ? Maybe I need to make (temp) indexes for all the search fields from that browse, so they become optimised ? :bBarGetAction := {|| ( oBrwSel:cAlias ...
by Marc Venken
Sat Jan 15, 2022 4:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 2194

Re: System info, Tips & Tricks, scharing project info

My count of Indexes are growing. For products now, there are 14. Several off them are only used in a update routine, but since they are in the initial cdx, they will be active all the time. Is it adviced that we only make a index for the CDX for main Tags like, code, name, firstname and for all othe...
by Marc Venken
Sat Jan 15, 2022 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 2194

Re: System info, Tips & Tricks, scharing project info

         case nBruto > 0 .and. nAankoop > 0           replace (cAlias)->bedrag with nofoto->bruto           replace (cAlias)->aankoop with nofoto->aankoop       ...
by Marc Venken
Sat Jan 15, 2022 4:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 2194
PreviousNext

Return to advanced search