Search found 55 matches: restrict

Return to advanced search

New FTDN April/Abril 2023 (FWH 23.04)

... FW_AReverse( aArray, [nStart], [nCount] ) --> aReversed. Using the newly added optional parameters nStart and nCount, it is possible to restrict the range of reversal. The original array is not disturbed. * Enhanced: FW_ASort( aArray, [nStart], [nCount], [bBlock/naCols] ) for multi-column ...
by Antonio Linares
Tue May 02, 2023 7:08 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1678

Re: How to set up a child window inside a main window

... the size of oWndClient, the child windows will exceed its area, it is the way Windows is designed. You may try to use oWndChild:aMinMaxInfo to restrict the child dimensions ok But for a sample If I move on left and on top I can set the position of child wnd  if ::oWinTest:nLeft < 1      ...
by Silvio.Falconi
Fri Nov 11, 2022 11:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to set up a child window inside a main window
Replies: 6
Views: 438

Re: How to set up a child window inside a main window

Dear Silvio,

Even if you modify the size of oWndClient, the child windows will exceed its area, it is the way Windows is designed.

You may try to use oWndChild:aMinMaxInfo to restrict the child dimensions
by Antonio Linares
Fri Nov 11, 2022 11:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to set up a child window inside a main window
Replies: 6
Views: 438

Re: Documentation for variables - what form should it be?

... potential. For example, for a test, I split up classes and have for every method an own file. This way, you can achieve NASA programming rules: Restrict functions to a single printed page. Best regards, Otto https://mybergland.com/fwforum/lineeditor.jpg
by Otto
Sun Feb 28, 2021 10:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Documentation for variables - what form should it be?
Replies: 9
Views: 917

Re: Dolphin y foreign key

... ON DELETE CASCADE; Se pueden combinar las opciones. ALTER TABLE `clientes` ADD FOREIGN KEY (`categoria`) REFERENCES `categorias`(`id`) ON UPDATE RESTRICT ON DELETE CASCADE; Con dolphin podemos capturar los errores en caso de que la operatoria quiera romper una regla definida en la foreing key. ...
by cmsoft
Wed Sep 04, 2019 12:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Dolphin y foreign key
Replies: 4
Views: 944

Re: Sample Program Toolbar2.prg is NOT working in other App

Buttonbar always extends from left to right full (or top to bottom if the bar is vertical). But why do you need to restrict the width of the buttonbar? It looks awkward. If you explain what is it you want to achieve, we can help you. Do you want some buttons aligned to the left ...
by nageswaragunupudi
Mon Jun 17, 2019 3:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sample Program Toolbar2.prg is NOT working in other App
Replies: 8
Views: 1088

Re: oWnd:oClient := oPanel

Uwe,
I can restrict but if I try to enlarge I find it very difficult to take the edge of the window with the mouse
by Silvio.Falconi
Fri May 31, 2019 4:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oWnd:oClient := oPanel
Replies: 39
Views: 3938

Re: Server vs Notebook as Server for FW programms

... zoom and some more things are blocked. 3). Is your database on the same server ? Yes. I use dbf files. As on “our” SERVER is only company data we restrict the access for “RemoteDesktopUsers” very much. No explorer, no copy & paste, … I have Powershells to do the setup of the SERVER. We install ...
by Otto
Thu Jun 07, 2018 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Server vs Notebook as Server for FW programms
Replies: 44
Views: 16714

Re: Xbrowse vx Listbox size

... drag down or up to increase or decrease the row height. By default, xbrowse is oriented to be friendly to the user. What programmer can do is to restrict that friendliness.
by nageswaragunupudi
Thu Jul 21, 2016 8:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse vx Listbox size
Replies: 8
Views: 1307

Re: Tablet and form style for Windows 8 (desktop ver.)

I tested Mr Navarro's program. This is a good beginning. Possible improvements are: 1) Restrict the display of OSKb only when a touch screen is present. The new ximage.prg detects if a touch screen is present, though it does not use this information in this version. ...
by nageswaragunupudi
Mon May 04, 2015 4:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tablet and form style for Windows 8 (desktop ver.)
Replies: 80
Views: 23553

Re: TDolphin UPDATE,INSERT error

... put another way: oSrv:Update( Arg1, aColumns, aValues, cWhere ) (cQuery as in Figure 7) I get an error as shown in Figure 2 Biel, does not need to restrict users to enter text Thanks Best regards Metro Picture 2 http://i172.photobucket.com/albums/w24/Dubravko_Basic/picture2_zpsbkqtwewf.png ...
by metro
Thu Apr 16, 2015 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDolphin UPDATE,INSERT error
Replies: 9
Views: 1759

Re: Tiff to PDF

... Using those libraries you can embed tiff, jpeg, png and bmp files into pdf. We are not using these libraries for FWH because we like to restrict dependence on 3rd party libs.
by nageswaragunupudi
Sun Jan 04, 2015 7:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tiff to PDF
Replies: 14
Views: 2479

Re: correlativo documento con ado y mysql

... id de alguna nota de credito, puedes crear una llave foranea en tabla_factura apuntado a tabla_nota_de_credito, restingiendo el borrado (ON DELETE RESTRICT) eso evita borrar la nota de credito si existe alguna factura asociada, ahora puedes incluir la nota de credito, obtener el id con last_insert_id ...
by Daniel Garcia-Gil
Fri Nov 14, 2014 2:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: correlativo documento con ado y mysql
Replies: 5
Views: 839

Problem compiling testtool.prg

... declared at C:\xHB\c_include\string.h(27): found 'void __cdecl function(unsigned char *, unsigned char *)' expected 'char * __cdecl function(restrict char *, restrict const char *)'. c:\fwh\include\ClipApi.h(465): error: Redeclaration of 'strcmp' previously declared at C:\xHB\c_include\string.h(25): ...
by Massimo Linossi
Fri Sep 19, 2014 6:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem compiling testtool.prg
Replies: 0
Views: 502

FastReport issue

... dialog, this because the standard "Save as" Fast Report Window permit the user to save the file in any computer location and I want to restrict the destination folders. Do you know if I can replace this standard FRH window ? Any help appreciated. thank you in advance. http://109.228.12.120/softwaredistribution/beta/image1.jpg
by Marco Turco
Fri May 09, 2014 8:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FastReport issue
Replies: 0
Views: 391
Next

Return to advanced search