Search found 225 matches: inserting

Return to advanced search

Re: Small Invoice with tdatabase

... 4. except the record in reserva.dbf 5 except for the details on resitems.dbf first deleting all the records with the number nInvoice and then inserting all the content in aItems 5 unlock the record in reserva.dbf
by Silvio.Falconi
Mon Aug 12, 2019 10:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small Invoice with tdatabase
Replies: 6
Views: 1227

Re: xImage

First, please try this sample as it is. This sample uses the MySql Demo server provided by FWH. This sample demonstrates inserting directly into the table using oCn:Insert(...) syntax and also inserting into the RowSet using oRs:Append(...), if a RowSet is opened. Please ensure that ...
by nageswaragunupudi
Sun Jun 30, 2019 1:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xImage
Replies: 7
Views: 1491

Re: class to make Report with tdatabase

I was not talking about the margins, I was talking about the fact that he first printed a page and a white page, then inserting the pages he printed part of the archive
by Silvio.Falconi
Thu Jun 06, 2019 6:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: class to make Report with tdatabase
Replies: 5
Views: 1240

Re: Enhancements to print preview

... be changed. I did it this way and changed it : METHOD BuildButtonBar METHOD BuildListView METHOD BuildMenu METHOD SaveAsMenu METHOD PrintersMenu inserting custom buttons and changing some things because on win 7 and win 10 there is something that does not work at the graphics level
by Silvio.Falconi
Mon May 13, 2019 4:15 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: Enhancements to print preview
Replies: 2
Views: 1133

Re: add recs/repl fields to an existing table of SQL db

... using the syntax applicable to the RDBMS connected by using FW_OpenAdoConnection(), be it MySql, MsSql, Oracle, etc. This sample demonstrates inserting bulk records using SQL statement. For the purpose of this example, we are using the Demo server of FWH. You may use connecting to your own ...
by nageswaragunupudi
Thu Apr 25, 2019 4:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: add recs/repl fields to an existing table of SQL db
Replies: 4
Views: 1328

Re: DOS accounting system to TWeb

... contains binary data (BLOB) it defaults to 1. This method reads and inserts data in batches. Each batch containing 20 records. This is slower than inserting all records in one batch. If we increase nMultiRowSize, the speed will increase. With nMultiRowSize := Lastrec() it is 5 times faster than ...
by Otto
Mon Apr 08, 2019 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DOS accounting system to TWeb
Replies: 45
Views: 5786

Re: DOS accounting system to TWeb

... contains binary data (BLOB) it defaults to 1. This method reads and inserts data in batches. Each batch containing 20 records. This is slower than inserting all records in one batch. If we increase nMultiRowSize, the speed will increase. With nMultiRowSize := Lastrec() it is 5 times faster than ...
by Otto
Mon Apr 08, 2019 8:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DOS accounting system to TWeb
Replies: 45
Views: 5786

Re: XBrowse & Edit Dialogs: Writing Portable code (Recommended)

... you not undestood my problem!!! to use "tdatabase" I have to give up not showing the user code ( account number of customer) and do only inserting and editing and I can't use record duplication I prefer not to use it
by Silvio.Falconi
Wed Mar 27, 2019 8:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse & Edit Dialogs: Writing Portable code (Recommended)
Replies: 17
Views: 3719

Re: to Nages : probl..FW_ArrayToDbf with tdatabase - RESOLVED!!

... Now every time I create an xbrowse with tdata, James recommends that I insert the command ": setodbf (oDbf)" Changing your test and Inserting the columns I wish show (5 and 2) the xbrowse not run ok @ 70,20 XBROWSE oBrw SIZE -20,-20 PIXEL OF oDlg ; COLUMNS 5,2 ; HEADERS "Service","Desc" ...
by Silvio.Falconi
Thu Jan 31, 2019 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages : probl..FW_ArrayToDbf with tdatabase - RESOLVED!!
Replies: 20
Views: 3389

Problem with FW_ArrayToDBF(New) RESOLVED!!!

... can sect one product and Move on UP or on Down to order the product position. https://i.postimg.cc/xjW36Qqc/ff.png to simulate inserting a record, please press the button "Simulation insert record" when I insert a record at init the field->Order is 0, the user must ...
by Silvio.Falconi
Sat Jan 12, 2019 9:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FW_ArrayToDBF(New) RESOLVED!!!
Replies: 8
Views: 1709

Re: simulate dbzap

... to the display number after you index for that field and you will have the custom list did you understand up to this point? instead of inserting a number in the numeric field, I made a dialog where your person (to whom you sell the program) could move the elements of this list with ...
by Silvio.Falconi
Fri Jan 04, 2019 1:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: simulate dbzap
Replies: 9
Views: 1790

For Mr Rao and Mr Antonio

I'm testing yunus.prg I 'm trying to modify it to make it compatible with the Italian system. 1. I wish modify the invoice inserting different taxrate for each items and the tax must be insert as new column on the invoice how I can make it , because in Italy we have articles with different ...
by Silvio.Falconi
Mon Dec 10, 2018 5:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: For Mr Rao and Mr Antonio
Replies: 0
Views: 552

Re: Example Business Object (Customer)

Mr Rao, To better understand how to create a management with Tdatabase and Tdatarow it is possible to make a small program from A to Z, inserting the management of an archive even simple with the following possibilities: insertion, modification, search, printing also with the possibility to ...
by Silvio.Falconi
Mon Nov 19, 2018 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Example Business Object (Customer)
Replies: 32
Views: 8648

Re: EXE passwords are visible in plain

... so I had to protect myself by checking the hard drive, the motherboard, the Bios this for each license. Naturally, like you, I thought of inserting passwords in the application, but as you know, it's wrong. With my system I could give for example 12 licenses per year, one for each month, ...
by Silvio.Falconi
Sun Nov 11, 2018 6:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXE passwords are visible in plain
Replies: 27
Views: 5192

Re: Funciones de Arrays()

Inserting:

AINS( aArray, nAt, uValue, .t. )

Merging two arrays:

aFirst := AMERGE( aFirst, aSecond )
by nageswaragunupudi
Thu Oct 04, 2018 4:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Funciones de Arrays()
Replies: 4
Views: 754
PreviousNext

Return to advanced search