Search found 223 matches: generally

Return to advanced search

Re: strange execution of Index

... BEFORE you delete the indexes and rebuild them. Also, you seem to think that the indexes need to be created each time the program is run. Not so. Generally, the only time they need to be created is when they don't exist or when they are corrupted.
by James Bott
Thu Jan 17, 2019 3:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: strange execution of Index
Replies: 12
Views: 2026

Re: Remote control software

For the past few years I have used Team Viewer and it generally has worked out well but sometimes it confuses my clients, and keeping an active license can be expensive. Tim, Is the license of Teamviewer changed? I bought a licence a couple of years ...
by Marc Vanzegbroeck
Wed Jan 09, 2019 8:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Remote control software
Replies: 14
Views: 3867

Re: Remote control software

... of us have a need to support our clients remotely, and we use software for this purpose. For the past few years I have used Team Viewer and it generally has worked out well but sometimes it confuses my clients, and keeping an active license can be expensive. Prior to that I used LogMeIn happily ...
by joseluisysturiz
Tue Jan 08, 2019 11:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Remote control software
Replies: 14
Views: 3867

Remote control software

... of us have a need to support our clients remotely, and we use software for this purpose. For the past few years I have used Team Viewer and it generally has worked out well but sometimes it confuses my clients, and keeping an active license can be expensive. Prior to that I used LogMeIn happily ...
by TimStone
Tue Jan 08, 2019 5:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Remote control software
Replies: 14
Views: 3867

Using a Jpg instead of a Bitmap for Opening screen Graphics

... graphics for my application screens .. here is a sample http://i67.tinypic.com/29wk9w4.jpg Unfortunatly, the bitmap images are generally 3-4 mg in size and I would rather use the same image, only in a .Jpg format without having to use FreeImage.dll .. Here is my current code ...
by Rick Lipkin
Sun Nov 18, 2018 6:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using a Jpg instead of a Bitmap for Opening screen Graphics
Replies: 9
Views: 2652

Re: FWH 18.08: Enhancements to strings.prg

... HB_I18NGetLanguageName() --> cLanguage * * Returns the name of the currently loaded language, as it has been * declared in the language header. Generally, this is a descriptive * non-internationalized name of the language, like "Espanol", * "Italiano", "English", ...
by carlos vargas
Tue Nov 13, 2018 7:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.10: Enhancements to strings.prg
Replies: 19
Views: 5465

Re: dbfs on Network : wich performance method?

... farmer made a clipper Magazzine in Italy ) I had my first problems. Before the forum did not exist and in the newsgroup they hardly answered you. Generally I always had the errors that I described in the first post and then I gave up and I only looked for small applications without the local network. ...
by Silvio.Falconi
Tue Oct 30, 2018 5:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfs on Network : wich performance method?
Replies: 26
Views: 5478

Re: dbfs on Network : wich performance method?

Silvio, I must open and manage this file at the same mode ( txdata) or I must open it on esclusive mode ? Generally the only reason you need open files in exclusive mode is to pack and/or reindex them. If every user has to have access to these files, then you need to open them ...
by James Bott
Tue Oct 30, 2018 3:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: dbfs on Network : wich performance method?
Replies: 26
Views: 5478

Re: questions manage dbf

... since I work with clipper I have a data folder divided for years eg 2013 and inside this folder other folders like: date, Doc, Pdf, Xls, Xml, Zip Generally the archives are in the folder. \ Data \ The general archives I have to call them from the root of the application So with Apri_Dbf / chiudi_Dbf ...
by Silvio.Falconi
Wed Oct 03, 2018 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: questions manage dbf
Replies: 17
Views: 3871

FWH 18.08: Gets with loop variable as array subscript

... in FWH 1808 makes programming Gets of arrays using loop variables. This new syntax is not applicable to gets from resources as such gets are not generally redefined in a loop.
by nageswaragunupudi
Thu Sep 27, 2018 6:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.08: Gets with loop variable as array subscript
Replies: 15
Views: 2512

Re: Busqueda SQL

Generally when you use the oRs:Find ... you have to re-wind the record pointer to the top of the table .. oRs:MoveFirst(), then issue your oRs:Find... there is no need to issue a re-query if you are using the same recordset for your updates and deletions..

Rick Lipkin
by Rick Lipkin
Fri Jul 13, 2018 4:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Busqueda SQL
Replies: 15
Views: 3084

Re: Server vs Notebook as Server for FW programms

... repairs where tower computers could be running again in minutes. Newer notebooks using SSD technology perform faster but are also quite expensive. Generally, I'm not sure a computer actually needs Server software. A Win 10 Pro machine might be quite sufficient. Of course you are using RDC and I ...
by TimStone
Thu Jun 07, 2018 5:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Server vs Notebook as Server for FW programms
Replies: 44
Views: 16934

Re: Antonio: Differences between BORLAND and VCC

To All Generally I prefer BCC .. and Enrico is correct ... BCC creates a smaller .exe .. again, not a big deal.... but I like the C++ Command line concept. I work also for a small computer shop and when I am not writing code ...
by Rick Lipkin
Thu May 31, 2018 2:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Differences between BORLAND and VCC
Replies: 32
Views: 6404

Re: Antonio: Differences between BORLAND and VCC

I generally find speed is not a real time issue, but I have noted that doing an Index on a pure Win 10 machine version an Apple running Parallels with Win 10, the Apple is MUCH faster. I have no idea why.
by TimStone
Wed May 30, 2018 7:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Antonio: Differences between BORLAND and VCC
Replies: 32
Views: 6404

Re: Here are the best programming languages to learn in 2018

Rick I am glad to see C++ hanging in the top 5 and when people ask me what language I use, I generally tell them "My Final compile is in C++ with the use of the very mature Windows ( add-on ) api FiveWin\xHarbour libraries". I am extremely proud of what Antonio ...
by Carles
Sun Mar 18, 2018 7:41 pm
 
Forum: Off Topic / Otros temas
Topic: Here are the best programming languages to learn in 2018
Replies: 8
Views: 2919
PreviousNext

Return to advanced search