Search found 155 matches: independent

Return to advanced search

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

... select a section, like Customer, Inventory, Invoices, etc. Then you can have a description showing for that section. Now, have tabbed dialogs with independent browses. They could be to display DBF's ( with indexes and structures to include descriptors ), Classes, Functions, and Variables. You could ...
by FWExplorer
Wed Mar 03, 2021 4:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Documentation for variables - what form should it be?
Replies: 9
Views: 969

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

... select a section, like Customer, Inventory, Invoices, etc. Then you can have a description showing for that section. Now, have tabbed dialogs with independent browses. They could be to display DBF's ( with indexes and structures to include descriptors ), Classes, Functions, and Variables. You could ...
by TimStone
Wed Mar 03, 2021 12:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Documentation for variables - what form should it be?
Replies: 9
Views: 969

New FTDN December/Diciembre 2020 (FWH 20.12)

... by each corresponding element in matrix2 * A library of C functions is provided to build highly efficient C level programs. These functions are independent of FW_Matrix class. In this library, matrix is stored in the following structure: typedef struct _MATRIX { int rows; int cols; int len; ...
by Antonio Linares
Mon Dec 28, 2020 10:16 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2020 (FWH 20.12)
Replies: 8
Views: 2635

Re: FWH: Support for Matrix calculations

A library of C functions is provided to build highly efficient C level programs. These functions are independent of FW_Matrix class. In this library, matrix is stored in the following structure: typedef struct _MATRIX{   int rows;   int cols;  ...
by nageswaragunupudi
Fri Dec 11, 2020 12:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: Support for Matrix calculations
Replies: 3
Views: 756

Re: Diferencia entre oRs:save y oRs:update

ADO RecordSet methods are independent of FWH version and they behave the same across all versions of FWH. Use oRs:Update() method ( not Save() method ) to save any changes in the data. There are two ways of using. 1) oRs:Fields( "city" ...
by nageswaragunupudi
Fri Sep 04, 2020 3:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Diferencia entre oRs:save y oRs:update
Replies: 4
Views: 819

Re: HBMK2 Problem linking

... do not directly check for oRs:cResyncSQL. Please check for the two small programs I posted in this thread before. These two programs are totally independent of FWH libs.
by ricbarraes
Mon Jun 15, 2020 8:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 5666

Re: HBMK2 Problem linking

... do not directly check for oRs:cResyncSQL. Please check for the two small programs I posted in this thread before. These two programs are totally independent of FWH libs.
by nageswaragunupudi
Mon Jun 15, 2020 2:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HBMK2 Problem linking
Replies: 49
Views: 5666

Re: A possible MULTIBROWSE of one DBF ? ( test incl. )

Uwe, Just open four copies of a database object that uses the DBF you wish. Each copy is independent of the others. This works just like it would on a LAN with multiple users. oDBF1 := TDatabase():New(,"cFilename") oDBF1:use() oDBF2 := TDatabase():New(,"cFilename") ...
by James Bott
Mon Aug 26, 2019 4:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A possible MULTIBROWSE of one DBF ? ( test incl. )
Replies: 2
Views: 783

Re: ERROR ON TBTNBMP:SHOWPOPUP

I sent you a small independent program...
by Silvio.Falconi
Mon Jul 29, 2019 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR ON TBTNBMP:SHOWPOPUP
Replies: 5
Views: 821

Re: ERROR ON TBTNBMP:SHOWPOPUP

Can you please make a small independent program to reproduce this error?
by nageswaragunupudi
Thu Jul 25, 2019 11:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR ON TBTNBMP:SHOWPOPUP
Replies: 5
Views: 821

Re: When will this happen again ?? 10 Years are gone

... if Otto reorganizes a new meeting I will be the first to participate....I have yet to taste other Austrian delicacies!!!! Silvio, Many of us are independent programmers. We don't have other jobs or work for a big company. We are the company. We pay our own way. Over the years I have traveled ...
by Silvio.Falconi
Wed May 29, 2019 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: When will this happen again ?? 10 Years are gone
Replies: 17
Views: 3351

Re: When will this happen again ?? 10 Years are gone

... if Otto reorganizes a new meeting I will be the first to participate....I have yet to taste other Austrian delicacies!!!! Silvio, Many of us are independent programmers. We don't have other jobs or work for a big company. We are the company. We pay our own way. Over the years I have traveled ...
by TimStone
Wed May 29, 2019 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: When will this happen again ?? 10 Years are gone
Replies: 17
Views: 3351

Re: SayBarCode control

... which it appears. A circular code is readable by the same tools reserved for reading traditional bar codes, but has some advantages: reading is independent of the orientation of the symbol, as the reading range can affect the symbol with any angle (provided that it does not always cross the ...
by Silvio.Falconi
Wed Apr 10, 2019 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SayBarCode control
Replies: 34
Views: 6774

Re: strategies

... para todos y larga vida a FiveWin. Google traslator It is a very broad and interesting topic. But as Carles says, it is very hard (if we are independent developers), to assume the cost and the effort to assimilate all that knowledge. I also share with Tim and Mr. Rao, that there are users ...
by cmsoft
Sat Feb 23, 2019 9:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strategies
Replies: 34
Views: 8433

Re: FW_GetMonitor() doesn't work

yes the function should be independent of the display settings.
There is still a little drawback: the monitor numbers are normally not synchronous with the numbers in the Windows display settings, but for my needs this is not critical. :)
by frose
Tue Jan 29, 2019 12:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_GetMonitor() doesn't work
Replies: 25
Views: 3108
PreviousNext

Return to advanced search

cron