Search found 779 matches: contained

Return to advanced search

sharing forms with mod_harbour !!!

Design your forms and share them. Other users modify them (visual inheritance) and share them again... This way forms turns into social self-contained entitites, with full functionality that can be shared and reused: https://harbour.fourtech.es/modharbour_samples/designer.prg?20190825071550 ...
by Antonio Linares
Sun Aug 25, 2019 8:49 am
 
Forum: mod_harbour
Topic: sharing forms with mod_harbour !!!
Replies: 1
Views: 428

Re: Problem to open a tdatabase

You can not get this error if you use unmodified TDatabase.
There can never be alias names like ROOMS with TDatabase.
Please post a self contained sample to reproduce the error.
by nageswaragunupudi
Thu Jun 20, 2019 12:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting sample test of Tplan
Replies: 26
Views: 3015

Re: Sobre TRbtn y BtnBmp

Of course, here's a self-contained example #include "fivewin.ch"#include "ribbon.ch"Function Main()    Local oDlg, oBtn, oFont    Local bGradColors:= { | lInvert | If( lInvert, ...
by AngelSalom
Wed Jun 19, 2019 7:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Sobre TRbtn y BtnBmp (solucionado)
Replies: 13
Views: 1570

Re: What lib is missing Tx

... or buildx.bat If you have separate link script, please read buildx.bat or buildh.bat in fwh\samples folder and include all the libraries contained therein in your link script in the same order.
by nageswaragunupudi
Sun Jun 09, 2019 9:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: What lib is missing Tx
Replies: 2
Views: 572

Re: TWindow metodo SaveState, RestoreState.

... of the window i.e., coordinates and the state. Safe to use even with multiple monitors. Save the state of the window only but not any controls contained in it.
by nageswaragunupudi
Sat Jun 08, 2019 3:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWindow metodo SaveState, RestoreState.
Replies: 10
Views: 2241

Re: Problem TScrollPanel e TBitmap

Do not you have a small self-contained example that shows us the problem?
by cnavarro
Fri Apr 05, 2019 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem TScrollPanel e TBitmap
Replies: 7
Views: 1162

Re: FILLARRAY en :Rowset() ? Mr.Rao

... ) --> nRecs starting from nStartPos oRs:GetRows( aRecs, [lWithRecNum] ), where aRecs is an array of record numbers. Records with the recnos contained in aRecs, whether or not meeting filter condition in the same order of the array aRecs. If a recno does not exist, blank record is included. ...
by nageswaragunupudi
Tue Feb 26, 2019 9:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FILLARRAY en :Rowset() ? Mr.Rao
Replies: 6
Views: 1004

Re: strategies

... Time goes by, money is invested, and yet the end product never arrives. I keep looking, and listening, but for businesses the desktop, self contained system is still the most efficient and safe.
by TimStone
Fri Feb 22, 2019 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strategies
Replies: 34
Views: 9161

Re: Complex Search on dbf from an array

I resolved with a easy setfilter I had difficulty finding the way how to pass the values contained in the tips Local cFilter := "trim(Tipo) == '" + cTipo +; "' .and. alltrim(str(giorni))== '" + alltrim(str(nGiorni)) +; "' .and. idelemento== ...
by Silvio.Falconi
Mon Feb 18, 2019 4:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Complex Search on dbf from an array
Replies: 6
Views: 934

Re: FW_SETUNICODE

You said you are using FWH 1701. The function FW_SetUncode() is contained in the main FWH libraries. You need not link any additional libraries. Please try reinstalling fwh from the fwh.exe you downloaded. There are many programs in the fwh\samples folder ...
by nageswaragunupudi
Tue Feb 12, 2019 2:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW_SETUNICODE
Replies: 15
Views: 1982

Re: to Nages : probl..FW_ArrayToDbf with tdatabase - RESOLVED!!

... move down Do not use WIN7 marqueestyle. 2. it not change the field ElOrdine ( the number is allways the same) Obviously. Changes only the fields contained in cSwapFields. Does not change fields no contained in cSwapFields. You decide what fields you want to swap Note: Keep the DBF in natural ...
by nageswaragunupudi
Wed Jan 30, 2019 6:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages : probl..FW_ArrayToDbf with tdatabase - RESOLVED!!
Replies: 20
Views: 3649

Re: Question to TRBtn

Günther,

This class of buttons was specifically designed for RibbonBars.

Please provide a small self contained test PRG to try it, thanks
by Antonio Linares
Thu Dec 20, 2018 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question to TRBtn
Replies: 8
Views: 1263

Re: Problems with scrollPanels

Silvio,

Please provide a self contained PRG to test, thanks
by Antonio Linares
Tue Dec 18, 2018 5:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problems with scrollPanels
Replies: 1
Views: 640

Re: Image in word



We need of a reduced and self-contained sample (with the document too) showing the problem as it is working fine here (Word 2013).

EMG
by Enrico Maria Giordano
Thu Nov 08, 2018 8:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Image in word
Replies: 9
Views: 1708

Re: Import/Export from/to CSV files (; separator)

Enrico Maria Giordano wrote:Can I see a reduced and self-contained sample showing the problem, please? If those commands are not working maybe they can be fixed.

EMG

The solution I posted works.
by nageswaragunupudi
Tue Oct 09, 2018 6:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Import/Export from/to CSV files (; separator)
Replies: 16
Views: 2457
PreviousNext

Return to advanced search