Search found 49 matches: restriction

Return to advanced search

Re: temporay index

... order of records for navigating the database during index creation. The logical order is determined by the controlling index and the SET SCOPE restriction. When the USECURRENT clause is omitted, the records in the current work area are evaluated in physical order. ADDITIVE - The option makes ...
by Gale FORd
Fri Jul 29, 2011 5:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: temporay index
Replies: 7
Views: 1286

Re: RibbonBar en Dialog.... How to ??

Hello Mr. Otto

you can try suppress the dialog restriction inside TRIBBON.PRG

Code: Select all  Expand view
if !( oWnd:ClassName() $ "TWINDOW,TMDIFRAME,TMDICHILD" )
by Daniel Garcia-Gil
Tue Jun 21, 2011 8:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: RibbonBar en Dialog.... How to ??
Replies: 19
Views: 4810

Re: TCalendar - ACTION clause, when is it invoked?

... actions is launched with RETURN, the bAction will be evaluate when VK_RETURN has been pressed TCalendar Class no accept Double Click (windows api restriction), this is simulate and launched with bLDblClick TCalendar control is not a button to launch action with one "click", if you want ...
by Daniel Garcia-Gil
Fri Dec 17, 2010 11:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TCalendar - ACTION clause, when is it invoked?
Replies: 3
Views: 745

Re: REGISTRY commands

Are you familiar with Windows Group Policies and Software Restriction Policies?

http://www.dedoimedo.com/computers/policies.html

Regards,
James
by James Bott
Wed Dec 01, 2010 1:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REGISTRY commands
Replies: 9
Views: 1953

New FTDN September/Septiembre 2010 (FWH 10.9)

... group headers and column headers ), array of any additional data to be saved and restored can be specified as parameter for SaveData(). Important restriction: The data can contain only N,C,D,L and NIL. It is programmeer's responsibility to ensuring the data does not contain any codeblocks/objects.etc. ...
by Antonio Linares
Mon Sep 27, 2010 7:43 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2010 (FWH 10.9)
Replies: 0
Views: 1378

Help me Please !!!

... Sign address is addressable at the controller card, ranging from 0 to 127 (lower 7 bits). Format For Transmitting Package Each package has no restriction in length, and can contain different data groups. But, the “Data 1” should be Sign Address, and the end code is “0”. As follows; “Data 1” ...
by fafi
Mon Mar 15, 2010 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help me Please !!!
Replies: 0
Views: 449

New FTDN December/Diciembre 2009 (9.12)

... Modification: Class TXBrowse Method MoveCol(). While user can not drag a column in to and out of freezed columns area, programmer can move without restriction. * Improvement: XBrowse, EDIT_LISTBOX now uses colors and font specified in oCol:bClrEdit and oCol:oEditFont * Improvement: XBrowse: EDIT_LIST_BOX ...
by Antonio Linares
Sun Dec 27, 2009 9:39 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2009 (9.12)
Replies: 0
Views: 2587

Re: xBrowse MoveCol() and nFreeze on FWH9.11

... the freeze. Though even while programming setting the freeze after rearranging the columns is a better idea, it is appreciated that this restriction in the MoveCol() method should be applicable to the user at runtime but not necessarily to the programmer while writing the code. This is ...
by Antonio Linares
Sat Nov 28, 2009 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse MoveCol() and nFreeze on FWH9.11
Replies: 3
Views: 667

Re: MDICHILD - Icons

... never gave it much thought so I decided to define my own .. With the proposed and tested fix, it should work ok now. ps .. I know this may be a MS restriction .. but is there a way to inherit the aero glass frame from a MDI to its child ?? No, sorry, it seems as a Windows behavior restriction.
by Antonio Linares
Sun Sep 06, 2009 9:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDICHILD - Icons
Replies: 4
Views: 923

Re: MDICHILD - Icons

... as inherited from the MDI .. I just never gave it much thought so I decided to define my own .. Thanks .. Rick ps .. I know this may be a MS restriction .. but is there a way to inherit the aero glass frame from a MDI to its child ??
by Rick Lipkin
Sun Sep 06, 2009 7:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MDICHILD - Icons
Replies: 4
Views: 923

Re: Bold text on a button bar

... FONT oFont NAME 'Tahoma' SIZE 0,-<anysize> BOLD DEFINE BUTTONBAR .... oBar:SetFont( oFont ) We may request Mr Antonio to advise if this restriction of Tahoma can be removed in the next versions.
by hag
Sun Aug 30, 2009 4:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bold text on a button bar
Replies: 10
Views: 1663

Re: Bold text on a button bar

... FONT oFont NAME 'Tahoma' SIZE 0,-<anysize> BOLD DEFINE BUTTONBAR .... oBar:SetFont( oFont ) We may request Mr Antonio to advise if this restriction of Tahoma can be removed in the next versions.
by nageswaragunupudi
Sun Aug 30, 2009 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bold text on a button bar
Replies: 10
Views: 1663

Transparent frame for MDI WinChild ?

... I do not want a Dialog nowait because if the user minimizes the MDI .. the nonmodal dialog will still be visable .. I do realize this may be an OS restriction .. but it sure would be nice to see a transparent frame on a Mdi Child .. Any thoughts ? Rick Lipkin
by Rick Lipkin
Mon Jun 01, 2009 10:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent frame for MDI WinChild ?
Replies: 11
Views: 2392

Microsoft Fingerprint Reader

Could somebody that has been using Microsoft Fingerprint Reader with FW put some sample code ?

Which DLL should be used?
Does exist an OCX that works with this Microsoft's device?
Some problem or restriction reported when using it?

Regards,

George
by George
Fri Dec 19, 2008 3:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Microsoft Fingerprint Reader
Replies: 1
Views: 514

... point of view it is easy or the effort is less to develop DIALOG based apps when compared to MDI, but as a user of the app. it applies lot of restriction to the user. A user will not be able to even minimise the app's main screen without quiting the DIALOG. The above is just one of the examples. ...
by anserkk
Fri Sep 26, 2008 10:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help : Details of the opened dialogs/windows in application
Replies: 18
Views: 4130
PreviousNext

Return to advanced search