Search found 55 matches: restrict

Return to advanced search

cGetFile replacement

Hi all, I'm looking for a replacement for the cGetFile function because I want to restrict the directory where the user can select the file. I have found the xbrwdisk sample in FWH that with some changes should be fine. My problem: I have no experience using trees, ...
by Marco Turco
Thu Feb 27, 2014 3:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: cGetFile replacement
Replies: 2
Views: 773

Re: Any other encryption system besides Blowfish?

... is just one part of the process of creating a secure system. The following are some of the steps that can be taken to secure a database: · Restrict physical access: Prevent direct user access by keeping all data on a physically remote server and using Advantage Database Server to access ...
by reinaldocrespo
Mon Dec 09, 2013 6:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Any other encryption system besides Blowfish?
Replies: 6
Views: 2024

Re: obtain ODBC drivers installed

... It would be a problem if only the programs administrators were using could. Not administrators only. Normally all users can read, unless access is restricted. I know of many corporate networks where the network administrators are so conservative to restrict access severely. Personally I disagree ...
by nageswaragunupudi
Mon Jun 17, 2013 3:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: obtain ODBC drivers installed
Replies: 6
Views: 1058

Re: obtain ODBC drivers installed

... When we make a generic application/library can we assume every user can access registry? It is common that many net work administrators severely restrict rights of network users. But can't all programs read the registry? It seems that most programs need to be able to do this. It would be a problem ...
by James Bott
Mon Jun 17, 2013 2:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: obtain ODBC drivers installed
Replies: 6
Views: 1058

Re: obtain ODBC drivers installed

When we make a generic application/library can we assume every user can access registry? It is common that many net work administrators severely restrict rights of network users.
by nageswaragunupudi
Mon Jun 17, 2013 1:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: obtain ODBC drivers installed
Replies: 6
Views: 1058

Re: total in xbrowse

Yes, but I want restrict utile2.dbf using ordscope() function. which command can I use with cAlias in xbrowse, LOCATE, SET FILTER?
by damianodec
Wed Mar 06, 2013 8:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: total in xbrowse
Replies: 26
Views: 4810

Re: ADS : DbSetFilter VS SQL Statement?

... is a special type of constraint that ensures the data residing in two or more related tables remains consistent. You can have a RI rule to either restrict changing or to perform a cascade change of a foreign key when a primary key is changed or the record is deleted. Field constraints as well ...
by reinaldocrespo
Wed May 30, 2012 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS : DbSetFilter VS SQL Statement?
Replies: 6
Views: 3022

Re: Compile tbfuncs.c

... Win32 Copyright (c) 1993, 2000 Borland tcbfuncs.c: Error E2238 c:\fw21\xharbourinc\xhbset08\xhb\c_include\wchar.h 49: Multiple decl aration for 'restrict' Error E2238 c:\fw21\xharbourinc\xhbset08\xhb\c_include\wchar.h 50: Multiple decl aration for 'restrict' Error E2238 c:\fw21\xharbourinc\xhbset08\xhb\c_include\wchar.h ...
by AHF
Thu Feb 09, 2012 11:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compile tbfuncs.c
Replies: 9
Views: 2683

Re: New FTDN August/Agosto 2011 (FWH 11.08)

... index is created in Upper case. (b) Excelrange as source is detected correctly in Harbour also. (c) SetExcel() method improved (d) Now possible to restrict browse of any array to top n rows only by assigning oBrw:bKeyCount := { || <nVal> } (e) oBrw:Seek() method returns .t. if the new key ...
by Antonio Linares
Wed Aug 31, 2011 10:38 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2011 (FWH 11.08)
Replies: 2
Views: 2997

New FTDN August/Agosto 2011 (FWH 11.08)

... index is created in Upper case. (b) Excelrange as source is detected correctly in Harbour also. (c) SetExcel() method improved (d) Now possible to restrict browse of any array to top n rows only by assigning oBrw:bKeyCount := { || <nVal> } (e) oBrw:Seek() method returns .t. if the new key ...
by Antonio Linares
Tue Aug 30, 2011 7:00 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August/Agosto 2011 (FWH 11.08)
Replies: 2
Views: 2997

Re: Combobox change events

... Every time I update the array of list items, oClaim_Num:SetItems( aClaims ), the change event response is triggered. Is there any way I can restrict the change response to user input only? Don Hello... you can try this change in the class    METHOD Reset( lChanged ) INLINE Eval( ...
by Daniel Garcia-Gil
Tue Apr 05, 2011 2:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox change events
Replies: 7
Views: 1220

Combobox change events

I'm having a problem controlling the behavior of a combobox change event response.

Every time I update the array of list items, oClaim_Num:SetItems( aClaims ), the change event response is triggered. Is there any way I can restrict the change response to user input only?

Don
by DonDrew
Fri Mar 25, 2011 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox change events
Replies: 7
Views: 1220

Re: errsysw.prg

... handling it that way. You end up with questionable data and you don't know which ones are questionable. I would expand the database fields and/or restrict the data entry field. If the users are entering valid long data so expanding the database field would be a better solution. If the long data ...
by James Bott
Tue Aug 24, 2010 6:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: errsysw.prg
Replies: 10
Views: 1522

Re: Restrict moving of dialog

Hello Ukoenig,

I tried the code but I can still drag the Dialog by the caption. Still movable :(


any more trick?


Regards,
Fraxzi
by fraxzi
Tue Feb 09, 2010 3:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Restrict moving of dialog
Replies: 2
Views: 541

Re: Restrict moving of dialog

I tested the Solution from RAMESHBABU, to disable Dialog-Move #include "FiveWin.ch"FUNCTION MAIN()LOCAL oDlg, oSayDEFINE DIALOG oDlg@ 1, 1 SAY oSay PROMPT "";           SIZE 100, 20@ 3, 1 BUTTON "Test";           ACTION TEST( oSay )ACTIVATE DIALOG oDlg C...
by ukoenig
Mon Feb 08, 2010 5:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Restrict moving of dialog
Replies: 2
Views: 541
PreviousNext

Return to advanced search