Search found 25 matches: limiting

Return to advanced search

Re: Campos empaquetados en archivo de texto

... carry = intermediate >> 32; intermediate = hi * 10 + carry; hi = intermediate & 0xffffffff; carry = intermediate >> 32; // By limiting input length to 14, we ensure overflow will never occur digit = nibble(inp, j); if (digit > 9) { throw new Exception("Bad digit"); ...
by El Loco
Wed Oct 13, 2021 3:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Campos empaquetados en archivo de texto
Replies: 47
Views: 4972

Re: OT: How are we doing ?

... state and the mayor of the capital have adopted containment measures since the beginning of the pandemic, closing all non-essential companies and limiting the movement of people. No more intercity and interstate buses, no more international flights and very few national flights. The peak of the ...
by ADutheil
Mon Mar 30, 2020 2:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: How are we doing ?
Replies: 24
Views: 4511

Re: Problem with datepick

Mr Rao. In version FWH2003, there will be many improvements to the TDatePick control including limiting range of dates for selection, multi-selection feature (selection of a range of dates by mouse-drag or shift-click), etc. Very interesting. If possible you should also ...
by albeiroval
Wed Mar 11, 2020 4:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with datepick
Replies: 13
Views: 3372

Re: Problem with datepick

... which provide functionality similar to TDatePick control. In version FWH2003, there will be many improvements to the TDatePick control including limiting range of dates for selection, multi-selection feature (selection of a range of dates by mouse-drag or shift-click), etc.
by nageswaragunupudi
Wed Mar 11, 2020 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with datepick
Replies: 13
Views: 3372

Re: TO Mr Rao : XBrDtPicker

yes, of course
I had asked if you could set a date range by limiting the end user to select a date only in the requested date range: for example the season starts from June 15th to September 15th I wanted the user could only enter a date of the period
by Silvio.Falconi
Sun May 26, 2019 2:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TO Mr Rao : XBrDtPicker
Replies: 10
Views: 1194

Re: SayBarCode control

... this imbalance introduces an interference in the reading of the information that can deteriorate the quality of the audio / video reproduced, limiting the speed in extracting information (or inhibit it altogether), causing noisy resonances in the mechanics of reproduction systems (shortening ...
by Silvio.Falconi
Wed Apr 10, 2019 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SayBarCode control
Replies: 34
Views: 8165

Re: FWH 18.03 Dialog Problem (STILL)

nageswaragunupudi wrote:Mr Frances

Please prepare the sample limiting only to the dialog error.



Hi Rao,

I sent to enrico the exe file along with .dbf to simulate the error.

Thanks,
Frances
by fraxzi
Tue Jun 05, 2018 2:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.03 Dialog Problem (SOLVED)
Replies: 51
Views: 9370

Re: FWH 18.03 Dialog Problem (STILL)

Mr Frances

Please prepare the sample limiting only to the dialog error.
by nageswaragunupudi
Sat Jun 02, 2018 9:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.03 Dialog Problem (SOLVED)
Replies: 51
Views: 9370

Re: Pro's and Contra's fom Resources or Coded screens

... In this example there is no proportional sizing, but is another posibility. That's that way I see responsiveness applied to desktop forms. Not limiting to word, a little bit of code. /*I've been working some time ago with the control resizing issue. After thinking a little bit about what behavoir ...
by Carlos Mora
Sat Aug 05, 2017 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pro's and Contra's fom Resources or Coded screens
Replies: 47
Views: 13612

Unicode Text Input

... handle such cases. When we establish a Unicode connection to MySql server TGet understands how to limit the length of the input. Instead of limiting number of bytes, the imput is limited to the number of characters. The result of the Get also is 10 characters (of whatever language) in length ...
by nageswaragunupudi
Tue Jul 05, 2016 10:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unicode Text Input
Replies: 0
Views: 670

Re: TPrinter recent methods PrintImage() and SayText()

The image does not cover the entire paper.
Is that your point?
That is because I am limiting the width and height.
Let me see.
by nageswaragunupudi
Wed May 04, 2016 11:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TPrinter recent methods PrintImage() and SayText()
Replies: 19
Views: 4546

Re: EXCEL/CSV to DBF, a few questions

... dBase III as the output format. When doing this, I usually have to first modify column headers to valid characters, eliminating spaces, and limiting heading to 10 chars. Also often have to modify column widths. Then I just access the exported dbf with my FWH program.
by Roger Seiler
Tue Jan 07, 2014 3:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCEL/CSV to DBF, a few questions
Replies: 7
Views: 2734

Re: limiting the numbers of instance of Winword

Yes Silvio

c:\fwh\source\function\gettasks.prg


But do not think you need to serve
by cnavarro
Thu Nov 07, 2013 2:27 pm
 
Forum: Off Topic / Otros temas
Topic: limiting the numbers of instance of Winword
Replies: 3
Views: 1013

Re: limiting the numbers of instance of Winword

It could serve?

Code: Select all  Expand view

aTasks = GetTasks()

 
by cnavarro
Tue Nov 05, 2013 7:57 am
 
Forum: Off Topic / Otros temas
Topic: limiting the numbers of instance of Winword
Replies: 3
Views: 1013
Next

Return to advanced search