Search found 264 matches: against

Return to advanced search

Re: Exempt certain xBrowse rows from MakeTotals()

... this helps others this is the code that fixes the problem. Basically the problem here was that the 12th column is a char and Rick was comparing against a number therefore the returning value after evaluating bSumCond was always .t.. Here's the complete code for olbx3 xbrowse. Notice I added ...
by reinaldocrespo
Mon Aug 17, 2015 9:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Exempt certain xBrowse rows from MakeTotals()
Replies: 8
Views: 4241

Re: Advantage Database and SQL

... ... and yes, the other clients (C#, C++, PHP...) as well as your own fwh app may use pure SQL against your DBF/NTX tables. Hope that helps. Reinaldo.
by reinaldocrespo
Fri Aug 14, 2015 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database and SQL
Replies: 6
Views: 2484

Re: DIREFENCIA ENTRE HARBOUR/XHARBOUR

... [, xParam1 [,xParamN ] ] ) Syntax: ------- CRITICAL [STATIC] FUNCTION|PROCEDURE( [xParam1 [, xParamN ] ] ) NOTE: MT Application must link against the MT versions of the Libraries, i.e. vmmt.lib, rtlmt.lib, ppmt.lib, rddmt.lib, dbfntxmt.lib, and dbfcdxmt.lib. The full description of MT ...
by Antonio Linares
Sun Jul 12, 2015 9:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DIREFENCIA ENTRE HARBOUR/XHARBOUR
Replies: 4
Views: 2354

Re: How many INDEX can create ON MySql and How to use it?

... without (because the indexes also need an update). So you should only create indexes on columns (and tables) that will be frequently searched against. SQL CREATE INDEX Syntax Creates an index on a table. Duplicate values are allowed: CREATE INDEX index_name ON table_name (column_name) SQL ...
by Rick Lipkin
Fri Jun 26, 2015 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How many INDEX can create ON MySql and How to use it?
Replies: 8
Views: 2730

Re: Unlock EXE-file

... a subfolder on the server. On each workstation, the program shortcut actually points to a special program that first checks the workstation .exe against the one on the server. If there is a newer one there, it moves it over to the workstation. After the check, and move if needed, it then starts ...
by TimStone
Tue Jun 23, 2015 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Unlock EXE-file
Replies: 7
Views: 2073

Re: How do I code this report ?

... available on all the suggested scenarios, specially the ON START PAGE to accomplish this. @ r,c SAY ... I know about Fast Report but I'm running against time, so I don't have the time to learn & use it. Any example will be greatly appreciated. Thank you very much guys !!!!
by HunterEC
Wed May 27, 2015 11:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How do I code this report ?
Replies: 7
Views: 1013

Re: ADO Exclusive open

Hi AHF, I don't think it is possible, because the exclusive locking is against usual database principles, and ADO is just an abstraction layer, so that kind of behavoir is depending on the data engine itself, not ADO. May be if you are using some particular ...
by Carlos Mora
Tue Mar 24, 2015 5:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO Exclusive open
Replies: 6
Views: 1424

Re: SQL - advice

... is the least expensive SQL on the market that also has support. I pass on the cost of the SQL to my customers. I suppose that is the only drawback against mysql or sqlite. However, ADS is free for up to 5 users by using the ALS (Advantage Local Server) which only works with shares just like traditional ...
by reinaldocrespo
Tue Mar 10, 2015 12:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQL - advice
Replies: 9
Views: 2482

Re: Outsourcing add/edit of records to separated exe files

Otto, I advise against using calls to external executables. How to know if an operation was successful or not? Eventually complicate programming: users, access, antivirus, firewall blocking .exe, etc .. In cases that it is not choice ...
by hmpaquito
Mon Feb 16, 2015 5:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Outsourcing add/edit of records to separated exe files
Replies: 7
Views: 1695

Re: Early days of Clipper

... have they done to our language?", they asked. Local variables? Code blocks? Tbrowse? But there were also those of us who had strained against the limitations of the dBase language -- the lack of modularity, the clumsiness, the vulnerability of public and private variables. So we recognized ...
by Antonio Linares
Thu Jan 08, 2015 9:03 am
 
Forum: Off Topic / Otros temas
Topic: Early days of Clipper
Replies: 4
Views: 1707

Re: ER - talk not fork

... source, and we care for it, what else can we ask for ? :-) Supossing that this were a fork, forks are very healthy. When xHarbour started I was against it, later on I realized that many advantages implemented in xHarbour were finally ported to Harbour and more over, Harbour became much stronger ...
by Antonio Linares
Sun Dec 07, 2014 7:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ER - talk not fork
Replies: 3
Views: 1110

Re: Save dialog coordinates then redisplay same place

... and 1 (one) to the height, what's going on there? I don't know, I found that done elsewhere so I just used it. You could check the saved values against the actuals by making some test code. Or, just leave off the +1 and see what happens. I admit, it does seem odd. James
by James Bott
Thu Dec 04, 2014 1:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Save dialog coordinates then redisplay same place
Replies: 26
Views: 5609

Re: xBrowse in cell of other xbrowse

... this example snipit from an invoicing browse .. I am editing the Stock Number cell and calling out a function InvtLook() to verify the part number against inventory... where v is the passed value of the user typed stock number. Rick Lipkin // part numberoLbxB:aCols[3]:bEditWhen   := { ...
by Rick Lipkin
Tue Sep 23, 2014 1:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse in cell of other xbrowse
Replies: 4
Views: 953

To Antonio: moving to harbour.

... Reports are almost complete (graphical). The data entry will remain on this iteration, text based. I'm using xHarbour but I'm banging my head against the wall with, which I think are, unexpected behavior / bugs. For example: FUNCTION InvBalan (cPartNo, nQty)    #include "Tablefld.ch" ...
by HunterEC
Wed Jul 23, 2014 9:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio: moving to harbour.
Replies: 4
Views: 757

Re: Compresores/Packers

... in-place decompression technique, which allows to decompress the executable without memory overhead or other drawbacks; it also protects programs against reverse engineering by non-professional hackers. Programs compressed with MPRESS run exactly as before, with no runtime performance penalties. ...
by Baxajaun
Thu Jul 17, 2014 10:14 am
 
Forum: Utilities / Utilidades
Topic: Compresores/Packers
Replies: 3
Views: 1018
PreviousNext

Return to advanced search

cron