Search found 775 matches: contained

Return to advanced search

Re: Array of Gets on a scroll panel

Nages, when I use the scrollpanel in a dialog sized by the user (oDlg: bResized), the objects contained in it do not refresh themselves, i.e. they always have their own configuration, for example https://i.postimg.cc/pLVpT51G/colori.jpg if the user shrinks ...
by Silvio.Falconi
Fri Mar 26, 2021 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Array of Gets on a scroll panel
Replies: 10
Views: 1278

Re: FW_ExcelToDBF to be extended (enhanced)

... with the same name. Skips when no match is found. (ii) If range has no headers: Copies contents of excel columns from left to right into fields contained in the list. Skips in case of no match. - Two-dimensional array: First element of each item contains the field name and the second element ...
by nageswaragunupudi
Tue Mar 09, 2021 3:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_ExcelToDBF to be extended (enhanced)
Replies: 5
Views: 828

Documentation for variables - what form should it be?

... Should I write a doc called calendar_vars.txt or calendar_vars.ini that is structured to reveal the type of variable, what function it's contained in, the scope, and some comments? Or should I put it in a dbf table, like Calendar_vars.dbf, with fields like VARTYPE, SOURCEFIL, PROCNAME, ...
by FWExplorer
Sun Feb 28, 2021 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Documentation for variables - what form should it be?
Replies: 9
Views: 930

Re: TGet class difference FWH11.08 and 20.04 help please ...

Yes. In version 11.08, both oGet:cVarName and oGet:oGet:Name contained the symbolic name of the variable being edited. This was correct. The behavior of Gets created from source code as well as from resources was the same. But this change took place in ...
by nageswaragunupudi
Sat Feb 20, 2021 4:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet class difference FWH11.08 and 20.04 help (Solved) ...
Replies: 3
Views: 730

Re: Transym OCR wrapper functions for Harbour

... on this same thread. It is the first post on this thread. At the very top. Now that I look at it; the beauty of that code is that it is a self-contained minimized sample app-code that produces results. Notice on my sample code the wrapper functions you will need and a few other c functions ...
by reinaldocrespo
Thu Feb 18, 2021 11:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transym OCR wrapper functions for Harbour
Replies: 30
Views: 2745

Re: Talk.to chat in ActiveX

Christiano,

Please post here a self contained and small PRG to test it, thanks
by Antonio Linares
Tue Feb 02, 2021 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Talk.to chat in ActiveX
Replies: 19
Views: 1456

Re: Silvio: Reports

... time possible and sometimes work gets lost when the exe crashes. It is wrong to modify ER, in my opinion, it is necessary to use the TBARRA class contained in the informes.prg file which is in the c5ide.zip file With this class Tbarra it is possible to create the areas of the sheet to print and ...
by Silvio.Falconi
Fri Jan 22, 2021 9:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvio: Reports
Replies: 16
Views: 1949

Re: Fwh19.05 - New Class TDockPnel

There are several ways to solve your problem. Can you provide me with a small self-contained example to better understand what you are saying?
by cnavarro
Tue Oct 06, 2020 3:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fwh19.05 - New Class TDockPnel
Replies: 93
Views: 16161

Re: FWCONNECT NO FUNCIONA

libmysql.dll is enough. First please study all the links contained here http://forums.fivetechsupport.com/viewtopic.php?f=3&t=33286 Here, you find links to WIKI also. Please also study all maria*.prg samples in fwh\samples folder. Basically you need ...
by nageswaragunupudi
Wed Sep 23, 2020 3:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWCONNECT NO FUNCIONA
Replies: 6
Views: 768

Re: xbrowse fwh2006 sqlrdd erro

MOISES wrote:I haven't detected the problem so far.

Yes, SQLRDD supports OrdDescend()

Anyway, without a self-contained example it is impossible to debug.


In our tests, OrdDescend() is working well with SQLRDD.

Can some body explain to me the error in English? What does the error say?
by nageswaragunupudi
Thu Jul 16, 2020 10:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse fwh2006 sqlrdd erro
Replies: 24
Views: 2982

Re: xbrowse fwh2006 sqlrdd erro

I haven't detected the problem so far.

Yes, SQLRDD supports OrdDescend()

Anyway, without a self-contained example it is impossible to debug.
by MOISES
Thu Jul 16, 2020 8:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse fwh2006 sqlrdd erro
Replies: 24
Views: 2982

New FTDN June 2020 (FWH 20.06)

... 3. cRange: (Optional: defaults to the used range) 4. lHeaders: (Optional: defaults to .t.) Returns: Ado Recordset object containing the data contained in the sheet/range or table. This data can be viewed and manipulated like any other recordset. Example: oRs := FW_OpenAdoExcelSheet( "test.xls" ...
by Antonio Linares
Thu Jul 09, 2020 9:37 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN June 2020 (FWH 20.06)
Replies: 1
Views: 1342

Re: xBrowse: Vertical Merge

... Add this line of code:   oBrw:aCols[2]:bMergeValue := { |oCol| oCol:oBrw:aRow[ 1 ] }  The above works in my reduced self-contained sample but in my actual program it causes the checkbox to appear on each row of items. Both were linked with FWH1912. 1. Any idea on what ...
by hua
Wed May 06, 2020 7:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse: Vertical Merge
Replies: 14
Views: 2502

Re: xBrowse: Vertical Merge

Here's a reduced, self-contained sample. 1. recur.rc recur DIALOG 15, 19, 440, 303EXSTYLE WS_EX_DLGMODALFRAMESTYLE DS_ABSALIGN | DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTIONCAPTION "Insert Recurring Items"FONT 10, "System"{ CONTROL ...
by hua
Thu Apr 23, 2020 3:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse: Vertical Merge
Replies: 14
Views: 2502

Re: EditBaseRecord Error

Hi karihna, I already write the code that is pointed from errorlog. If you mentioned self-contained sample, I can not create it. There are lots of codes. http://forums.fivetechsupport.com/viewtopic.php?p=230916#p230916   oCn:lShowErrors   := .t.  I have ...
by Horizon
Thu Apr 02, 2020 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EditBaseRecord Error
Replies: 6
Views: 989
PreviousNext

Return to advanced search

cron