Search found 36 matches: invoking

Return to advanced search

Re: Small Question about Word and FWH

... IntPtr, ByRef lParam As CopyDataStruct) As IntPtr In your code, call the CheckJWordDocumentState() method before closing Application 2 or before invoking cWord:Quit(). Note: Replace "Application 1 Window Title" in Application 2 code with the actual title of the Application 1 window. ...
by Antonio Linares
Mon Jul 17, 2023 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small Question about Word and FWH
Replies: 29
Views: 1151

Re: xBrowse and SQLRDD bug

I have tested with this sample with FWH20.04. I found the scrollbar working properly and if we execute DBGOBOTTOM() before invoking the browse, the vertical scrollbar is positioned at the bottom. Please try this sample on your server, by changing the password, etc. This is my modified ...
by nageswaragunupudi
Thu Jun 11, 2020 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and SQLRDD bug
Replies: 18
Views: 2436

FW_GetMonitor() doesn't work

... an unknown error        oMonitor := FW_GetMonitor( i )        AAdd( aMonitors, oMonitor:aRect )      NEXT i   ENDIFRETURN NIL When invoking the getsysin.prg, the build process ends with these errors: Generating object output to 'compiled\getsysin.obj'...getsysin.prg(520): ...
by frose
Mon Jan 28, 2019 6:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_GetMonitor() doesn't work
Replies: 25
Views: 2980

Re: Question to XBROWSE 1810

How were you invoking edit in your own way earlier?
By assigning a codeblock to bLDClickData or how?
by nageswaragunupudi
Tue Nov 27, 2018 1:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question to XBROWSE 1810
Replies: 4
Views: 911

Re: Example Business Object (Customer)

... rules to apply in creating or editing, and then bancos, solicitudes and agrupacion are the relations among entities, so given a Client $client, invoking $client->bancos will return a collection of bank accounts without the need of writing a single line of code or SQL. Beauty! Thanks to the ...
by Carlos Mora
Wed Nov 21, 2018 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Example Business Object (Customer)
Replies: 32
Views: 8597

Re: Edit the cell of xBrowse

... It is rather unusual requirement. But, ... Not to invoke edit when double click oCol:bLDClickData := { || nil } To prevent EnterKey from invoking edit oBrw:lEnterKey2Edit := .f. If we want F2 key to invoke edit like Excel oBrw:lF2KeyToEdit := .t. If we want a key combination Eg. Ctrl-E ...
by nageswaragunupudi
Thu Apr 20, 2017 5:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Edit the cell of xBrowse
Replies: 5
Views: 819

Re: PRINT oPrn en Archivo.txt no funciona.

... <cFile> to PRINT command. cFile can be the name of a pdf file or simply "pdf". The print output will be saved to pdf file without invoking preview window. If only "pdf" is specified, the user is prompted to provide a pdf file name. If PREVIEW clause is specified, the ...
by nageswaragunupudi
Fri Mar 04, 2016 7:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: PRINT oPrn en Archivo.txt no funciona.
Replies: 4
Views: 1199

Re: Tablet and form style for Windows 8 (desktop ver.)

... We can add these two modifications to any dialog. 1) Find whether it is touch screen. ( please see new tximage class) 2) If touch screen, handle invoking virtual keyboard in the gotfocus block Yes, this is required for our software to be used in tables and next Windows 10 ecosystem, without rewriting ...
by MOISES
Sun May 03, 2015 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tablet and form style for Windows 8 (desktop ver.)
Replies: 80
Views: 24291

Re: Tablet and form style for Windows 8 (desktop ver.)

We can add these two modifications to any dialog.
1) Find whether it is touch screen. ( please see new tximage class)
2) If touch screen, handle invoking virtual keyboard in the gotfocus block
by nageswaragunupudi
Fri May 01, 2015 2:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tablet and form style for Windows 8 (desktop ver.)
Replies: 80
Views: 24291

Converting xharbour to harbour

... using 2-dimensional arrays or ADO Recordset (of course also multiple columns) This is done with a get , using his baction and valid clausule , and invoking xbrowse. This code works as expected BUT : 1) In Xharbour ANSI characters are not recognised (see http://forums.fivetechsupport.com/viewtopic.php?f=3&t=28609) ...
by Franklin Demont
Tue Jun 10, 2014 7:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting xharbour to harbour
Replies: 4
Views: 948

New FTDN April/Abril 2013 (FWH 13.04)

... <cFile> to PRINT command. cFile can be the name of a pdf file or simply "pdf". The print output will be saved to pdf file without invoking preview window. If only "pdf" is specified, the user is prompted to provide a pdf file name. If PREVIEW clause is specified, the ...
by Antonio Linares
Wed May 01, 2013 6:21 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2013 (FWH 13.04)
Replies: 2
Views: 3498

Re: FiveWeb

Otto,

Yes, they are standard Windows EXEs that should be fine for IIS, xampp, etc... :-)

We just use a little PHP from testbrow.prg but it is not needed at all and can be removed, I used it there just to show the example of invoking a PHP. We could also invoke an ASP, etc
by Antonio Linares
Sat Apr 13, 2013 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb
Replies: 29
Views: 5768

Re: Passing variables by reference in nested functions

... Please comment out all calls to SysRefresh() and try it again. I guess that your app is allowing the process of pending msgs and those msgs are invoking those functions agaian thus modifying those variables values. Also, you say that you are using NON MODAL execution. Keep in mind that if you ...
by Antonio Linares
Fri May 25, 2012 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Passing variables by reference in nested functions
Replies: 12
Views: 3531

Re: Creating an Open Office spreadsheet file .xls

... looking at the xbrowse ToCalc() there is an array aSaveAs .. which does not seem very well documented aSaveAs ,the fourth optional parameter while invoking ToCalc(), is a 2 dimensional array. The first element is the SaveAs FileName and the second element is the file format to be used For Eg: aSaveAs:={ ...
by anserkk
Thu Nov 03, 2011 4:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating an Open Office spreadsheet file .xls
Replies: 23
Views: 11970

Re: Creating an Open Office spreadsheet file .xls

... is a static function available in xBrowse.prg I have no clue what the DispatchHelper is either ?? The dispatcher provides a simple mechanism for invoking OpenOffice's internal functionality with limited knowledge of how the internals work. The following sample shows how to open an OpenOffice ...
by anserkk
Wed Nov 02, 2011 4:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating an Open Office spreadsheet file .xls
Replies: 23
Views: 11970
Next

Return to advanced search