Search found 442 matches: assigned

Return to advanced search

Re: lGetBar

I mean, ::aRubro is assigned with the array before executing the statement ::oBrw:aCols[5]:aBarGetList   := ::aRubro  not after. For the purpose of testing, please try ::oBrw:aCols[5]:aBarGetList   := { "one", ...
by Horizon
Sun Jan 05, 2020 4:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: lGetBar
Replies: 34
Views: 5852

New FTDN December 2019 (FWH 19.12)

... released. Fixed. * Fix: TGraph: When :lViewVal is true and if ::aSeries[x,5] is nil raises runtime error. This happens when values of :aSeries are assigned manually by the programmer, instead of using the prescribed method AddSerie() Fixed. * Fix: FWMariaRowSet: Runtime error when using methods ...
by Antonio Linares
Sat Dec 21, 2019 5:59 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December 2019 (FWH 19.12)
Replies: 2
Views: 3066

Problem x:\fwh\samples\dshow.prg

... of TypeLibImport.dll Error E2451 dshow.prg 57: Undefined symbol 'Run' in function HB_FUN_DSHOWPLAY Warning W8004 dshow.prg 58: 'pMediaControl' is assigned a value that is never used in function HB_FUN_DSHOWPLAY Error E2451 dshow.prg 64: Undefined symbol 'Stop' in function HB_FUN_DSHOWSTOP Warning ...
by Jimmy
Sat Nov 30, 2019 10:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem x:\fwh\samples\dshow.prg
Replies: 7
Views: 1463

New FTDN September/Septiembre 2019 (FWH 19.09)

... - While reading ADO, memo fields with null values are read as nil. Now fixed and they are read as "". - New Data bOnRead: If assigned, the codeblock is executed with Self as parameter soon after the data is loaded. - When one of the fields is an array, method Modified() was ...
by Antonio Linares
Sun Oct 13, 2019 11:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 2934

FWH 1908: Meter Control Enhancements

... the meter using the color and thickness. 5) New Optional clause BMPARRAY If this clause is specified, <nClrBar> and <nClrPane> can be assigned with bitmap handles or bmp files. The meter will display an array of 5 or 10 of these bitmaps depending on the relative width of the control. ...
by nageswaragunupudi
Wed Sep 25, 2019 2:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1908: Meter Control Enhancements
Replies: 2
Views: 947

Re: How to use user defined function in XBrowse?

... explanation: ======================================== Difference between COLUMNS and FIELDS COLUMNS CLAUSE is a list of column names of the Alias assigned to the browse. FIELDS clause is for any expressions. FIELDS clause is to be used for data from other related Aliases or any complext expressions. ...
by Max HK
Fri Aug 30, 2019 12:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use user defined function in XBrowse?
Replies: 6
Views: 938

Re: COMBOBOX en file de xBrowse

The selected variable is automatically assigned by the xbrowse.
by nageswaragunupudi
Fri Jul 26, 2019 2:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMBOBOX en file de xBrowse
Replies: 4
Views: 549

New FTDN May/Mayo 2019 (FWH 19.05)

... - Enhancement: method EditSource( lNew, cFieldList, aInitVals ) New parameter aInitVals: If specified, non-empty values in the array are pre-assigned to the corresponding fields in case of new (blank) records. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=37097&p=221428#p221428 ...
by Antonio Linares
Mon Jun 03, 2019 12:54 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2019 (FWH 19.05)
Replies: 4
Views: 3217

Re: To James Bott - Error Using TData

... walk away, and others will use the same process on their computers ( with different data ). When user A goes to add a customer, the number is assigned to the new/blank appended record and the counter advanced. The next person ( could be a fraction of a second later ), gets the next number. ...
by TimStone
Wed May 29, 2019 3:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5494

Re: To James Bott - Error Using TData

... I said. There is never a lost number using my[b] stock TData and TRecord classes . They are built differently than what you want. ID's are only assigned when a new record is saved. Thus, there are never any lost IDs and they are in sequential order in the file. For the sake of others reading ...
by Silvio.Falconi
Wed May 29, 2019 1:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5494

Re: To James Bott - Error Using TData

... I said. There is never a lost number using my[b] stock TData and TRecord classes . They are built differently than what you want. ID's are only assigned when a new record is saved. Thus, there are never any lost IDs and they are in sequential order in the file. For the sake of others reading ...
by James Bott
Wed May 29, 2019 1:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 5494

Re: Preload data for using Xbrouwe EditSource(.T.)

... , { 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 ))
by Marc Venken
Wed May 01, 2019 6:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preload data for using Xbrouwe EditSource(.T.)
Replies: 11
Views: 1466

Re: Preload data for using Xbrouwe EditSource(.T.)

From FWH 1904 we can write
Code: Select all  Expand view
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.
by nageswaragunupudi
Wed May 01, 2019 4:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Preload data for using Xbrouwe EditSource(.T.)
Replies: 11
Views: 1466

Re: to Nages: test for tdatabase

... with invoices, you certainly want them in the exact order created. Yes. I use a Counters.dbf that has one record and it contains the latest assigned number in fields for each ID assigned ( ie. Workorder/Invoice, customer number, accounting, etc ). Since I have classes for each process like ...
by nageswaragunupudi
Sat Apr 27, 2019 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 5998

Re: to Nages: test for tdatabase

... However, with invoices, you certainly want them in the exact order created. I use a Counters.dbf that has one record and it contains the latest assigned number in fields for each ID assigned ( ie. Workorder/Invoice, customer number, accounting, etc ). Since I have classes for each process like ...
by TimStone
Sat Apr 27, 2019 5:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 5998
PreviousNext

Return to advanced search