Search found 48 matches: naturally

Return to advanced search

Re: Newbie Question : XBROWSE

... may still need access to open files/data or resources, but they were already closed/releasted, just like pulling the carpet under the feet. Naturally, this situation results in fatal runtime errors. So, RIGHT WAY TO HANDLE NONMODAL EXECUTION    ACTIVATE WINDOW oWnd / ACTIVATE DIALOG oDlg ...
by nageswaragunupudi
Sat Nov 26, 2022 5:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie Question : XBROWSE
Replies: 17
Views: 1469

Re: Problem to Filter a dbf error on day week

This is wrong:
Code: Select all  Expand view

aCountGiorni[ DOW( FIELD->DATA )-1 ]
 


If FIELD->DATA is Sunday, DOW( FIELD-> DATE ) evaluates to 1 and [ DOW[FIELD->DATA] - 1 ] evaluates to 0/
Naturally aCountGiorni[ 0 ] results in a runtime error.
This must be simple to understand.
by nageswaragunupudi
Tue Jun 07, 2022 11:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem to Filter a dbf error on day week
Replies: 2
Views: 263

Re: ApplyParams Tdatabase

... also be >sorted by room and/or type. yes of course, I must publish also this ? good https://i.postimg.cc/Gpp0jYkN/near.jpg Naturally, the screen searches based on the search date and draws the beach section where the customer's (orange) umbrella is located when the customer ...
by Silvio.Falconi
Thu Jul 15, 2021 9:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ApplyParams Tdatabase
Replies: 8
Views: 1257

Re: ïndice compuesto número + fecha

... This would definitely work for the first sample you posted My mistake is that I thought you know this much and expected that you would suitably Naturally, it throws an error if you change the name of the column header. What I mean is oCol:cSortOrder := <index-tag-name>  where oCol is the ...
by nageswaragunupudi
Fri Mar 26, 2021 6:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ïndice compuesto número + fecha [SOLUCIONADO]
Replies: 6
Views: 792

Re: operador In

... <exp2> ) )  So,    if ( x IN aList )  is translated and compiled as: if ( x $ aList )  This naturally results in runtime error.
by nageswaragunupudi
Tue Feb 23, 2021 3:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: operador In
Replies: 6
Views: 500

Re: Imágenes en una DBF

... are using DBFs for this purpose are aware of these limitations and their volumes are within 2 GB. When we program for Corporate clients, we will naturally be using some RDBMS like MySql, MSSql, Oracle, etc. Well, personally I am of the opinion that Oracle is still the best. I still remember the ...
by nageswaragunupudi
Thu Feb 18, 2021 10:05 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imágenes en una DBF
Replies: 24
Views: 1836

Re: Imágenes en una DBF

... are using DBFs for this purpose are aware of these limitations and their volumes are within 2 GB. When we program for Corporate clients, we will naturally be using some RDBMS like MySql, MSSql, Oracle, etc. Well, personally I am of the opinion that Oracle is still the best. I still remember the ...
by hmpaquito
Thu Feb 18, 2021 7:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imágenes en una DBF
Replies: 24
Views: 1836

Re: Imágenes en una DBF

... are using DBFs for this purpose are aware of these limitations and their volumes are within 2 GB. When we program for Corporate clients, we will naturally be using some RDBMS like MySql, MSSql, Oracle, etc. Well, personally I am of the opinion that Oracle is still the best. I still remember the ...
by nageswaragunupudi
Thu Feb 18, 2021 5:49 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Imágenes en una DBF
Replies: 24
Views: 1836

Re: Imprimir imagen guardada en tabla SQL

We have seen that the SQL statement required to create a table can be different for different versions of MSSQL. Naturally it is different for different RDBMS like MSSQL, MYSQL, ORACLE, etc. For example the SQL for the same table can be: CREATE TABLE `adoimage` (     `ID` INT ...
by nageswaragunupudi
Fri Dec 25, 2020 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Imprimir imagen guardada en tabla SQL
Replies: 11
Views: 2448

Re: XBrowse: how to load image data instead of image name

... loop the present value of " n " is 21. When the dialog is activated and controls are to be shown, the value of "n" is 21 and naturally we get runtime error as subscript out of range. Ahh.. So the program executes the loop before we do the activate ? This can explane why i ...
by Marc Venken
Tue Nov 03, 2020 9:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: how to load image data instead of image name
Replies: 17
Views: 1527

Re: XBrowse: how to load image data instead of image name

... loop the present value of " n " is 21. When the dialog is activated and controls are to be shown, the value of "n" is 21 and naturally we get runtime error as subscript out of range. Correct way: for n := 1 to 20 aGet[ 1 ] := MakeGet( n * 20, 50, aVar, n, oWnd ) next n ACTIVATE ...
by Otto
Tue Nov 03, 2020 9:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse: how to load image data instead of image name
Replies: 17
Views: 1527

Re: EXE passwords are visible in plain

... copied in several bathing establishments, 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 ...
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: 5087

Re: Example Business Object (Customer)

João, I did not post it to sell my product. TData is the product I use to develop my apps, so naturally I used it to develop this business object. I posted it just to show how you can build business objects. You don't have to use my product to build them, it just makes ...
by James Bott
Thu Jun 29, 2017 12:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Example Business Object (Customer)
Replies: 32
Views: 8526

Re: Bug in HasAlpha()

... does not require freeimage.dll, but the side-effect is this function converts even jpeg image as an alpha image and returns hBmp which has Alpha. Naturally HasAlpha( hBmp ) returns .T., because this hBitmap has Alpha channel. Even if the alpha channel is added ( 32-bit bitmap instead of 24-bit ...
by Enrico Maria Giordano
Thu Apr 06, 2017 7:53 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in HasAlpha()
Replies: 21
Views: 8382

Re: Bug in HasAlpha()

... does not require freeimage.dll, but the side-effect is this function converts even jpeg image as an alpha image and returns hBmp which has Alpha. Naturally HasAlpha( hBmp ) returns .T., because this hBitmap has Alpha channel. Even if the alpha channel is added ( 32-bit bitmap instead of 24-bit ...
by nageswaragunupudi
Thu Apr 06, 2017 1:31 am
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in HasAlpha()
Replies: 21
Views: 8382
Next

Return to advanced search