Search found 29 matches: lyesno

Return to advanced search

Re: Is my app being used by RDP ?

Dear Otto,

You have to run your EXE remotely (on the server) using RDP, then it should MsgInfo() about it

Also it may be worth to try the Harbour function WIN_OSISTSCLIENT() --> lYesNo that should also behave in a similar way,
though the above solution is far more complete
by Antonio Linares
Wed Apr 13, 2022 6:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is my app being used by RDP ?
Replies: 5
Views: 401

Re: New FTDN September/Septiembre 2019 (FWH 19.09)

... Descarta todos los cambios realizados en el modo por lotes y el conjunto de filas se actualiza con ReQuery(). - Método IsBatchEdited() --> lYesNo Devuelve .T. /.F. en función de si se han realizado modificaciones/añadidos/eliminaciones en el modo por lotes que aún no se han escrito en la ...
by Antonio Linares
Fri Oct 18, 2019 8:38 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 2899

New FTDN September/Septiembre 2019 (FWH 19.09)

... - method CancelBatch(): Discards all changes made in the batch mode and the rowset is refrshed with Requery() - method IsBatchEdited() --> lYesNo Returns if any modifications/appends/deletes are made in the batchmode that are yet to be written to the database * SAVING WORK AND RESTORING ...
by Antonio Linares
Sun Oct 13, 2019 11:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 2899

Re: FWH64

Tim,

TimStone wrote:Do we have a FWH function that detects if this is a 32 bit or 64 bit build ?

Tim


IsExe64() --> lYesNo
by Antonio Linares
Thu Mar 31, 2016 4:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25127

New FTDN February 2016 (FWH 16.02)

... does not return the drive in Windows: http://forums.fivetechsupport.com/viewtopic.php?p=186442#p186442 * New: function ISDUPLEXPRINTER() --> lYesNo checks if the current selected printer supports DUPLEX: http://forums.fivetechsupport.com/viewtopic.php?p=186749#p186749 * Fix: TMenuItem: height ...
by Antonio Linares
Tue Mar 01, 2016 9:15 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2016 (FWH 16.02)
Replies: 2
Views: 1310

New FTDN June 2015 (FWH 15.06)

... used by Class TListViewItem. * Enhancement: function cWinVersion() now returns 10 for Windows 10. * New: function IsWindows10() --> lYesNo * Enhancement: xbrowse.prg calls to OleDefaultArg() are replaced by FWH function AdoDefault(), since older versions of Harbour did not have the ...
by Antonio Linares
Sun Jul 19, 2015 10:00 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June 2015 (FWH 15.06)
Replies: 7
Views: 3037

Re: New FTDN May 2015 (FWH 15.05)

... 15.05 is already available to download * Enhancement: function cWinVersion() now returns 10 for Windows 10. * New: function IsWindows10() --> lYesNo * Enhancement: xbrowse.prg calls to OleDefaultArg() are replaced by FWH function AdoDefault(), since older versions of Harbour did not have the ...
by Antonio Linares
Tue Jun 16, 2015 12:18 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May 2015 (FWH 15.05)
Replies: 5
Views: 3272

Re: New FTDN May 2015 (FWH 15.05)

... 15.05 is already available to download * Enhancement: function cWinVersion() now returns 10 for Windows 10. * New: function IsWindows10() --> lYesNo * Enhancement: xbrowse.prg calls to OleDefaultArg() are replaced by FWH function AdoDefault(), since older versions of Harbour did not have the ...
by Antonio Linares
Fri Jun 12, 2015 10:11 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May 2015 (FWH 15.05)
Replies: 5
Views: 3272

Re: Simular Caps Lock

... hace esa comprobación y muestra ó no el estado de CAPs en la barra inferior. Puedes comprobar el estado con: GetKeyToggle( VK_CAPITAL ) --> lYesNo Y puedes forzar su cambio con: KeyToggle( VK_CAPITAL ) el valor de VK_CAPITAL es 20 y esta definido en vkey.ch
by Antonio Linares
Wed May 07, 2014 5:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Simular Caps Lock
Replies: 3
Views: 465

Re: Enable/Disable

Roberto,

Tambien puedes usar:

IsWindowEnabled( oWnd:hWnd ) --> lYesNo

en donde puedes usar una ventana, diálogo ó control
by Antonio Linares
Sat Oct 12, 2013 8:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Enable/Disable
Replies: 3
Views: 434

Re: New FTDN September/Septiembre 2011 (FWH 11.09)

... y el objeto columna para cada fila. El valor está incluido en el total sólo si el resultado es cierto. * Nuevo: Nueva función IsWin8() --> lYesNo * Mejora: Se ha ampliado el resultado de la función cWinVersion(), con el valor "8" para Windows 8. * Corrección: Se ha solucionado ...
by Antonio Linares
Wed Sep 28, 2011 3:33 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2011 (FWH 11.09)
Replies: 4
Views: 4010

New FTDN September/Septiembre 2011 (FWH 11.09)

... column's value and column object for every row. The value is included in the aggregate only if the result is true. * New: function IsWin8() --> lYesNo * Enhancement: function cWinVersion() returns "8" for Windows 8 * Fix: Class TBtnBmp painting bug reported by Hua and Peter Harmes ...
by Antonio Linares
Wed Sep 28, 2011 9:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2011 (FWH 11.09)
Replies: 4
Views: 4010

Re: need tcrw.prg for 32 bit

... ENDIF RETURN ! ::lError // ========================================================================== // Method TCrw::PEIsPrintFinished() -> lYesNo // PEIsPrintJobFinished // // Monitors the print job to see if it is finished or still in progress. // You can use this method any time you have ...
by jll-fwh
Sun Feb 14, 2010 3:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: need tcrw.prg for 32 bit
Replies: 1
Views: 1316

Re: Using MsgRun along with TRY CATCH (Solved)

James, Anser,

FWH already provides IsInternet() --> lYesNo
by Antonio Linares
Wed Jan 27, 2010 7:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using MsgRun along with TRY CATCH (Solved)
Replies: 8
Views: 1239

New FTDN November/Noviembre 2009 (9.11)

... properly detects Windows 7 and returns "7". Please review samples\winver.prg * New: function IsWin7(), returns a logical value lYesNo. Thanks to Ruediger! * New: Added two sample programs xbrswap1.prg and xbrswap2.prg to demonstrate how to swap browses on the fly at runtime. ...
by Antonio Linares
Sun Nov 22, 2009 10:02 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2009 (9.11)
Replies: 0
Views: 1645
Next

Return to advanced search

cron