Search found 131 matches: everywhere

Return to advanced search

Re: Conversion from ca-clipper ( not found a variable)

James, If you use a Object, and want to see it everywhere, you will use the public/static not ? I have set is as Static : See my first coding for a solution with having many var in a hash or object. What should I change ? I'm not sure the "set ...
by Marc Venken
Thu Mar 10, 2022 6:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 4378

Re: Conversion from ca-clipper ( not found a variable)

... of Static, Local and Public. Static (mostly because I see them on sample source code in the forum (Seems to be correct) Public because I need them everywhere (It seems to be correct) Local when needed I think... )) BUT... I see a lot of warnings when I compile with the build from the samples dir ...
by Marc Venken
Thu Mar 03, 2022 9:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Conversion from ca-clipper ( not found a variable)
Replies: 30
Views: 4378

Re: Marc : Conversion process and questions about it

... should be declared as LOCAL. Note that you can still pass oCustomers to a function if you wish. Why not public? Then the oCustomers is visible everywhere and we don't have to paste them by a function. One reason is that using a public violates the object rule of encapsulation. You can open ...
by James Bott
Mon Mar 15, 2021 6:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Marc : Conversion process and questions about it
Replies: 30
Views: 3502

Re: Marc : Conversion process and questions about it

The variable oCustomers should be declared as LOCAL. Note that you can still pass oCustomers to a function if you wish.


Why not public ? Then the oCustomers is visible everywhere and we don't have to paste them by a function.
by Marc Venken
Wed Jan 06, 2021 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Marc : Conversion process and questions about it
Replies: 30
Views: 3502

Re: Marc : Conversion process and questions about it

... lShared:= .T.   super:new(,"Customers",,lShared)  // database filename only exists here.   ::use()Return Self So now everywhere you need to use the customers database, you just do: oCustomers:= TCustomers:New() Simple! That alone will probably eliminate hundreds of ...
by James Bott
Tue Jan 05, 2021 5:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Marc : Conversion process and questions about it
Replies: 30
Views: 3502

Mod harbor Nautical Chart (NC)

... of the most fundamental tools available for your smartphones, tablets, and computers. All web links are managed centrally and are available to you everywhere. Nautical chart is the key to your travels on worldwide web. The links are organized by category. A tooltip with info text can be added to ...
by Otto
Mon Dec 14, 2020 2:53 pm
 
Forum: mod_harbour
Topic: Mod harbor Nautical Chart (NC)
Replies: 1
Views: 299

Re: Fast Report´s future

Eduardo, I can only say that I tried all the available report designers. There are problems everywhere. But with EasyReport we have the complete source code. With EasyReport I have the right solution for my reports. The VRD files are INI files and can also be changed ...
by Otto
Mon May 11, 2020 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fast Report´s future
Replies: 56
Views: 6041

Re: ADO: load recordset into an Array

... (both new and old versions) and also xHarbour. You need to change all aData := oRs:GetRows()  as aData := RsGetRows( oRs )  EVERYWHERE in your application. There is no escape from this, because of the change in Harbour libraries. Depending on your requirements, you can also ...
by nageswaragunupudi
Sun Nov 17, 2019 4:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO: load recordset into an Array
Replies: 5
Views: 820

Re: Fivewin spirit

Dear Antonio,
I was in Vienna for a day.
Everywhere where I go FW spirit is around. :-)
STOP TALKING START MAKING :-)
Best regards
Otto


Image


Image
by Otto
Thu Oct 10, 2019 7:31 pm
 
Forum: Off Topic / Otros temas
Topic: Fivewin spirit
Replies: 3
Views: 1151

A possible adjustment of a GET-action bmp ?

... with action ? With a background-color it doesn't look very nice. I'm using it for a color-selection. in METHOD CreateButton() CLASS TGet I noticed everywhere < ::nHeight - 4 > http://www.pflegeplus.com/IMAGES/Getact1.jpg I tested oCGet[2]:lAdjustBtn := .T. but no difference ...
by ukoenig
Thu Oct 03, 2019 6:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A possible adjustment of a GET-action bmp ?
Replies: 6
Views: 943

Re: How to use Segoe MDL2 icons on Win 7 ?

I changed the Buttonb.prg class and not to change the bitmaps everywhere I did a translation of "bitmap name for symbol code" Install the UI-Character to see the font symbols. Works only on windows 10 https://www.microsoft.com/en-us/p/ui-character-map/9nblggh5kll7 ...
by Giovany Vecchi
Tue Jun 18, 2019 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to use Segoe MDL2 icons on Win 7 ?
Replies: 33
Views: 5543

Re: to Nages: test for tdatabase

... in one, I had to modify the other 4 also, or have a calculation error.  After working through this, I now have 1 totals method that applies everywhere, and a change in it will always work wherever it is applied. Also, one word of caution:  We often use :: to reference the object but this ...
by TimStone
Fri May 10, 2019 6:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 5730

A strange printing behavior

... to print an invoice, counter sale, or estimate. The only difference is in a few titles that are printed, and the customer info This routine works EVERYWHERE except with one client where it used to work. The client installed a new printer. The customer can print invoices or estimates and it works ...
by TimStone
Tue May 07, 2019 7:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A strange printing behavior
Replies: 0
Views: 286

Re: PHP vs PYTHON

... of them have very big players backing them. JavaScript is paradigmatic in this: being a (basically) poor and reduced language, its ability to run everywhere and widely supported has made it one of the strongest competitors. On top of it there are lotsof better languages like Typescript, and, under ...
by Carlos Mora
Wed Mar 13, 2019 3:11 pm
 
Forum: Off Topic / Otros temas
Topic: PHP vs PYTHON
Replies: 13
Views: 3367

Re: To Nages : Explain me how I must make this tdatabase

... To use all your old code you are going to have to add a lot of code to make it multiuser and you are going to have to add it (and troubleshoot it) everywhere you add, delete, or update records. And wherever you open tables. Using and tracking aliases is a nightmare which only gets worse as your ...
by Silvio.Falconi
Wed Mar 06, 2019 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 3353
PreviousNext

Return to advanced search