Search found 151 matches: performed

Return to advanced search

Re: ADO & SQL INSERT Statement

... example). First, if the OPEN statement yields an error, the loop is not executed because the WHILE condition fails, the FLUSH operation is not performed, and the transaction rolls back. Second, if the PUT statement returns an error, the loop ends because of the WHILE condition, the FLUSH operation ...
by avista
Thu Jul 31, 2014 7:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO & SQL INSERT Statement
Replies: 9
Views: 2262

Re: How to work with Blowfish encryption

... GPF after processing a few records or maybe even just one record. But if the controlling index is first deleted, then the encryption/decryption performed, and afterwards the index rebuilt, the process will not GPF. In this case, the DO WHILE is processing in natural record order. This index ...
by Roger Seiler
Fri Jan 10, 2014 6:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to work with Blowfish encryption
Replies: 4
Views: 1770

Have you seen this behavior ?

... on any other sites with the same software running. The problem occurs when the client processes a credit card payment. It works fine, but it is a performed using an object ( CreateObject( ). Once the transaction is completed, the next time the client uses the Codejock appointment system ( also ...
by TimStone
Fri Oct 11, 2013 11:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Have you seen this behavior ?
Replies: 4
Views: 1048

rPreveiw : EMAIL & Excel issues

... in tReport so an output can be sent to Excel. However, all of my reports are written with the Printer class directly. All of the work and logic is performed in the .PRG with output sent directly to the printer. When I activate the Preview for a report, it lays out perfectly, works with the Word ...
by TimStone
Mon Sep 23, 2013 9:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: rPreveiw : EMAIL & Excel issues
Replies: 8
Views: 2714

bugs xBrowse and Seek

Hello, With this sample, if I type GU for example, the Seek is not performed. I have to click on a column an type again to work. Also, the button Clear does not work. Thank you very much. #include "fivewin.ch"#include "xbrowse.ch"function ...
by lucasdebeltran
Sat May 25, 2013 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bugs xBrowse and Seek
Replies: 7
Views: 2553

Re: FiveWeb question

Otto,

Local actions (on the client side) are performed using javascript and javascript is case sensitive
by Antonio Linares
Thu May 02, 2013 9:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb question
Replies: 15
Views: 4059

Function of FiveWin and with my same name

Good afternoon, I have a lib I use to put my own functions But when you run the application, rather than performing my functions are performed FiveWin functions that have the same name, does anyone know why this? Use the xmate and always worked ok, my lib was always first on the list, before ...
by Eroni
Thu Apr 04, 2013 2:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function of FiveWin and with my same name
Replies: 11
Views: 1954

FWSKINBTNLBUTTONDOWN

... DIALOGBOXINDIRECT(0) CALLS FWSKINBTNLBUTTONDOWN(237) CALLS (b)FOLDLOANBR(4892) - my action on the 1st button on the dialog I don't want the action performed unless users click on the button. any ideas anyone? I could not find this function in the fwh source code. fwh 13.02 harbour 3.2 bcc 5.8
by don lowenstein
Wed Mar 27, 2013 12:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWSKINBTNLBUTTONDOWN
Replies: 1
Views: 489

Re: Mass undelete records in a DBF-file

... [<bWhile>], [<nNext>], [<nRecord>], [<lRest>] ) --> NIL Arguments <bBlock> Operation that is to be performed <bFor> Code block for the For condition <bWhile> Code block for the WHILE condition <nNext> Number of NEXT records to process ...
by Bayron
Thu Mar 14, 2013 3:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mass undelete records in a DBF-file - SOLVED
Replies: 6
Views: 1099

Re: Operaciones con fechas en ADO

... and there is no way to change it, go try it today start date and end date to TimeStamp to see if that way is created recordset. This function is performed only choose the work area, the database with which we will work, because this program works with multiple databases. Each work area is in ...
by Pedro
Tue Mar 12, 2013 4:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Operaciones con fechas en ADO
Replies: 21
Views: 4437

Re: SQLEXPRESS Select * from

Marc,
some tables have one date type field but is not the same concept
In my dbf tables I have two field utemodi , datmodi User and date time of last replace performed
by MarcoBoschi
Thu Nov 22, 2012 9:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SQLEXPRESS Select * from
Replies: 7
Views: 1198

Re: problema en red local

... long as the database is open for exclusive use. It is, therefore, recommended to use databases in SHARED mode, unless a database operation must be performed that requires exclusive access. This is necessary for PACK, REINDEX and ZAP operations. Databases opened for exclusive use do not require ...
by lucasdebeltran
Mon Nov 19, 2012 9:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema en red local
Replies: 7
Views: 1311

Re: ADS NOT SUPPORT DECRYPT AND ENCRYPT FROM FIVEWIN

In a 2-tier (true client-server) application, data is managed by the server. Index operations are performed on the server end. Without ADS, (that's when the server is only used as a shared drive) each record travels from the shared drive on the server to the workstation ...
by reinaldocrespo
Fri Oct 12, 2012 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADS NOT SUPPORT DECRYPT AND ENCRYPT FROM FIVEWIN
Replies: 15
Views: 4309

Re: Fast Reports -Sergey Rests

... of interaction with this library, which is supplied in source code and can be added to any [x]Harbour-application. Binding to HB API functions is performed at moment of object creating of this class, ie the model of "late binding" is implemented. Thus, the report generator has full access ...
by reinaldocrespo
Sun Jul 15, 2012 9:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fast Reports -Sergey Rests
Replies: 34
Views: 9689

Re: FastEdit en xBrowse

Thanks G. N. Rao.

Is now better

When I edit with F2 changes performed by pressing enter executes the action of the enter.

Double click to edit and run the action,

Regards,

Adhemar
by acuellar
Mon Jun 11, 2012 4:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FastEdit en xBrowse
Replies: 4
Views: 736
PreviousNext

Return to advanced search