... i.postimg.cc/fTDWNxD1/second.jpg
I not Found a Solution
I created a test where at init I build the oExbar from an array aData and if the 4th paramter is false it not create the taskPanel
the final use when click the link "Create Second Panel" the procedure must destroy all panels and recreate ...
Search found 52 matches: paramter
Searched query: paramter
- Sun Feb 25, 2024 5:06 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Add a new taskPanel on Explorerbar ( on line)
- Replies: 2
- Views: 508
- Mon Jan 15, 2024 10:00 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Have the parameters Selecting a printer
- Replies: 4
- Views: 1071
Re: Have the parameters Selecting a printer
... printing among which
xOffset and Yoffset
if I assign the value 0 to these parameters
the printer puts the value 94.94
I need to Know
PaperWidth
PaperHeight
TopMargin
LeftMargin
PageBreak
Orientation
XOffSet
YoffSet
therei s not none sample on fw\samples for Know all paramter of a printer
xOffset and Yoffset
if I assign the value 0 to these parameters
the printer puts the value 94.94
I need to Know
PaperWidth
PaperHeight
TopMargin
LeftMargin
PageBreak
Orientation
XOffSet
YoffSet
therei s not none sample on fw\samples for Know all paramter of a printer
- Thu Nov 02, 2023 9:53 am
- Forum: WhatsNew / Novedades
- Topic: New FTDN October/Octubre 2023 (FWH 23.10)
- Replies: 1
- Views: 6653
New FTDN October/Octubre 2023 (FWH 23.10)
... Unicode implementation for ToolBars and Rebars
revised sample: samples\toolbar1.prg
* Enhanced: function FW_SayTextHilite(). The last paramter
aWords, was required to be upper case. Now the words can
be of any case.
* Fix: creation and opening of metafiles (emf) were not recognising ...
revised sample: samples\toolbar1.prg
* Enhanced: function FW_SayTextHilite(). The last paramter
aWords, was required to be upper case. Now the words can
be of any case.
* Fix: creation and opening of metafiles (emf) were not recognising ...
- Tue Nov 22, 2022 5:41 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: New file format
- Replies: 10
- Views: 1242
Re: New file format
Do not provide the file name as the first paramter. Keep it NIL.
Then the method returns CsvText.
cCsvText := oBrw:ToCSV( NIL, , .f., , , "," )
cCsvText := ENCRYPT( cCsvText, cKey )
HB_MEMOWRIT( cFile, cCsvText )
No need to modify the classes of xbrowse.
thanks...why I 'm seeing two answers?
Then the method returns CsvText.
cCsvText := oBrw:ToCSV( NIL, , .f., , , "," )
cCsvText := ENCRYPT( cCsvText, cKey )
HB_MEMOWRIT( cFile, cCsvText )
No need to modify the classes of xbrowse.
thanks...why I 'm seeing two answers?
- Tue Nov 22, 2022 3:08 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: New file format
- Replies: 10
- Views: 1242
Re: New file format
Do not provide the file name as the first paramter. Keep it NIL.
Then the method returns CsvText.
No need to modify the classes of xbrowse.
Then the method returns CsvText.
Code: Select all | Expand
cCsvText := oBrw:ToCSV( NIL, , .f., , , "," )
cCsvText := ENCRYPT( cCsvText, cKey )
HB_MEMOWRIT( cFile, cCsvText )
- Tue Nov 22, 2022 3:08 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: New file format
- Replies: 10
- Views: 1242
Re: New file format
Do not provide the file name as the first paramter. Keep it NIL.
Then the method returns CsvText.
No need to modify the classes of xbrowse.
Then the method returns CsvText.
Code: Select all | Expand
cCsvText := oBrw:ToCSV( NIL, , .f., , , "," )
cCsvText := ENCRYPT( cCsvText, cKey )
HB_MEMOWRIT( cFile, cCsvText )
- Sat Apr 03, 2021 7:45 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Fivewin.ch still says version FWH 20.08
- Replies: 3
- Views: 688
Re: Fivewin.ch still says version FWH 20.08
... FW_DrawImage() functions(fwh\source\imgtxtio.prg)
These function are failing when a memo field containing image data is
directly provided as paramter. It was necessary to first assign the field
value to another variable and then call these functions. Fixed now.
...
...
The top of the ...
These function are failing when a memo field containing image data is
directly provided as paramter. It was necessary to first assign the field
value to another variable and then call these functions. Fixed now.
...
...
The top of the ...
- Wed Mar 24, 2021 8:56 am
- Forum: WhatsNew / Novedades
- Topic: New FTDN February/Febrero 2021 (FWH 21.02)
- Replies: 2
- Views: 2949
New FTDN February/Febrero 2021 (FWH 21.02)
... FW_DrawImage() functions(fwh\source\imgtxtio.prg)
These function are failing when a memo field containing image data is
directly provided as paramter. It was necessary to first assign the field
value to another variable and then call these functions. Fixed now.
Eg:
FW_ReadImage( nil, FIELD ...
These function are failing when a memo field containing image data is
directly provided as paramter. It was necessary to first assign the field
value to another variable and then call these functions. Fixed now.
Eg:
FW_ReadImage( nil, FIELD ...
- Fri Nov 06, 2020 9:42 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: chooseFont
- Replies: 3
- Views: 649
Re: chooseFont
... I can resolve I have a my function or I can use choosecolor()
but for the effect I not Know how resolve
I think choosefont can have another paramter to show only effect, where I can found an help for this ?
I saw on source code choosefont can have these parameters
// aPreviousFont, @nRGBColor ...
but for the effect I not Know how resolve
I think choosefont can have another paramter to show only effect, where I can found an help for this ?
I saw on source code choosefont can have these parameters
// aPreviousFont, @nRGBColor ...
- Sun Oct 13, 2019 11:14 am
- Forum: WhatsNew / Novedades
- Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
- Replies: 1
- Views: 4386
New FTDN September/Septiembre 2019 (FWH 19.09)
... nNext], [nRecNo], [lRest] ) --> Self
Extended syntax. All parameters have the same functionality of DBEVAL()
bAction is evaluated with Self as paramter.
After execution record pointer is restored.
- New method FieldDefault( ncFld, uDefaultValue ): The default value
will be used in all appended ...
Extended syntax. All parameters have the same functionality of DBEVAL()
bAction is evaluated with Self as paramter.
After execution record pointer is restored.
- New method FieldDefault( ncFld, uDefaultValue ): The default value
will be used in all appended ...
- Wed Jun 05, 2019 12:15 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Compare two arrays
- Replies: 3
- Views: 946
Re: Compare two arrays
... setting
Usage2: FW_StrICmp( cStr1, cCompOperator, cStr2, [lExact] ) --> .f. / .t.
Eg: FW_StrICmp( c1, ">=", c2, [nil,.t.,.f.] ) --> .t./.f.
Operator "==" forces exact comparison. In other cases 4th paramter specifies
if comparision is exact and if omitted, default setting is used.
regards
Uwe
Usage2: FW_StrICmp( cStr1, cCompOperator, cStr2, [lExact] ) --> .f. / .t.
Eg: FW_StrICmp( c1, ">=", c2, [nil,.t.,.f.] ) --> .t./.f.
Operator "==" forces exact comparison. In other cases 4th paramter specifies
if comparision is exact and if omitted, default setting is used.
regards
Uwe
- Mon Jun 03, 2019 12:54 pm
- Forum: WhatsNew / Novedades
- Topic: New FTDN May/Mayo 2019 (FWH 19.05)
- Replies: 4
- Views: 5579
New FTDN May/Mayo 2019 (FWH 19.05)
... cName, dDate } )
- New: Method Refilter( aParams ): Resets the filter using previously used
filter experession with the new paramters
- Enhancement: When relation is set to another Tdatabase object, using the
method SetRelation(), load method of the related database is ...
- New: Method Refilter( aParams ): Resets the filter using previously used
filter experession with the new paramters
- Enhancement: When relation is set to another Tdatabase object, using the
method SetRelation(), load method of the related database is ...
- Wed May 01, 2019 6:14 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Preload data for using Xbrouwe EditSource(.T.)
- Replies: 11
- Views: 2252
Re: Preload data for using Xbrouwe EditSource(.T.)
From FWH 1904 we can write
oBrw:EditSource(.T., "klant_nr,Naam_1,Straat,Postcode,Gemeente" , { nil, "somename", nil, nil, cGemeente })
The non empty values in the array in the 3rd paramter will be initially assigned to the fileds in that order.
Very Nice.. Waiting to update ))
oBrw:EditSource(.T., "klant_nr,Naam_1,Straat,Postcode,Gemeente" , { nil, "somename", nil, nil, cGemeente })
The non empty values in the array in the 3rd paramter will be initially assigned to the fileds in that order.
Very Nice.. Waiting to update ))
- Wed May 01, 2019 4:56 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Preload data for using Xbrouwe EditSource(.T.)
- Replies: 11
- Views: 2252
Re: Preload data for using Xbrouwe EditSource(.T.)
From FWH 1904 we can write
The non empty values in the array in the 3rd paramter will be initially assigned to the fileds in that order.
Code: Select all | Expand
oBrw:EditSource(.T., "klant_nr,Naam_1,Straat,Postcode,Gemeente" , { nil, "somename", nil, nil, cGemeente })
The non empty values in the array in the 3rd paramter will be initially assigned to the fileds in that order.
- Thu Apr 25, 2019 1:09 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: DBF to SQL converter program
- Replies: 59
- Views: 22040
Re: DBF to SQL converter program
May I know your FWH version?
If you have 32 bit version, you will find the customer.dbf in c:\fwh\samples folder but not c:\fwh64\samples folder
In this call
FW_AdoImportFromDBF( oCn, "c:\fwh64\samples\customer.dbf", cinitcat )
ommit the 3rd paramter
If you have 32 bit version, you will find the customer.dbf in c:\fwh\samples folder but not c:\fwh64\samples folder
In this call
FW_AdoImportFromDBF( oCn, "c:\fwh64\samples\customer.dbf", cinitcat )
ommit the 3rd paramter