Search found 1731 matches: parameter

Return to advanced search

New FTDN April 2024 (FWH 24.04)

... to Silvio Falconi! * Enhancement: We have restored the call to Method Resize() from Class TWindow Method Activate() but providing it the right parameters. Now it is working as expected. * FWMariaConnection: - New method Record( cTable, [cWhere] ) --> Record Object using the new FWMariaRecord ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 0
Views: 33

Re: FWMARIA MENSAJES DE ERROR

You see this error when trying to connect using oCn := maria_Connect( <connectionspe>,  .T. ) Last parameter .T. means ShowError. In that case the library shows the error as MySql shows. You can suppress display of error by oCn := maria_Connect9( <connectionspecs>, ...
by nageswaragunupudi
Tue Apr 23, 2024 9:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWMARIA MENSAJES DE ERROR
Replies: 4
Views: 117

Re: Tooltip of the selector column

... oMouseCol:Value   endifreturn cValToChar( uVal ) return nil   [/code] Error: ------------------ Error BASE/1082 Argument error: - Parameter : [ 1] = U [ 2] = N 1 Stack-List ---------- called by MOJCOLTOOLTIP(31) called by (b)TEST(16) called by TXBROWSE:MOUSEMOVE(3554) called by ...
by mtajkov
Sun Apr 07, 2024 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tooltip of the selector column
Replies: 11
Views: 1364

New FTDN February 2024 (FWH 24.02)

... class FWHMaria lib * Enhancement: Class TWebView() new METHOD Dispatch( bAction ) where bAction is a codeblock that gets the hWebView as the first parameter { | hWebView | ... } * New: samples\webview\sidebar.prg shows how to use Class TWebView in a simpler and more FWH syntax alike way. * Enhancement: ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 210

Re: TUrlLink on Xbrowse

... Data https://i.postimg.cc/bvNVxJZF/GRID-Object.jpg --- XBROWSE:bCellToolTips : have a look at c:\fwh\samples\xbceltip.prg and for Parameter https://forums.fivetechsupport.com/viewtopic.php?t=43939 --- i have try use a Object in XbpBrowser() under Xbase++ using my ...
by Silvio.Falconi
Thu Feb 29, 2024 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TUrlLink on Xbrowse
Replies: 3
Views: 234

Re: TUrlLink on Xbrowse

... Data https://i.postimg.cc/bvNVxJZF/GRID-Object.jpg --- XBROWSE:bCellToolTips : have a look at c:\fwh\samples\xbceltip.prg and for Parameter https://forums.fivetechsupport.com/viewtopic.php?t=43939 --- i have try use a Object in XbpBrowser() under Xbase++ using my ...
by Jimmy
Thu Feb 29, 2024 5:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TUrlLink on Xbrowse
Replies: 3
Views: 234

Re: Problem with FiveWin and PDF995 on Windows 11.

... and Pix2Inch. And possibly many other methods. Which I will rewrite to using Unit2Pix, and Pix2Unit, or may not need at all because of the cUnits parameter on most print methods. Using cUnits parameter is the best option. That keeps compatibility between Pdf class and Printer class. For now you ...
by nageswaragunupudi
Thu Feb 15, 2024 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1218

Re: FW_SaveImage

... or any image-buffer of any type. cSide: Can be "R" or "B". R for Right and B for bottom. Default Bottom cType: If the parameter is nil, the result is hBitmap if cType is "bmp", "jpg", "png" the result is an image buffer of the type speicified, ...
by nageswaragunupudi
Thu Feb 15, 2024 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 451

Re: Problem with FiveWin and PDF995 on Windows 11.

... and Pix2Inch. And possibly many other methods. Which I will rewrite to using Unit2Pix, and Pix2Unit, or may not need at all because of the cUnits parameter on most print methods.
by byron.hopp
Thu Feb 15, 2024 3:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1218

Re: SAPI : change Voice

hi Daniel, i have try to Debug Events (see last Page) and have ask "what does they mean" Antonio found Solution that 1st Parameter are the Event "Number" Events and meanings: 1 --> Start 3 --> An OLE object is received, probably self OLE object ? 5 --> Word, ...
by Jimmy
Wed Feb 14, 2024 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3567

Re: mariadb_connect bigdata and read as page

nageswaragunupudi wrote:Please see
viewtopic.php?f=3&t=44175


What is different between ::RowSet() and ::RecSet()?
Which the latest table FWH version of TRECSET ?

I have FWH2304 but not much of information of TRECSET, such as full parameter.

Thanks in advance,
by dutch
Sun Feb 11, 2024 3:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: mariadb_connect bigdata and read as page
Replies: 3
Views: 305

Re: SAPI : change Voice

... CHR( 9 )   NEXT   cText += Var2Char( PValue( iMax ) )   IF EMPTY( cText )      cText := TIME() + " no Parameter ? " + CRLF + PROCNAME( 1 ) + STR( PROCLINE( 1 ) ) + CRLF + PROCNAME( 2 ) + STR( PROCLINE( 2 ) ...
by Jimmy
Sat Feb 10, 2024 9:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3567

SAPI : change Voice

hi. i try to change "Voice" of Sapi.SPVoice "Voice"is a Property of SPVoice and use ISpeechObjectTokens object as Parameter ISpeechObjectTokens object just have Method Item and Property COUNT https://i.postimg.cc/C5YWW4KS/SP-Voice-Item.png --- but when ...
by Jimmy
Tue Jan 23, 2024 5:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3567

Using FW_SayText in WebView

... API is not free, can I just place a text and a bitmap on the map using FW_SayText and FW_DrawImage ? I don't know what would be the first parameter (ownd) in FW_SayText. I have tried this and others and doesn´t work FW_SayText( oWebView:GetWindow() , "Hola: ", {400,400,20,180 ...
by alvaro533
Fri Dec 29, 2023 9:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using FW_SayText in WebView
Replies: 2
Views: 335

Re: Question about deleting files and the trash

Dear Michel,

It is the fifth parameter when you call SHFILEOPERATION()
by Antonio Linares
Fri Dec 22, 2023 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about deleting files and the trash
Replies: 11
Views: 1187
Next

Return to advanced search