Search found 55 matches: bypass

Return to advanced search

Re: Acrobat reader

Hi Enrico, I found this while searching the net: >To programmatically enter a password and bypass the user >interface prompt for >password, you must replace the standard "security handler" for >Acrobat with your own >security handler. There is ...
by Jeff Barnes
Sat Nov 14, 2009 2:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Acrobat reader
Replies: 14
Views: 2466

Retrieving info from Url

Hello,
I have an url that return an XML file .

How to retrieve the context of the XML file directly without the action of the user .
How to bypass the dialog box asking to display or save the file .
Thanks for your help .
by Jack
Tue Oct 27, 2009 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Retrieving info from Url
Replies: 3
Views: 593

Re: New FWH 9.01

... of that Dialog to proceed with the data transfer. As of now I don't know how to avoid that dialog but definitlely there will be an option to bypass this. 3) Date format technique needs to be modified 1) Group totals not implemented. This is implemented now 2) Another drawback is that OpenOffice ...
by anserkk
Tue Jan 27, 2009 7:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 9.01
Replies: 24
Views: 3633

New FTDN January/Enero 2009 (9.01)

... of that Dialog to proceed with the data transfer. As of now I don't know how to avoid that dialog but definitlely there will be an option to bypass this. 3) Date format technique needs to be modified * Fix: Class TWBrowse function WBrwLine(), it was not properly painting the bitmaps due to ...
by Antonio Linares
Mon Jan 26, 2009 1:16 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN January/Enero 2009 (9.01)
Replies: 4
Views: 3056

ToCalc() Method to transfer xBrowse Data to OpenOffice Calc

... of that Dialog to proceed with the data transfer. As of now I don't know how to avoid that dialog but definitlely there will be an option to bypass this. ( I have implemeted 2 different ways for transfering Data from XBrowse to OpenOffice Calc. User now have the option to choose the which ...
by anserkk
Tue Jan 13, 2009 11:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToCalc() Method to transfer xBrowse Data to OpenOffice Calc
Replies: 62
Views: 12977

... DBFCDX or DBFNTX with ADORDD and just recompile your app, with very few changes (database string connection info). Using SQL we may be able to bypass those restrictions and implement a complete RDD, that may be able to replace DBFCDX or DBFNTX.
by Antonio Linares
Wed Sep 10, 2008 7:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQLWIN - a free RDD for SQL
Replies: 73
Views: 37244

... DATA lPageMode AS LOGICAL INIT .F. // paging mode flag DATA lPainted AS LOGICAL // controls some actions on init DATA lRePaint AS LOGICAL // bypass paint if false DATA lPostEdit // to detect postediting DATA lUndo AS LOGICAL INIT .F. // used by RButtonDown method DATA lUpdated AS LOGICAL ...
by Natter
Mon Sep 08, 2008 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bChange
Replies: 9
Views: 5470

... of a house: You can place gates, security windows, alarms, security guards, etc. but will it be 100% totally safe ? Wouldn't there be a way to bypass all that security ? I mean that we can minimize the risks as much as possible, but there will always be a failure percentage.
by Antonio Linares
Thu Sep 04, 2008 1:12 pm
 
Forum: Off Topic / Otros temas
Topic: Assertions in Production Code?
Replies: 3
Views: 946

Bypass window valid statement

Friends, I have a main Window with the following code nScrHeight:=GetSysMetrics(1) // Screen Height nScrWidth :=GetSysMetrics(0) // Screen Width DEFINE WINDOW oWnd FROM 1, 1 TO nScrHeight, nScrWidth MDI ; TITLE "Accounting Software" ; MENU BuildMenu() ; COLO...
by anserkk
Sat Aug 30, 2008 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bypass window valid statement
Replies: 10
Views: 1680

Button Bars

... any way to get rid of that? 2) When my app first loads, I see a DOS box, black screen window open just prior to my main window (maximized) - can I bypass that? Using: Clipper 5.2.e - FiveWin 2.2c - Blinker 6.0 Here we send you a modified wndboxes.obj module that avoid thepainting of such lines. ...
by Antonio Linares
Wed Aug 27, 2008 7:36 am
 
Forum: Utilities / Utilidades
Topic: Boris Pekic - NG's archive
Replies: 27
Views: 65635

... Should I have - theoretically doing all the code the right way - the same results or is there some overhead in a control class which you can’t bypass. oWnd:oClient = oPickDate CLASS TPickDate FROM TControl I can’t imagine that all this comfort does not consume speed. Therefore I started my ...
by Otto
Thu Jul 31, 2008 7:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pickdate
Replies: 94
Views: 17302

... fact that I also have a lot of customers that never reported me this problem but I would like give a suggest to this customer in order to solve/bypass this problem.
by Marco Turco
Fri Jun 20, 2008 10:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: About copyfile: checking results
Replies: 12
Views: 2362

>I want to know the command to bypass the POPUP.

I still don't know if you are a programmer or a user?

If you are a programmer, then we need to see your source code.

If you are user, then what you want is not possible without the source code. Do you have the source code?

Regards,
James
by James Bott
Wed May 14, 2008 6:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HELP!
Replies: 20
Views: 3172

HELP!

... master, I want the program jump to amendment of NAME, ADDRESS, TEL, etc, instead of POPUP a customer selection box. I want to know the command to bypass the POPUP. Thanks and appreciate for your kind attention.
by david lim
Wed May 14, 2008 12:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HELP!
Replies: 20
Views: 3172

In xHarbour, these two function bypass the OS messages. I have not tested on Vista

1) DiskReady( cDisk, .F. )
2)
SetErrorMode(1)
IsDisk( cDisk )


I do not know if Harbour has similar functions
by nageswaragunupudi
Tue Apr 01, 2008 3:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to check if a drive exists
Replies: 36
Views: 7346
PreviousNext

Return to advanced search