Search found 30 matches: strategy

Return to advanced search

Re: Best technic to use the set relation to syntax

... When I start the actual work for invoice making : it will become Tdatabase For now preparing the Browsemaker, some systemtools and thinking of strategy like the post above.
by Marc Venken
Tue Jan 11, 2022 4:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Best technic to use the set relation to syntax
Replies: 11
Views: 770

Re: Request for New Stylish Flat ICONs in the next FWH version

Dear All,

Can we include these ICONs ( Fin Domain ) in the FWH version. But I do not know about license strategy/method.

Thanks
Shridhar
by shri_fwh
Thu Jun 27, 2019 5:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request for New Stylish Flat ICONs in the next FWH version
Replies: 15
Views: 3621

Re: strategies

... but it should not serve as an excuse to continue investigating all together and try to find the best solution so that we are able to find the best strategy to jump to the web In short I would say ... To the programmers who want to make the jump to the web, don't be afraid. It is difficult, but ...
by Carles
Sun Feb 24, 2019 6:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strategies
Replies: 34
Views: 8118

Re: strategies

... am far from being an expert of either, but the results I have achieved have allowed me to give a slightly broader solution. And I think that as a STRATEGY, which is the issue in question, the best is the ALLIANCE. Partner with people who are willing to contribute, in the same way that we, their ...
by cmsoft
Sat Feb 23, 2019 9:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strategies
Replies: 34
Views: 8118

Re: strategies

... (including laptops and tablets of an appropriate size), and always with Windows OS? I think there is a big difference in the approach of what the strategy to follow should be, and what users prefer. Another issue is that in mobile devices with operating systems other than Windows, for now, there ...
by cnavarro
Fri Feb 22, 2019 12:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: strategies
Replies: 34
Views: 8118

Re: Archives on the local network

... operation (check + save) is not mixed with the same operation from another user. This is why lock is necessary. Probably (depending on your lock strategy) you will have to use a file lock for this. In rare cases, neither this is enough and a global semaphore lock is required. As I said earlier, ...
by Enrico Maria Giordano
Wed Oct 03, 2018 12:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Archives on the local network
Replies: 4
Views: 741

Re: questions manage dbf

Enrico Yes, it's not easy at all. Bad locking strategy could cause slowness, duplicated keys and other unpleasant things. EMG I ( pretty much ) gave up on dbf\cdx because of the opportunistic locking issues and dbCommit() and workstation update ...
by Rick Lipkin
Tue Oct 02, 2018 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: questions manage dbf
Replies: 17
Views: 3833

Re: questions manage dbf

Rick Lipkin wrote:Silvo

Re-Writing for a shared network multi-user environment takes a bit of skill ..


Yes, it's not easy at all. Bad locking strategy could cause slowness, duplicated keys and other unpleasant things.

EMG
by Enrico Maria Giordano
Tue Oct 02, 2018 2:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: questions manage dbf
Replies: 17
Views: 3833

Re: Here are the best programming languages to learn in 2018

... years to stabilize. I love FWH. I want FWH. I need FWH… (If my wife hears me she will hit me with a bat 2 times ...) But I think that the best strategy at the moment is to generate new tools within FWH that allow to link the Win world with the Web in a fast, safe, robust and ... magical way, ...
by Carles
Sun Mar 18, 2018 7:41 pm
 
Forum: Off Topic / Otros temas
Topic: Here are the best programming languages to learn in 2018
Replies: 8
Views: 2915

How to validate dates in a corrupted database

... it sees. It fails at line 1048: for n = 1 to Len( ::aBuffer ) ::aBuffer[ n ] = ( ::cAlias )->( FieldGet( n ) ) next SO ... Any thoughts on a strategy here to trap in invalid date existing in a field ? All ideas will be appreciated.
by TimStone
Fri Oct 06, 2017 1:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to validate dates in a corrupted database
Replies: 9
Views: 1378

DELETE FILE issue

... oDB:createIndex( "evemnt", "upper(vehlic)",,, .t., 10 )    ENDIF    oDB:close()  The strategy is to delete the existing CDX file, and then re-create a new one. It has worked well for many years. Recently, apparently the DELETE FILE command ...
by TimStone
Wed Aug 17, 2016 9:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DELETE FILE issue
Replies: 4
Views: 795

Re: Changing with and height of a window and a dialog

Gale,

My core strategy in tablet programming with fwh:

- To use dialog controls on ScrollPanel class.

- When control get obtain focus, automatically open osk. Close osk on lost focus.

- When open osk then scrolling Panel until osk top- 1

Regards.
by Antonio Mart.
Tue Nov 10, 2015 3:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Changing with and height of a window and a dialog
Replies: 35
Views: 8879

Re: Windows 10

... in the devices, but already phones that will be released with Win 10 have it. Several have been announced. This is all part of the universal app strategy. Anything you buy, you pay for once, and it works across all devices. With phones, they become your PC in your hand and go with you anywhere. ...
by TimStone
Sun Jun 07, 2015 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 10
Replies: 47
Views: 10031

Re: ADO RDD xHarbour

...  oRecordSet:RecordCount()      ENDIF     ENDIF      RETURN HB_SUCCESS In order to avoid multiple calls of adoreccount Ive decided for this strategy. ADORECCOUT only gets called if :recordcount <0 //not supported Then because recno (autoinc field) can be greater than recordcount if it ...
by AHF
Mon May 25, 2015 3:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446354

Re: Move controls as window size

... and controls original sizes, as they where defined b) For every control, what behavoir is desired, and then activate our new resizing strategy on windows/dlg resize, usually using bResize Twindows's DATA Let's the code speak by itself. #define GW_CHILD      5#define GW_HWNDNEXT   2FUNCTION ...
by Carlos Mora
Tue May 19, 2015 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Move controls as window size
Replies: 21
Views: 6239
Next

Return to advanced search