Search found 1865 matches: shows

Return to advanced search

Re: ADO / Excel / XBROWSE / FWAdoStruct() / Edit()

That is the issue with ADO with Excel.
Whatever length you specify while creating the table, that is ignored.
ADO RecordSet field object always shows oField:DefinedSize as 255.
by nageswaragunupudi
Sun Aug 13, 2023 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO / Excel / XBROWSE / FWAdoStruct() / Edit()
Replies: 8
Views: 286

Re: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?

Question : what is 8th Element of ROW from ::aStructPG for :?: In cases of SQL like this SELECT first AS firstname, ... Column 1 shows "firstname" and column 8 shows the actual name of the field, i.e., "first" So, we need to use column 8 only for building update or ...
by nageswaragunupudi
Sat Aug 05, 2023 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: METHOD SavePQQ() need "id" or how to use own PRIMARY KEY ?
Replies: 21
Views: 812

New FTDN July/Julio (FWH 23.07)

... and WebView2Loader.dll are placed in FWH\samples and the 64 bits versions are placed at: FWH\dll\webview64\ * New: samples\webview1.prg shows how to use an existing window (or dialog, or control) to create a webview on such window. * New: samples\webview3.prg shows how to place a webview ...
by Antonio Linares
Thu Jul 27, 2023 6:13 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio (FWH 23.07)
Replies: 7
Views: 1107

Re: Create solid color bitmap array

... files used for each code were wrong. So I used the function you suggested, and I can see that each value is perfectly correct. Since the menu also shows the ID, I know I have a 100% match between the default, internal, color list and my bitmaps. The problem is when the even displays on the main ...
by TimStone
Thu Jul 13, 2023 1:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create solid color bitmap array
Replies: 6
Views: 340

Re: hbmk2 problem

... took off most of the day. I did the build this morning, and it comes up as it did with you. I also defined o as a tdatabase():new( ) and it still shows, in the PPO, that the seek in correct. So now I will need to continue searching for an include file that might redefine the seek. Tim
by TimStone
Wed Jul 12, 2023 7:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hbmk2 problem
Replies: 19
Views: 823

Re: Create solid color bitmap array

... ? https://forums.fivetechsupport.com/viewtopic.php?f=3&t=38071#p227515 I use Colorpicker for most off my projects, because if shows all different values. https://maveco.be/fivewin/colorpicker.png
by Marc Venken
Tue Jul 11, 2023 7:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create solid color bitmap array
Replies: 6
Views: 340

Re: how to open devtoolswindow from application.

Dear Hakan,

Very good finding! :-)

> local oWebView := TWebView():New( 1 ) // shows the "inspect" menu item

thank you
by Antonio Linares
Sat Jul 08, 2023 12:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to open devtoolswindow from application.
Replies: 21
Views: 1203

Re: Webview question

... samples also. Please download the most recent webview DLLs (url in the previous post) and use this new FWH\samples\webview1.prg This example shows how to create the webview using an existing window (it uses the handle of the provided window to display on it, without creating a new control) ...
by Antonio Linares
Sat Jul 01, 2023 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview question
Replies: 36
Views: 3044

Re: Footer value

However, the footer shows a fractional number - 9999.0

Should not.
How can we reproduce the problem at our end?
by nageswaragunupudi
Sun Jun 18, 2023 1:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Footer value
Replies: 5
Views: 304

Footer value

Hi,

The xBrowse column assumes a footer
Code: Select all  Expand view
:aCols[1]:FooterType:=AGGR_SUM

For the footer specified PICTURE
Code: Select all  Expand view
:aCols[1]:FooterPicture:="9999"

However, the footer shows a fractional number - 9999.0
Why ?
by Natter
Sun Jun 18, 2023 9:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Footer value
Replies: 5
Views: 304

Seeking your thoughts

... the office manager prints an invoice, to any printer, it comes out perfectly. If he prints from his computer, to the same printers, the background shows up very dark and overrides the printed text and the graphic. I suspect it is some setting on his computer but I don't know what. I've eliminated ...
by TimStone
Wed Jun 07, 2023 10:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Seeking your thoughts
Replies: 10
Views: 708

Create reports by pagination TReport, TPreview

... or some information, Placing the navigation buttons per page, in such a way that clicking on next, runs the report again with the recordset and shows in the open preview. This is possible :?: , there is only the question of when the report with totals or subtotals :idea:
by Ari
Wed May 31, 2023 1:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create reports by pagination TReport, TPreview
Replies: 0
Views: 138

Re: RTF Spell Checker

... words, as they are typed, that are not spelled correctly. 2). If I try to setup the spell checker to be turned on by default, the checkmark shows on the ( right click ) menu, but it will not actually catch misspelled words. It only works correctly when you turn it on once the control is ...
by TimStone
Tue May 23, 2023 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RTF Spell Checker
Replies: 7
Views: 428

Re: create pdf

... ;      ACTION oWnd:End()return nil  https://imagizer.imageshack.com/v2/xq70/923/K0meAK.png The image shows both preview with 3 buttons and also the PDF generated I advise you to first copy the code to samples folder and run with buildh.bat and test ...
by nageswaragunupudi
Sun May 14, 2023 9:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: create pdf
Replies: 14
Views: 984

Re: New FWH 23.04

line 407 shows empty and line 1 get values...

there may be something wrong
by Antonio Linares
Thu May 04, 2023 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 23.04
Replies: 13
Views: 850
PreviousNext

Return to advanced search