Search found 17 matches: forbid

Searched query: forbid

by Silvio.Falconi
Sun Dec 31, 2023 1:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Booking xbrowse example
Replies: 16
Views: 5922

Re: Booking xbrowse example

... it.

Are you allowed to install desktop software in offices or hotels or on PCs of school administrations? Here, system administrators usually forbid it.

I programmed my FIVEWIN room plan under DOS and in 1995 as a Windows application when Windows 95 came out (promoted with the Rolling Stones ...
by Otto
Sun Dec 31, 2023 9:36 am
Forum: FiveWin for Harbour/xHarbour
Topic: Booking xbrowse example
Replies: 16
Views: 5922

Re: Booking xbrowse example

... it.

Are you allowed to install desktop software in offices or hotels or on PCs of school administrations? Here, system administrators usually forbid it.

I programmed my FIVEWIN room plan under DOS and in 1995 as a Windows application when Windows 95 came out (promoted with the Rolling Stones ...
by Natter
Wed Feb 22, 2023 9:23 am
Forum: FiveWin for Harbour/xHarbour
Topic: Prohibition of changing the scale
Replies: 0
Views: 415

Prohibition of changing the scale

Is it possible to forbid changing the page (webview) scale ctrl+ ctrl- ?
by Rick Lipkin
Thu Jun 08, 2017 3:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: send mail
Replies: 11
Views: 2565

Re: send mail

... are in a corporate setting and are trying to send out SMTP thru the Corporate infrastructure .. I know for a fact, that many Corporate IT policies forbid SMTP traffic out or within their Corporate routers and block that type of traffic.... without prior permission and exceptions made in their router ...
by Natter
Sun Nov 20, 2016 7:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Forbid to set cursor on column
Replies: 2
Views: 606

Re: Forbid to set cursor on column

Thank You, Mr. Rao, You are very help me !
by nageswaragunupudi
Sun Nov 20, 2016 12:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Forbid to set cursor on column
Replies: 2
Views: 606

Re: Forbid to set cursor on column

Please try this sample
#include "fivewin.ch"function Main() local oBrw, oDlg local nCol := 1 local nSkipCol USE CUSTOMER NEW SHARED DEFINE DIALOG oDlg SIZE 900,400 PIXEL TRUEPIXEL @ 20,20 XBROWSE oBrw SIZE -20,-20 PIXEL OF oDlg ; DATASOURCE "CUSTOMER" AUTOCOLS CELL LINES NOBORDER nSkipCol ...
by Natter
Fri Nov 18, 2016 2:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Forbid to set cursor on column
Replies: 2
Views: 606

Forbid to set cursor on column

Hi, all !

I leaf through xbrowse horizontal arrows right or left while one or the other column becomes current. Is it possible to forbid to set the cursor on the selected column ?
by ADutheil
Tue Nov 01, 2016 3:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Need CURL syntax with fivewin using HBCURL LIB?
Replies: 10
Views: 6090

Re: Need CURL syntax with fivewin using HBCURL LIB?

... TELNETOPTIONS 70
#define HB_CURLOPT_MAXCONNECTS 71
#define HB_CURLOPT_CLOSEPOLICY 72
#define HB_CURLOPT_FRESH_CONNECT 74
#define HB_CURLOPT_FORBID_REUSE 75
#define HB_CURLOPT_RANDOM_FILE 76
#define HB_CURLOPT_EGDSOCKET 77
#define HB_CURLOPT_CONNECTTIMEOUT 78
#define HB_CURLOPT_HEADERFUNCTION ...
by Rimantas
Mon Nov 14, 2011 5:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FolderEx question
Replies: 1
Views: 526

Re: FolderEx question

... control hiding of folderEx pages . Sample : at this moment if it is active 2-nf folder I can to let to hide another 4-th, not active page . How to forbid to hide not active page , only hide activated , focused page ?

Hmmm ... another question : what parameters goes to bBmpAction ? I found only ...
by Rimantas
Sun Nov 13, 2011 6:21 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FolderEx question
Replies: 1
Views: 526

FolderEx question

Hi ! I want to control hiding of folderEx pages . Sample : at this moment if it is active 2-nf folder I can to let to hide another 4-th, not active page . How to forbid to hide not active page , only hide activated , focused page ?

Many thanks in advance !
by carlos vargas
Sun Oct 02, 2011 1:49 am
Forum: FiveWin for Harbour/xHarbour
Topic: Prototype missing?
Replies: 35
Views: 9818

Re: Prototype missing?

... API separation with core code
cleanup is sth what has to be done in xHarbour in the future.
Of course such separation does not mean that we can forbid 3-rd party
programmers to access HVM internals. Programmers creating code for Harbour
can include before any other Harbour header files "hbvmint.h ...
by Natter
Tue Nov 03, 2009 7:19 am
Forum: FiveWin for Harbour/xHarbour
Topic: Number of current page
Replies: 1
Views: 514

Number of current page

Hi, all !

I look through the multipage document (ActiveX IE)
1) How to learn number of current page ?
2) How to forbid navigation buttons - PgDn / PgUp
by Rick Lipkin
Tue Oct 02, 2007 11:33 am
Forum: FiveWin for Harbour/xHarbour
Topic: .net
Replies: 7
Views: 2414

... or in a very small office or client base where making sure the desktops all have the correct version of the framework installed .. and God forbid .. the client does a Microsoft update and modifys their version of their runtime and breaks your app ..

Just not a practical solution for me ...
by Greg Gammon
Wed Aug 29, 2007 2:34 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple Browses???
Replies: 22
Views: 5806

... of object oriented...sometimes just struggle learning new coding techniques....my code is a mish mash of old style and new style now...heaven forbid anyone would have to come behind me and revise code...slowly but surely it all comes together. Not knowing any C language though leaves me a bit ...
by Richard Chidiak
Wed May 10, 2006 6:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ways to save report to a file and easily open
Replies: 52
Views: 21523

Richard,

I know you can copy from Acrobat reader but this is an option you can forbid in any tool creating a pdf file.

Understood. My point is that if you create PDFs from EMFs users cannot copy the text out even if you want to give them that capability.

James

Sure i agree, it is handled by ...