Search found 44 matches: grows

Return to advanced search

Compiler with MSVC y HARBOUR

... from FWH which is for MySql/MariaDB which makes your system 100% portable and does not need libmariadb.dll and libmysql.dll (the executable grows a little) I hope it helps you and gives you the opportunity to use these wonderful tools with which you will notice the big difference in the ...
by acuellar
Thu Apr 18, 2024 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 143

Re: HASH vs single variables

... very simple. Best regards, Otto OOP always contributes. You may have a small program now, but if you do it with OOP (classes and objects) when it grows you will have a good foundation. When necessary, you can give a logic to the assignment of a value ( setters and getters ). Another advantage ...
by VictorCasajuana
Tue Jan 17, 2023 4:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HASH vs single variables
Replies: 15
Views: 1095

Re: Harbour Writer

... found the templets and more. You can also share the blocks with other developers. It is a useful toolbox harbourWriter is your handy notebook and grows with you over time. Best regards, Otto VIDEO https://mybergland.com/fwforum/hw_extenddbf.mp4
by Otto
Mon Sep 12, 2022 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour Writer
Replies: 14
Views: 1096

Re: Limitation while adding PRG to mylib.lib

... Inc. Warning: 'W_5AF2' not found in library I have been using this test.mak since the start of my 32 bit applications. But as the application grows more prg's are added to the mak file...currently I am compiling 297 prgs. Unable to add 298++... Any suggestion .... Hi, delete your lib and recreate ...
by cnavarro
Sat Aug 07, 2021 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: Limitation while adding PRG to mylib.lib (RESOLVED)
Replies: 2
Views: 386

Re: Limitation while adding PRG to mylib.lib (RESOLVED)

... I have been using this test.mak since the start of my 32 bit applications. But as the application grows more prg's are added to the mak file...currently I am compiling 297 prgs. Unable to add 298++... Any suggestion ....
by RiazKhan
Sat Aug 07, 2021 10:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: Limitation while adding PRG to mylib.lib (RESOLVED)
Replies: 2
Views: 386

Re: MERRY CHRISTMAS

Also a Marry Christmas and a happy new year !

Thanks for all the help.... As you can see below, my TODO-list grows depending on the knowledge I get from here !! )))

Image
by Marc Venken
Thu Dec 24, 2020 1:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MERRY CHRISTMAS
Replies: 6
Views: 625

Newbie questions on mod-harbour and mercury

... to make web appliaction in disciplined way. I installed Go_n examples noted in PDF manual, and they work as expected. As Mod-harbour and Mercury grows everyday, now I am thinking about these questins: 1-Can we count in future on these products in developing our web applications ? How is this ...
by dakosimo
Sat Aug 01, 2020 8:30 pm
 
Forum: mod_harbour
Topic: Newbie questions on mod-harbour and mercury
Replies: 1
Views: 348

Re: mod_harbour what to install

... from the same IDE. // Thanks to Antonio Linares, Cristobal Navarro and everyone who contributes, especially // to Carles Aubia so that mod_harbour grows every day. MANY THANKS. 1.- Download XAMPP for windows web. https://www.apachefriends.org/es/index.html 2.- Download mod_harbour from the web. ...
by Otto
Sun Aug 04, 2019 8:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: mod_harbour what to install
Replies: 49
Views: 7086

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

... you add, delete, or update records. And wherever you open tables. Using and tracking aliases is a nightmare which only gets worse as your program grows. With objects, you have to get used to some change, but in the long run it will take way less time than making your old code multi-user. >Formerly ...
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: 3330

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

... you add, delete, or update records. And wherever you open tables. Using and tracking aliases is a nightmare which only gets worse as your program grows. With objects, you have to get used to some change, but in the long run it will take way less time than making your old code multi-user. >Formerly ...
by James Bott
Tue Mar 05, 2019 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 3330

Re: error en tabla temporal mssql

artu01 I do not create my temp tables in SqlServer or Ms Access .. just because ( especially in access ) the database grows in size even if you create a temp table and then delete it .. If I create reports or need a disposable Temp Table I use .dbf on the local client .. then delete ...
by Rick Lipkin
Tue Mar 05, 2019 4:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error en tabla temporal mssql
Replies: 17
Views: 3076

Re: strategies

... the days when we switched from DOS to WINDOWS. The easiest way to start with web programming seems to me to be PHP. But as soon as the application grows one would like to have a framework. I looked at several. But for me it is best to use TWeb with common syntax to me. You get structured programs ...
by Otto
Sun Feb 24, 2019 7:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strategies
Replies: 34
Views: 8124

Update a RICHEDIT position without focusing

... finishes what he is typing, what the other party typed must be presented to the operator, without interfering the typing job. If the RICHEDIT text grows beyond the RICHEDIT size, it must scrolls, in order to the last typed answer can be seen. Basically, I need to update the RICHEDIT control position ...
by concentra
Mon May 28, 2018 6:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Update a RICHEDIT position without focusing
Replies: 5
Views: 877

Re: Bloated EXEs (reprise)

... the linker --> EXE size: 829440 In both cases I get no linker errors! So the sample is not using any of the FWH symbols. Then why the EXE size grows when fivehx.lib is specified but not used? EMG
by Enrico Maria Giordano
Sun Jul 23, 2017 6:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bloated EXEs (reprise)
Replies: 33
Views: 5090

Change of structure during development

Hey,

Every couple of day, while my program grows, I have to change (add) more fields into the online database

Now I go into my phpMyadmin and change the structure and continue.
I've seen that there are functions to change it from FWH.

What approach do you mostly take ?
by Marc Venken
Fri May 26, 2017 9:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change of structure during development
Replies: 3
Views: 686
Next

Return to advanced search

cron