Search found 304 matches: depends

Return to advanced search

Re: another bug in TDataRow: failure with datetime fields

Depends on the TIME FORMAT you set.
Code: Select all  Expand view

SET TIME FORMAT TO "HH:MM:SS"
 
by nageswaragunupudi
Wed Nov 20, 2019 12:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: another bug in TDataRow: failure with datetime fields [solve
Replies: 15
Views: 3470

Re: another bug in TDataRow: failure with datetime fields

... type is avaiable for storing both simple dates and date-time values. Whether a particular field is to be treated as Date or DateTime field mostly depends on the usage. Accordingly FWH libraries treat fields containing pure Date values (without any time-part) as Date fields and fields containing ...
by nageswaragunupudi
Sun Nov 17, 2019 4:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: another bug in TDataRow: failure with datetime fields [solve
Replies: 15
Views: 3470

Re: session object

Hello,
I found good documentation for this here:
https://javascript.info/localstorage

The limit is 2mb+, depends on the browser.
Best regards,
Otto
by Otto
Mon Oct 07, 2019 8:40 am
 
Forum: mod_harbour
Topic: session object
Replies: 5
Views: 1078

Re: BUG MARIADB SUPPORT FWH1906

You can use either TINYBLOB and VARBINARY(n). Only depends on your taste.
by nageswaragunupudi
Fri Sep 27, 2019 3:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BUG MARIADB SUPPORT FWH1906
Replies: 5
Views: 936

Re: how to update a remote DBF

it all depends on scenario
- ftp
- mail (zip attached)
- copy if you are mapped
by MarcoBoschi
Tue Jul 30, 2019 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to update a remote DBF
Replies: 17
Views: 2628

Re: OS Error Access Denied to execute App.exe

It happens also to my app !

Try to disable the antivirus, just the time to check the app !

So you will be sure, it depends from antivurus !

Ciao
by Romeo
Thu Jun 20, 2019 11:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OS Error Access Denied to execute App.exe
Replies: 6
Views: 750

Re: Setup Barcode system in FWH

Hello Tim,
the width depends on the characters in the barcode.
Best regards
Otto
by Otto
Fri Mar 22, 2019 10:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Setup Barcode system in FWH
Replies: 29
Views: 6274

Re: To Nages : Explain me how I must make this tdatabase

... code it is much easier to read and to understand, and it excutes faster. >It's been 3 months and I still have not solved anything. I guess that depends on how you define "solved anything." You have converted some large sections of code successfully. Why don't you try converting the ...
by Silvio.Falconi
Wed Mar 06, 2019 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 3354

Re: To Nages : Explain me how I must make this tdatabase

... code it is much easier to read and to understand, and it excutes faster. >It's been 3 months and I still have not solved anything. I guess that depends on how you define "solved anything." You have converted some large sections of code successfully. Why don't you try converting the ...
by James Bott
Tue Mar 05, 2019 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 3354

Re: strategies

... permanently and from anywhere, as well as interacting with other applications (web or desktop). Now is a web or desktop application better? It all depends, I have developed an application for settlement of salaries on desktop and I have seen that same application developed in nodejs and mongodb. ...
by horacio
Wed Feb 20, 2019 8:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strategies
Replies: 34
Views: 8160

Re: FWH 18.11: MARIAROWSET Table Replication Features

Use
Code: Select all  Expand view

oMainCn:CopyTableToServer( cTable, oRemoteCn )
 

This will overwrite the remote table with the present table on the main server and makes both the tables identical.
The time taken depends on the size of the table.
by nageswaragunupudi
Thu Nov 29, 2018 1:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.11: MARIAROWSET Table Replication Features
Replies: 11
Views: 2687

Re: printing several pages

... a view. The only problem I see now if I use oSay:setBezeled(.t.,.f.). The text does not fit in the border Is normal . The text has a measure that depends on the font used, but you are assigned some measures to adjust in SIZE clausule. NSTEXTField not fix borders to content and it has no alignment ...
by mastintin
Fri Oct 12, 2018 7:51 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: printing several pages
Replies: 23
Views: 7066

Re: Change sort order on browse when clicking on header

You are right again. But in this particular case is because this depends on 3 different scenarios that I did not include on the sample: In my program it something like this: Show_Bar(aryFile,oShow,oBrw,@num,Company,cImages,nWhich)  //nWhich indicates ...
by ellano
Sun Oct 07, 2018 12:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change sort order on browse when clicking on header
Replies: 4
Views: 740

Re: Read Com port

... on the other side the instrument send you all the info. If send you a single control character, you need to respond to that control character. It depends on the interface protocol...
by Diego Decandia
Fri Sep 28, 2018 11:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Read Com port
Replies: 13
Views: 2608

Re: Problems with FWH 1805 BUILD 1 accessing files DBF

... version is the same, so the problems deriving from newer version of FWH or newer version (20180818) of xHarbour. Reading your post, i think it can depends from xHarbour that manages access to the dbf. My code for opening and manage dbf and fields is very simple, like this: select 1 use customer ...
by max
Fri Sep 28, 2018 10:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with FWH 1805 BUILD 1 accessing files DBF
Replies: 15
Views: 3046
PreviousNext

Return to advanced search