Search found 95 matches: odd

Return to advanced search

Re: FWSavePreviewToPDF 32-bit vs. 64-bit

... ); the FErase commmand does not work on these files with the "unusual" extension. where does the unusual extension come from? these odd files accumulate and don't get deleted by FErase. Change LPWSTR filefin = ( LPWSTR ) hb_parc( 3 ); to this : LPWSTR filefin = AnsiToWide( ( char ...
by mastintin
Sat Feb 04, 2017 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWSavePreviewToPDF 32-bit vs. 64-bit
Replies: 24
Views: 6395

Re: FWSavePreviewToPDF 32-bit vs. 64-bit

... ); the FErase commmand does not work on these files with the "unusual" extension. where does the unusual extension come from? these odd files accumulate and don't get deleted by FErase. We will look into this issue.
by nageswaragunupudi
Fri Feb 03, 2017 6:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWSavePreviewToPDF 32-bit vs. 64-bit
Replies: 24
Views: 6395

Re: FWSavePreviewToPDF 32-bit vs. 64-bit

... ); the FErase commmand does not work on these files with the "unusual" extension. where does the unusual extension come from? these odd files accumulate and don't get deleted by FErase.
by don lowenstein
Fri Feb 03, 2017 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWSavePreviewToPDF 32-bit vs. 64-bit
Replies: 24
Views: 6395

Re: FWH 64 drag and drop

... The 32 bit libs were 16.08. All files had the same October timestamp, and I can't see how the 64 bit libs were older, but they were. Very odd. In any case, I cleaned up and reinstalled everything on the production build machine and verified the libraries are as expected. A quick test showed ...
by rhlawek
Thu Oct 27, 2016 1:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 64 drag and drop
Replies: 3
Views: 737

Re: Nuevo FWH 16.05

... FieldType(), FieldDec() accept field number or field name. In addition, FieldName() also accepts fieldname as paramter. This might sound odd but the real purpose is this. The sql statement creating the rowset could have used alias names for the fields, eg: FIRST AS FIRSTNAME, LAST AS ...
by nageswaragunupudi
Sun Jul 17, 2016 12:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 16.05
Replies: 12
Views: 3982

Re: Preview scrolling

... if you click one of the arrow buttons (at the top of that display it will switch over so the full page display scrolls. That behavior is a bit odd and hardly intuitive. Is there any way to get it so it scrolls the full page display by default?
by dtussman
Sun Mar 06, 2016 7:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preview scrolling
Replies: 2
Views: 501

Re: FiveWeb Questions

... to my DBF I get nothing. Since it's the last item I tried: nFile:= Len(aParams) and used aParmas[nFile] instead of aParpam[37] .... it works. Odd thing is, if I do a MsgInfo(nFile) I get "null"
by Jeff Barnes
Thu Feb 18, 2016 9:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb Questions
Replies: 140
Views: 27202

Re: Problem with past into xbrowse numeric editable cell

... and tries to show in the best possible manner so that the user need not stare at meaningless stars. The value what you see is 123 million and odd represented in scientific notation. Hope you now agree that: 1. This is a problem of pasting a huge value into a Get with picture clause meant to ...
by nageswaragunupudi
Thu Feb 18, 2016 5:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with past into xbrowse numeric editable cell
Replies: 11
Views: 2376

Re: Report Drill Down

Hey James; And these licenses are very expensive running from US$4000 to US$9000. I thought it was odd those prices you quoted. Here is link to prices from the webpage https://www.fast-report.com/en/buy/#!/VCL%20(Embarcadero%20RAD%20Studio|Delphi|C++%20Builder)/FastReport%205%20VCL/ ...
by reinaldocrespo
Fri Jan 29, 2016 7:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report Drill Down
Replies: 34
Views: 8930

IDE, Tools and Libs...

Hi everyone...

It's just a simple question: :mrgreen:

What is your IDE, what tools and libs are you using ? :shock:

It may seem a odd question but to me it'll provide a handfull of info about the way to prepare my development environment.

:D

Thanks
by LordJonas
Sat Aug 01, 2015 5:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: IDE, Tools and Libs...
Replies: 3
Views: 856

Re: DIREFENCIA ENTRE HARBOUR/XHARBOUR

... use the EXIT statement or else logic will FALL THROUGH to the NEXT CASE, until stopped at a EXIT, or END statements. At first this might seem VERY ODD, but it provides great flexibility exactly like the C model. See tests/switch.prg to for a sample and to learn how the FALL-THROUGH logic works. ...
by Antonio Linares
Sun Jul 12, 2015 9:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIREFENCIA ENTRE HARBOUR/XHARBOUR
Replies: 4
Views: 2340

Re: xbrowse MakeTotals()

... are since I had to add code to return cursor position to the current cell after calling MakeTotals. I did not have to do this with 2012. This new/odd behavior is what mislead me into thinking all the problems were MakeTotals() related. I was wrong. I hope I don't have to demonstrate that the cursor ...
by reinaldocrespo
Sat Mar 28, 2015 6:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse MakeTotals()
Replies: 6
Views: 1732

Report with a blank page after each printed one.

Guys:

With the following code:
Code: Select all  Expand view
ACTIVATE REPORT oRep ON STARTLINE oRep:NewLine()

Every even page is blank. Odd pages have the printed records.
What I'm trying to accomplish is to have a double spaced report.
Removing the ON STARLINE .... the reports prints without blank pages.

Any clues ?
by HunterEC
Sat Jan 03, 2015 9:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report with a blank page after each printed one.
Replies: 2
Views: 569

Re: Save dialog coordinates then redisplay same place

... could check the saved values against the actuals by making some test code. Or, just leave off the +1 and see what happens. I admit, it does seem odd. James
by James Bott
Thu Dec 04, 2014 1:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save dialog coordinates then redisplay same place
Replies: 26
Views: 5450

Re: La nueva apariencia de EasyReport

... areas but the entire sheet In this paper we could define areas eg page header, body, foot with their properties (length, width, on even pages on odd pages) and display them in paper box with a dotted line Then there must be the property of the page (horizontal and vertical, paper size, margins, ...
by Silvio.Falconi
Wed Nov 26, 2014 5:43 pm
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: La nueva apariencia de EasyReport
Replies: 226
Views: 163301
PreviousNext

Return to advanced search