Search found 51 matches: issuing

Return to advanced search

Re: Advantage Database Server

... the way it's interesting that government sites experience similar problems, but I haven't seen this on https://drunkid.com/buy/hawaii-fake-id/ for issuing driver's licenses, it's the developers' choice to allow SQL-like operations on ISAM data. You noted that PgDBE does not run well on a single ...
by ferilmagic
Fri Nov 03, 2023 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 3641

Re: DBF . Commit

... capability is available under DOS version 3.3 and above. Under DOS 3.2 or less, COMMIT flushes Harbour buffers to DOS. In a network environment, issuing a GO TO RECNO() or a SKIP0 will flush Clipper’s database and index buffers, but only a COMMIT will flush the buffers and perform a solid-disk ...
by karinha
Fri Oct 20, 2023 5:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2323

Re: Printing double sided

At what point are you issuing the command ? Are you passing it as a numeric ( 2 ) or string ( "2" ).  // Present the print selection option window and find the type   nPrnOpt := PRNSEL()   IF nPrnOpt = 0             ...
by TimStone
Wed Oct 26, 2022 4:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing double sided
Replies: 24
Views: 1251

Re: to Nages: test for tdatabase

... the false invoicing, with implications of a criminal nature (Article 2 and 3 of Legislative Decree 74/2000) Minimum elements of an invoice: issuing date; progressive number that uniquely identifies it; and other data customer,articles , total, vat
by Silvio.Falconi
Sat Apr 27, 2019 6:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 5680

xBrowse error on ADS (SOLVED!)

... from: Source\main.prg => MAIN( 20 ) https://file.io/tue77U link to screenshot image: https://file.io/tue77U This happened when issuing the command: cAlias := oConn:aAlias[MasterDB] DBSelectArea( cAlias ) xBrowse( cAlias ) I can confirm that the table is not empty by using the ...
by ryugarai27
Fri Aug 31, 2018 9:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse error on ADS (SOLVED!)
Replies: 12
Views: 2729

Building Harbour 3.4 for BCC outside MSYS

... the the folder directories envars are existent on machine 5. For 32-bit, at command prompt, execute: make_bc; you may direct output for log, by issuing: make_bc > bcc73.log For 64-bit, at command prompt, execute: make_bc64; you direct output for log, by issuing: make_bc64 > bcc7364.log ...
by andijahja
Sat Nov 25, 2017 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Building Harbour 3.4 for BCC outside MSYS
Replies: 87
Views: 17194

Re: como saber si el indice esta bien con su base de datos

... ? If you are using Idx .. only the OPEN index will be updated .. otherwise using Cdx .. when you complete an Append or Edit a record .. are you issuing a DbCommit() ? DbCommitt() is a 'hard disk' write which also forces the ( compound ) Cdx index to be updated as well... especially in a multi-user ...
by Rick Lipkin
Wed Oct 25, 2017 9:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: como saber si el indice esta bien con su base de datos
Replies: 4
Views: 872

Re: Refresh Record Set

... the record .. YES, you will need to ReSync ( not requery ) the original xBrowse recordset record with oRs:Resync( 1, 2 ), then oLbx:ReFresh(). Issuing the ReSync() method only updates the current selected record with new values and does not force the entire recordset to be refreshed. Rick Lipkin
by Rick Lipkin
Wed Dec 23, 2015 2:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Refresh Record Set
Replies: 10
Views: 2005

Re: hb_xrealloc can't reallocate memory

... So you can introduce calls to the garbage collector in your code so your memory don't get fragmented. Arrays also have the same problem (issuing aAdds to create long arrays), but are less frequent and have a much better solution: Preallocation. There is a way to warn Harbour that we are ...
by Carlos Mora
Wed Sep 02, 2015 1:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: hb_xrealloc can't reallocate memory
Replies: 21
Views: 7221

PUBLIC var declaration issue

... Yet the Clipper manual clearly states: Syntax PUBLIC <identifier> [[:= <initializer>], ... ] So it seems that the xHarbour compiler is issuing false warnings. Has anyone else noticed this? I am using: xHarbour 1.2.3 Intl. (Simplex) (Build 20141106) James
by James Bott
Sat Aug 29, 2015 4:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: PUBLIC var declaration issue
Replies: 26
Views: 6339

Re: Advantage Database and SQL

... that I specify the indexes in the correct order? (that is when using the DD, I can now get rid of all my existing SET ORDER TO commands before issuing a SEEK) Or is that only when using SQL that the index(tag) order is irrelevant? AdsDDAddTable( "items", "items.dbf", "itm_id.ntx;itm_desc.ntx" ...
by Jay Hill
Sat Aug 15, 2015 11:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database and SQL
Replies: 6
Views: 2389

for Mr. Nages ADO SELECT for logical fields

Dear Mr. Nages,

In ADO, when issuing SELECT * FROM WHERE FIELDACTIVE = TRUE, this will work under MySQL but will fail under MSSQL, as requieres 'TRUE', with ' required.

How do I write all sql commands for being compatible for all RDBMS?.

Thank you.
by elvira
Sun Jun 21, 2015 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: for Mr. Nages ADO SELECT for logical fields
Replies: 5
Views: 835

Re: ADO RDD xHarbour

Lucas, Concerning connection lost control I just receive a information from our client to try this way: Timer issuing a dummy query to the server or checking state of the connection. If it fails "locks" immediately all updates to the recordset and only "unlocks" ...
by AHF
Tue May 26, 2015 5:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446232

Re: ADO RDD xHarbour

... recordsets should remain ok I just don't know if then we would need a :filter to have all pending records updates and to skip through all of them issuing the updates failed during the time of the lost connection. Or Configure the OleDb or ODBC to avoid that enabling automatic reconnect. How can ...
by AHF
Tue May 26, 2015 8:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO RDD xHarbour
Replies: 1047
Views: 446232

ADO and empty Dates [SOLVED]

Hello, With ADORDD and Harbour there is a problem with emtpy dates. When issuing an append blank, putting a ctod('') fails. Also, FW_DateToSQL( , "D" ) fails too. As I workarround, I set to date(), but there are some cases I need an emty date(). This ...
by lucasdebeltran
Sat May 23, 2015 10:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO and empty Dates [SOLVED]
Replies: 2
Views: 369
Next

Return to advanced search