Search found 34 matches: ranges

Return to advanced search

Re: google image download

If you have a URL of an image like this: https://www.jesmondfruitbarn.com.au/wp-content/uploads/2016/10/Jesmond-Fruit-Barn-Oranges.jpg ( click and see ) We can download the image like this cUrl := "https://www.jesmondfruitbarn.com.au/wp-content/uploads/2016/10/Jesmond-Fruit-Barn-Oranges.jpg&quo...
by nageswaragunupudi
Wed Jun 28, 2023 7:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: google image download
Replies: 1
Views: 286

Re: Fivewin and ADO

ExcelRange Vs ADO Use ExceRange for reasonable sized ranges. The data need not be organized like a table, can contain formulas and can be or ragged size. Planned improvements in future: Will soon provide editing excel formulas in xbrowse itself. Use ...
by nageswaragunupudi
Fri Jun 09, 2023 9:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin and ADO
Replies: 36
Views: 3787

Re: Leer Excel grande a un array o DBF

... to use a custom approach for this case. 1) Save Excel sheet as CSV and then copy to DBF. OR 2) Reading row by row is ok. Instead, read in chunks, ranges of 20,000 approx in a loop and save it in dbf.
by nageswaragunupudi
Mon Feb 07, 2022 8:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Leer Excel grande a un array o DBF
Replies: 9
Views: 755

Xbrowse Filteraction from BarGetAction

... use the BarGets from Xbrowse The solution I now have is the folowing (several fields can be filled in the barget from the browse, but no dates or ranges of values... Is someone having a better enhanced function to call for this or is this function ok (maybe some updates)  :bBarGetAction := ...
by Marc Venken
Tue Jan 11, 2022 10:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Filteraction from BarGetAction
Replies: 0
Views: 118

Re: Determine names of months between two dates

... case or an if of the type IF nListino = 1 ..... names of mounth elseif Price list = 2 ..names of mounth endif because I don't know what the date ranges are , they could be more varied and there could be more price lists I must find the name of the months against the list number Nages, your function ...
by Silvio.Falconi
Tue May 11, 2021 7:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Determine names of months between two dates - Resolved !!!!
Replies: 3
Views: 416

Re: Resize dialog

... based on minimum viewport widths and allow us to scale up elements as the viewport changes. Bootstrap primarily uses the following media query ranges—or breakpoints—in our source Sass files for our layout, grid system, and components. // Extra small devices (portrait phones, less than 576px) ...
by Otto
Thu Oct 22, 2020 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resize dialog
Replies: 16
Views: 1667

Re: Selectecing mutiple cells in excel

... system has it's own import-files with it's own structure. It can't read data from another database. So we use excel for info like descriptors, ranges, alarms,... to import in the system...
by Marc Vanzegbroeck
Thu Aug 13, 2020 9:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Selectecing mutiple cells in excel
Replies: 8
Views: 967

strange error for calculating days !!Resolved!!

I have 4 date ranges (periods) I have two dates and I want to calculate the number of days for each period. local dcheck_in: = ctod ("17/05/2020") local dCheck_out: = ctod ("17/06/2020") if I do the operation ...
by Silvio.Falconi
Thu Apr 23, 2020 10:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange error for calculating days !!Resolved!!
Replies: 3
Views: 641

GET with SPINNER

I want to specify start and end number ranges via Spinner and show the number of records that match the various ranges entered as the Up or Down key is selected (example below) Presumably while I just press the UP or DOWN arrow it's still in ...
by reds
Thu Jul 04, 2019 9:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET with SPINNER
Replies: 4
Views: 683

Re: XBROWSE Border on cells

... the text and border of the cells the way you want. A border around each cell or only around the column :?: ( uses different colours as well on age ranges ) http://www.pflegeplus.com/IMAGES/Cellborder1.jpg regards Uwe :?:
by ukoenig
Thu Apr 11, 2019 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE Border on cells
Replies: 27
Views: 4119

New FTDN March/Marzo 2018 (FWH 18.03)

... // Penwith for the XY data XY_nPixels // size of the points painted cXpicture // picture of values in the X axis nXXRanges // number of ranges in the X axis Please review new samples\testgrph.prg. Many thanks to Alvaro Quintana for his great help. * FWMariaRowSet: - SetGet method PrimaryVal: ...
by Antonio Linares
Tue Apr 24, 2018 9:25 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN March/Marzo 2018 (FWH 18.03)
Replies: 0
Views: 1688

Re: Can TGraph do X,Y plots?

... (or down) to a reasonable number that made the chart look right. E.G. rounding 10.3 to 11 or 15 or whatever. Of course, being able to specify the ranges by overriding the internal calculations would also be useful. ------------------------------ May I suggest changing this line: oChart:nType := ...
by alvaro533
Tue Mar 06, 2018 6:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can TGraph do X,Y plots?
Replies: 18
Views: 5503

Re: Can TGraph do X,Y plots?

... (or down) to a reasonable number that made the chart look right. E.G. rounding 10.3 to 11 or 15 or whatever. Of course, being able to specify the ranges by overriding the internal calculations would also be useful. ------------------------------ May I suggest changing this line: oChart:nType := ...
by James Bott
Tue Mar 06, 2018 5:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can TGraph do X,Y plots?
Replies: 18
Views: 5503

New FTDN November/Noviembre (FWH 17.11)

... are displayed in the usual format by expanding the size of picture clause. (b) When picture clause is not specified (eg. arrays, hashes, excel ranges, etc) the function cValToChar() is used to display the value. As a result numeric values having more decimals are rounded off to 2 decimals (or ...
by Antonio Linares
Mon Nov 27, 2017 7:21 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre (FWH 17.11)
Replies: 0
Views: 1311

Re: TGraph 2 Y-axis for different's scales

Hebert, If they are two different graphs, then they can have different ranges on the Y-axis and the increments will be different. So, for instance, the bottom graph could have a range from 300,000 to 500,000 and the top one could have a range from 400,000 to ...
by James Bott
Sun Aug 06, 2017 3:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGraph 2 Y-axis for different's scales
Replies: 20
Views: 3516
Next

Return to advanced search