Search found 72 matches: tricks

Return to advanced search

Re: Problem Xbrowser Border

... hDC, oBrw:nLeft-2, oBrw:ntop-2,; oBrw:nWidth+2, oBrw:nHeight+62 , 0, 1, Rgb(195,195,185), .t. ) RETURN NIL > why do we have to resort to these tricks , while the xbrowse class should draw the border even after the vertical scroll ? oldest xbrowse made the border after the Vscroll, What is changed
by Silvio.Falconi
Fri Mar 03, 2023 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem Xbrowser Border
Replies: 11
Views: 1011

Idea got from " Mouse w/o Borders"

... Clipboard more Information here https://answers.microsoft.com/en-us/windows/forum/all/mouse-without-borders-setupuser-guide-tips-tricks/0523308d-3406-4273-b86e-bef28aa6b50d --- what i like to have : Send a Message to other Workstation -> "Mailslot" :?: Sent or Get ...
by Jimmy
Fri Feb 03, 2023 10:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Idea got from " Mouse w/o Borders"
Replies: 2
Views: 217

Re: MENUITEM RESOURCE transparency ?

... because I like it. In most samples I post here also you can find that style. It is our duty to provide full support honestly and not to play tricks. I do my job with utmost sincerity. After reading your post, I did find some issues with classical menu with no-style. I will fully study and ...
by cnavarro
Mon Nov 07, 2022 2:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MENUITEM RESOURCE transparency ?
Replies: 28
Views: 1243

Re: MENUITEM RESOURCE transparency ?

... because I like it. In most samples I post here also you can find that style. It is our duty to provide full support honestly and not to play tricks. I do my job with utmost sincerity. After reading your post, I did find some issues with classical menu with no-style. I will fully study and ...
by nageswaragunupudi
Sun Nov 06, 2022 2:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MENUITEM RESOURCE transparency ?
Replies: 28
Views: 1243

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

Marc,
I am from Liege en spreek ook Nederlands .

Mijn mail : ph.jacquet@skynet.be

Philippe
by Jack
Wed Mar 30, 2022 11:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 1453

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

hi Marc,
Marc Venken wrote:I have seen code that uses DBF in combination with SQL
http://forums.fivetechsupport.com/viewtopic.php?f=3&t=26873&p=149080&hilit=FW_DBFSQLQUERY#p149080

Aha, using ADO

Thx for Link
by Jimmy
Wed Mar 30, 2022 8:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 1453

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

Jack wrote:Hi,

Philippe (from Belgium)


Hey Philippe, From where in Belgium ? I'm from Opglabbeek (Limburg)
by Marc Venken
Wed Mar 30, 2022 7:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 1453

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

Jimmy wrote:hi,

Question : can FiveWin use SQL Syntax for DBF like FoxPro or Xbase++ v2.x :?:


I have seen code that uses DBF in combination with SQL

http://forums.fivetechsupport.com/viewtopic.php?f=3&t=26873&p=149080&hilit=FW_DBFSQLQUERY#p149080
by Marc Venken
Wed Mar 30, 2022 7:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 1453

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

Hi, I think SQL is very faster than DBF . When i develop a new application, i no more use DBF tables and go to Sql . The select instruction is very fast and it is easy to make complex query on multiple tables . The Update instruction is also very very fast . In network configuration it is very very ...
by Jack
Wed Mar 30, 2022 7:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 1453

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

hi,

Question : can FiveWin use SQL Syntax for DBF like FoxPro or Xbase++ v2.x :?:
by Jimmy
Wed Mar 30, 2022 6:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 1453

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

Marc, Just revisiting this old message thread. This code of yours:            replace (cAlias)->bedrag with nofoto->bruto           replace (cAlias)->aankoop with nofoto->aankoop           replace (cAlias)->prijs1 with  nofoto->bruto           replace (c...
by James Bott
Wed Mar 30, 2022 12:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 1453

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: 1453

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: 1453

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: 1453

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

Otto, However, Marc wants to change a group of records that are not available in an index, so he is doing a filter. Using a filter requires that you read the entire database across the network. Ideally, I would use a complex index, i.e. FIELD1+FIELD2+FIELD3. Then using this index you only need a SE...
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: 1453
Next

Return to advanced search