... 1 )|
- New: function FW_GetAdoError( oCn ) --> oAdoErr
Returns Ado Error and then clears the error.
- Enhanced: function FW_ShowAdoError( oCn, [lSilent = .f.], [er] )
The function displays (if not silent) and/or logs error
and/or evaluates bOnError set earlier and clears the error
Returns ...
Search found 6 matches: silent
Searched query: silent
- Wed Apr 24, 2024 7:14 am
- Forum: WhatsNew / Novedades
- Topic: New FTDN April 2024 (FWH 24.04)
- Replies: 1
- Views: 3003
- Wed Sep 20, 2023 1:11 pm
- Forum: WhatsNew / Novedades
- Topic: xHarbour.org updated!
- Replies: 164
- Views: 93892
Re: xHarbour.org updated!
... DEFINE WINDOW oChildWnd FROM 0,0 TO 600,800 PIXEL TITLE "PORTO SEGUROS"
oActiveX = TActiveX():New( oChildWnd, "Shell.Explorer.2" )
oActivex:Silent := .T.
oChildWnd:oClient = oActiveX
oActiveX:Do( "Navigate2", cSite )
ACTIVATE WINDOW oChildWnd
RETURN NIL
// FIN / END
Regards, saludos.
oActiveX = TActiveX():New( oChildWnd, "Shell.Explorer.2" )
oActivex:Silent := .T.
oChildWnd:oClient = oActiveX
oActiveX:Do( "Navigate2", cSite )
ACTIVATE WINDOW oChildWnd
RETURN NIL
// FIN / END
Regards, saludos.
- Mon Jun 26, 2023 11:01 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Shell.Explorer.2 problem
- Replies: 12
- Views: 1844
Re: Shell.Explorer.2 problem
oActiveX:Silent := .T.
Thank you for your reply. Adding this line of code causes the error message to not be displayed however, the activex window is blank.
Upon further investigation I believe the problem may be because the vendor recently added a Captcha that the user needs to respond to before ...
Thank you for your reply. Adding this line of code causes the error message to not be displayed however, the activex window is blank.
Upon further investigation I believe the problem may be because the vendor recently added a Captcha that the user needs to respond to before ...
- Mon Jun 26, 2023 10:41 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Shell.Explorer.2 problem
- Replies: 12
- Views: 1844
Re: Shell.Explorer.2 problem
... PIXEL TITLE cTitle
DEFINE WINDOW oChildWnd FROM -1, -1 TO -1, -1 PIXEL
oActiveX = TActiveX():New( oChildWnd, "Shell.Explorer.2" )
oActivex:Silent := .T.
oChildWnd:oClient = oActiveX
// oActiveX:Do( "Navigate2", "http://www.fivetechsoft.com" )
//oActiveX:Do( "Navigate2", "https://app ...
DEFINE WINDOW oChildWnd FROM -1, -1 TO -1, -1 PIXEL
oActiveX = TActiveX():New( oChildWnd, "Shell.Explorer.2" )
oActivex:Silent := .T.
oChildWnd:oClient = oActiveX
// oActiveX:Do( "Navigate2", "http://www.fivetechsoft.com" )
//oActiveX:Do( "Navigate2", "https://app ...
- Mon Jun 26, 2023 10:24 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Shell.Explorer.2 problem
- Replies: 12
- Views: 1844
- Wed Nov 02, 2022 11:30 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Display thumbnails of pdfs
- Replies: 34
- Views: 7103
Re: Display thumbnails of pdfs
... is fast as an arrow.
I use this same software as well for mod harbour to create JPG in different resolutions and previews of other file types. With mod harbour you have the advantage that the creation of the preview is silent.
Best regard,
Otto
https://mybergland.com/fwforum/xdocviewer.mp4
I use this same software as well for mod harbour to create JPG in different resolutions and previews of other file types. With mod harbour you have the advantage that the creation of the preview is silent.
Best regard,
Otto
https://mybergland.com/fwforum/xdocviewer.mp4