Search found 225 matches: inserting

Return to advanced search

Re: HTML Report - is there a reason nobody cares?

... the data using StrTran() in the HTML file. If it is so, how do we prepare an invoice in HTML where the number of line items are dynamic ? (May be inserting a whole table itself onto the HTML ) I am not sure whether I understood the concept correctly
by anserkk
Mon Aug 02, 2021 8:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML Report - is there a reason nobody cares?
Replies: 27
Views: 1755

Re: EasyReport progress?

... graphic designer. i.e. for each ER Area insert the C5REPORT () function that is, it would only be necessary to change the ER graphic engine and inserting a class equal to c5 report that is the parent class that creates the part to be drawn and many subclasses for the graphic design and to insert ...
by Silvio.Falconi
Thu Jul 29, 2021 4:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EasyReport progress?
Replies: 86
Views: 8877

Re: Error on search a record on dbf with tdatabase

... date on datepick as you can see on this picture Remember the datepick on change process before the function on change I can't even force it by inserting a check for the number because it's wrong the reservation being modified has: Room_ID 6 TYpE 01 from 07/08/2021 to 07/28/2021 and I want to ...
by Silvio.Falconi
Wed Jul 07, 2021 7:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error on search a record on dbf with tdatabase
Replies: 18
Views: 1531

Re: edit a record with tdatabase - I am in trouble

... for the modification I do not know how to do Since I cannot pack I had thought of deleting the records that had invoice = nInvoice and then inserting the new records but in doing so the archive becomes very large until the maintenance operation by the administrator who can operate with archives ...
by Silvio.Falconi
Tue Jun 22, 2021 7:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: edit a record with tdatabase - I am in trouble
Replies: 8
Views: 1304

Re: Simulate header report with oprn:Box

... c5report class there was only the class to do the sections (i.e. the header, the body and the footer of an invoice), I started to do some tests by inserting the class of the sections but then I had to leave because no one helped me https://i.postimg.cc/1t4XZdLH/test.png In the black ...
by Silvio.Falconi
Fri May 14, 2021 7:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Simulate header report with oprn:Box
Replies: 9
Views: 878

Re: Screenshot email

... my program to automate the process. My program "EmailDeskTop" uses FIVEWIN and mod harbour. As you see, a new preview is recreated after inserting some data into an email item. Best regards, Otto https://mybergland.com/fwforum/emaildesktopvsoutlook.gif
by Otto
Thu Apr 15, 2021 3:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Screenshot email
Replies: 10
Views: 1312

Re: Silvio: Reports

... very well that I had fixed the c5report sources, and I was waiting for Cristobal to fix everything. Third thing, I understand that Cristobal is inserting c5Report class (and the other graphic classes) for each section (Easyreport area), In Easyreport the zoom does not work and does not exist ...
by Silvio.Falconi
Thu Jan 21, 2021 8:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Silvio: Reports
Replies: 16
Views: 1949

To Otto

... the nefele author make the differences from Mod_harbour and nefele https://nefele.dev/blog/programacion-web-con-mod-harbour-y-nefele/ inserting pieces of programmation on Mod_harbour and nefele in my opinion the mod_harbour language must be easier and easier to assimilate as just like ...
by Silvio.Falconi
Mon Dec 14, 2020 9:15 am
 
Forum: mod_harbour
Topic: To Otto
Replies: 9
Views: 1045

Re: Error sql server

Jorge Make sure your Sql Field value in your table is VarBinary(max) There is an easier way of coding inserting pictures, files .. into a Sql VarBinary(max) field .. however this code works for me .. // open file //nHANDLE := FOpen( cFILE )IF FERROR() <> ...
by Rick Lipkin
Fri Nov 20, 2020 9:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error sql server
Replies: 2
Views: 631

Re: change on line a combo

...  Called from: test.prg => MAIN( 62 ) to see the error select in the combox "City" search for the city "atlanta" by inserting only the one letter "a"...go in error
by Silvio.Falconi
Tue Nov 17, 2020 4:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change on line a combo
Replies: 24
Views: 5336

Re: sql server guardar y mostrar imagen

Alternative methods for inserting image (or any binary) data: USING RECORDSET OBJECT: Method-1: Longer code if you have patience to write oRs   := FW_OpenRecordSet( oCn, cTable )oRs:AddNew()oRs:Fields( "NAME" ...
by nageswaragunupudi
Mon Sep 21, 2020 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: sql server guardar y mostrar imagen
Replies: 10
Views: 1705

FOR NAGES- RESOLVED

... to len( aItems ) // is allways 1          aadd( oBrowse:aArrayData,aItems[n])   next  the problem is that initially before inserting the new record [b]I have to delete the contents of oBrowse:aArrayData whether the search is successful and whether it is negative I tried ...
by Silvio.Falconi
Wed Jun 24, 2020 6:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FOR NAGES- RESOLVED
Replies: 22
Views: 2223

Search on customer.dbf

using customer.dbf, when inserting a record, I should check if the surname (First field) and the name (Last) exist so you can check records for the same surnames (First) https://i.postimg.cc/Kzv1F3Xd/hh.png sample I have ...
by Silvio.Falconi
Mon Apr 13, 2020 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Search on customer.dbf
Replies: 6
Views: 736

Re: problem with SQL INSERT

... SALARY ) VALUES ( cName, cCity, dHireDate, nSalary )   ? cSql  https://imagizer.imageshack.com/v2/xq90/922/hBb3LI.png INSERTING MULTIPLE ROWS:   local cSql   local aData    := ;      {  { "John",  "New ...
by nageswaragunupudi
Tue Mar 31, 2020 7:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with SQL INSERT [solved]
Replies: 12
Views: 1383

FW_TextToBitmap

... do you create a bitmap with round corners? there is a function similar to FillRectEx that builds a rect with round angles ? I tried with this ( inserting it at 2046 line) RectRound( hDC2, 0, 0, nWidth,nHeight, 20, 20 ) but not run
by Silvio.Falconi
Fri Feb 28, 2020 10:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_TextToBitmap
Replies: 0
Views: 240
PreviousNext

Return to advanced search