Search found 86 matches: subsequent

Return to advanced search

Re: FW_DbfSqlQuery con campos mayores de 256 carracteres

... Sequence=general;') and the result is the same, when there are fields longer than 256 characters, the information in subsequent fields is returned truncated. Thinking that the reading that ADO performs is sequential and when it finds a field greater than 256, it begins ...
by VictorCasajuana
Fri Mar 08, 2024 2:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FW_DbfSqlQuery con campos mayores de 256 carracteres
Replies: 3
Views: 656

Re: FW_SaveImage

... to my personal email? nageswaragunupudi [at] gmail [dot] com I am trying to make an option with the creation of several bitmap files and their subsequent gluing. For gluing, you can use the function FW_StitchImages( uImage1, uImage2, [cSide], [cType] ) --> newImage ...
by nageswaragunupudi
Thu Feb 15, 2024 3:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 452

Re: FW_SaveImage

Yes, your example works well. But files in A1 and A0 format do not want to be saved from my program :cry:

I am trying to make an option with the creation of several bitmap files and their subsequent gluing.
Is it possible to split hBmp into several parts and save them as separate files ?
by Natter
Thu Feb 15, 2024 11:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 452

Re: HTML code in a TPanel class

... WebView2 is compatible with Windows 7, but only up to version 109 of WebView2 Runtime2. Subsequent versions of WebView2 Runtime and WebView2 SDK do not support Windows 7 or Windows 8/8.13. Therefore, if you want to use WebView2 on Windows ...
by Silvio.Falconi
Mon Jan 22, 2024 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 1358

Re: HTML code in a TPanel class

... WebView2 is compatible with Windows 7, but only up to version 109 of WebView2 Runtime2. Subsequent versions of WebView2 Runtime and WebView2 SDK do not support Windows 7 or Windows 8/8.13. Therefore, if you want to use WebView2 on Windows ...
by Antonio Linares
Mon Jan 22, 2024 10:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 1358

Re: Nages, 2 diferent Db's update

... cTableName, oDestServer, cTimeStampFld ) // --> lSuccess In this case, only those records modified or inserted subsequent to previous transfer are only transferred to the remote server, Please let us know if you like to use this approach and we will help with ...
by nageswaragunupudi
Wed Jan 17, 2024 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Nages, 2 diferent Db's update
Replies: 2
Views: 723

Custom error handling

... everyone, I need to write server errors (e.g. alias not valid, variable does not exist, unknown or unregistered symbol, etc.) in a log file for subsequent analyses. I tried to override ERRORSYS procedure or to define a custom ERRORBLOCK but in both way I was not able to obtain the log file. ...
by berpa
Wed Mar 08, 2023 11:07 am
 
Forum: mod_harbour
Topic: Custom error handling
Replies: 0
Views: 302

Re: Fighting Xbrowse and lozing !!!

... sizes. Once we create thumbnails, I am sure the performance will be very good. Because our program reads an image only once from the disk and any subsequent painting is only from the memory (no disk access again), the screen refreshes will be very fast. Btw, I just created and added a new function ...
by nageswaragunupudi
Sat Dec 31, 2022 9:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 1570

Re: Clase Nativa MySql

...  oCn:RollBack()endif  Note: if one of the Save()s fails with an error, automatic error message is displayed and subsequent Save()s are not executed and RollBack() is executed.
by nageswaragunupudi
Wed Mar 16, 2022 3:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase Nativa MySql
Replies: 18
Views: 1853

Re: Consulta sobre MySql y autoincrement

... When you insert the next record: INSERT INTO mytable ID,..... VALUES ( 101, .... ) New record will be inserted with value of 101 for ID and subsequent inserts will be incremented from 101 onwards. Hope I am clear.
by nageswaragunupudi
Fri Sep 03, 2021 5:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta sobre MySql y autoincrement
Replies: 6
Views: 737

Re: HTML report sample

Hello friends, I think that the HTML report is not that bad after all. The subsequent replacement of the "placeholders" simplifies the program. Best regards, Otto        cHtml += memoread("c:\fwh\samples\manfred.html")       cHtml ...
by Marc Venken
Sat Jul 24, 2021 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML report sample
Replies: 12
Views: 1545

HTML report sample

Hello friends, I think that the HTML report is not that bad after all. The subsequent replacement of the "placeholders" simplifies the program. Best regards, Otto        cHtml += memoread("c:\fwh\samples\manfred.html")       cHtml ...
by Otto
Fri Jul 02, 2021 10:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML report sample
Replies: 12
Views: 1545

TDatabase: Using own :append() adds blank records

Using Harbour+FWH1912, the following sample will at 1st run generates RTE and subsequent runs will see empty records added. Why? #include "fivewin.ch"function main()  local oDb  field dref  if !file("hua.dbf")  ...
by hua
Fri Jun 19, 2020 6:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase: Using own :append() adds blank records
Replies: 1
Views: 371

Re: filter or where statement in SQL

... ourselves to retain enough flexibility for future developments. We, therefore, request you to use only the datas/methods documented in WiKi and subsequent WhatsNew.Txt. Thank you Mr. Rao. I want to ask something if it is possible. We have a oRs object. We create oBrw xbrowse using as a datasource ...
by Horizon
Wed May 06, 2020 6:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: filter or where statement in SQL
Replies: 6
Views: 682

Re: filter or where statement in SQL

... ourselves to retain enough flexibility for future developments. We, therefore, request you to use only the datas/methods documented in WiKi and subsequent WhatsNew.Txt.
by nageswaragunupudi
Wed May 06, 2020 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: filter or where statement in SQL
Replies: 6
Views: 682
Next

Return to advanced search