Search found 55 matches: restrict

Return to advanced search

Restrict moving of dialog

Hi all,

How can I restrict moving of captioned dialog by end-user?


Regards,
Fraxzi
by fraxzi
Mon Feb 08, 2010 7:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Restrict moving of dialog
Replies: 2
Views: 541

Re: How to identify WindowState

Dear Mr.Antonio, DATA aMinMaxInfo is was a very useful information. My requirement was to restrict the window size to a predefined size. Anyway I found the solution for my requirement. I was able to disable the maximize button on a MDICHILD window using the Windows ...
by nageswaragunupudi
Tue Feb 02, 2010 1:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to identify WindowState
Replies: 11
Views: 2582

Re: How to identify WindowState

Dear Mr.Antonio,

DATA aMinMaxInfo is was a very useful information. My requirement was to restrict the window size to a predefined size. Anyway I found the solution for my requirement. I was able to disable the maximize button on a MDICHILD window using the Windows Style.

Regards
Anser
by anserkk
Tue Feb 02, 2010 12:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to identify WindowState
Replies: 11
Views: 2582

save Attachments from outllook application object

... _ OlDefaultFolders.olFolderInbox) Dim inBoxItems As Outlook.Items = inBox.Items Dim newEmail As Outlook.MailItem inBoxItems = inBoxItems.Restrict("[Unread] = true") Try For Each collectionItem As Object In inBoxItems newEmail = TryCast(collectionItem, Outlook.MailItem) If newEmail ...
by Silvio
Tue Jan 26, 2010 8:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: save Attachments from outllook application object
Replies: 3
Views: 817

... } With the above piece of code I am able to restrict the GET on Sub Menu Items Line (Dark Blue) Sub Menu Items Line -> Dark Blue Colour (Edit NOT Required) Menu Items Line -> Light Blue ...
by anserkk
Wed Dec 17, 2008 5:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse SetCheck,Bitmap Column and bEditValue
Replies: 13
Views: 2717

Restricted Note Field

... multi-line editing) function, and the user types more than 254 chars, it simply truncates it, which is not user friendly. I want it to BEEP and restrict the amount he can type (like edit fields do). 1. Am I wrong about Memo fields? 2. Can I use a Character field in this way? (or is there a better ...
by Ollie
Wed Sep 17, 2008 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Restricted Note Field
Replies: 1
Views: 456

... single user. It is supposed to be run on a Network with multiple users. I am porting my existing Clipper 5.01 application to FWH. I don't want to restrict my users from having multiple windows opened simultaneously to a certain extent . Because of this reason I want to reduce the Modal Dialog ...
by anserkk
Tue Sep 09, 2008 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help : Details of the opened dialogs/windows in application
Replies: 18
Views: 4130

Help : Details of the opened dialogs/windows in application

... both Modal and non modal dialogs in my app. which means there can be multiple instances of the same window in my app. But I should be able to restrict users from opening multiple instances of certain dialogs/windows for eg. the DBF Re-indexing window should be restricted. It can have only ...
by anserkk
Tue Sep 09, 2008 5:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help : Details of the opened dialogs/windows in application
Replies: 18
Views: 4130

... at D:\COMPILER\xHB\c_include\string.h(27): found 'void __cdecl function(unsigned char *, unsigned char *)' expected 'char * __cdecl function(restrict char *, restrict const char *)'. .\ClipApi.h(420): error: Redeclaration of 'strcmp' previously declared at D:\COMPILER\xHB\c_include\string.h(25): ...
by hterce
Wed Sep 03, 2008 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Source code for Tree32.lib
Replies: 13
Views: 3308

... declared at E:\xHB\c_include\string.h(27): found 'void __cdecl function(unsigned char *, unsigned char *)' expected 'char * __cdecl function(restrict char *, restrict const char *)'. E:\FW\include\ClipApi.h(465): error: Redeclaration of 'strcmp' previously declared at E:\xHB\c_include\string.h(25): ...
by mantonio_08
Wed May 14, 2008 9:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TSBROWSE
Replies: 9
Views: 1809

... declared at E:\xHB\c_include\string.h(27): found 'void __cdecl function(unsigned char *, unsigned char *)' expected 'char * __cdecl function(restrict char *, restrict const char *)'. E:\FW\include\ClipApi.h(465): error: Redeclaration of 'strcmp' previously declared at E:\xHB\c_include\string.h(25): ...
by daniel_halon
Wed May 14, 2008 3:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TSBROWSE
Replies: 9
Views: 1809

... hate ThoseFunctionsWithImpossiblyLongNames() Personally I would be happier with a 12 or perhaps 16 character limit as witha 10 limit I effectively restrict myself to 7 characters due to my naming scheme (which started out with corporate work with SQL where there is no such limit). I also like to ...
by xProgrammer
Mon Apr 14, 2008 8:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question Abot DIALOGs
Replies: 45
Views: 12849

... compile twice. (Linux and Windows ) and have an executable for more platforms for different DBMS.< Should be achievable but you'll have to restrict the features you use and get familiar with both systems as their are some differences. A few #command's and #ifdef's would help. I code all ...
by xProgrammer
Tue Feb 26, 2008 8:10 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Restarting with FiveLinux
Replies: 28
Views: 6832

Antonio Linares wrote:Enrico,

The problem is that Marc comments that on small samples is working fine


Then Marc should gradually remove parts of his code to restrict the cause of the problem. I don't think it's a bug in DBFCDX.

EMG
by Enrico Maria Giordano
Fri Aug 17, 2007 2:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: INDEX FOR problem
Replies: 15
Views: 2441

Program very slow when runing on LAN

... is, basically, a TxBrowse() which shows the Customer.dbf table. This table is only about 4000 register long. I can apply a simple SET FILTER TO to restrict the number of registers shown. (I know that I can use Set Scope, but for other easons I have to stick to SET FILTER) My vevelopment system ...
by Rafael Clemente
Thu Jul 26, 2007 2:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Program very slow when runing on LAN
Replies: 2
Views: 786
PreviousNext

Return to advanced search