Search found 53 matches: naturally

Return to advanced search

Chris Langan Vision of Reality

... the Universe has an inherent purpose or end goal embedded in its very structure this purpose is not dictated by an external Force but arises natur naturally from the self- simulation process every part of reality from atoms to galaxies moves within a teleological framework contributing to the universe's ...
by Antonio Linares
Mon Nov 18, 2024 6:08 am
 
Forum: Off Topic / Otros temas
Topic: Chris Langan Vision of Reality
Replies: 0
Views: 219

Re: Another setcheck xbrowse

I made :bClrSel := { || { ORANGE,CLR_WHITE } } but not run ok Naturally it does not. You may use bClrStd If I made :bClrStd := { || { CLR_WHITE, ORANGE } } no good for me https://i.postimg.cc/zvvvX1Qc/hh.png I wish have the text white on ...
by Silvio.Falconi
Sun Nov 03, 2024 11:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another setcheck xbrowse - RESOLVED -
Replies: 8
Views: 260

Re: Another setcheck xbrowse

I made

:bClrSel := { || { ORANGE,CLR_WHITE } } but not run ok

Naturally it does not.
You may use bClrStd
by nageswaragunupudi
Sat Nov 02, 2024 10:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another setcheck xbrowse - RESOLVED -
Replies: 8
Views: 260

Re: Demo version

... Otto Master Otto, I prefer that you create a DEMO with the entire CODE and make the CODE available to all FIVEWIN users. Now that is DEMOCRACY. Naturally, I'm also going to download the DEMO and test it and if I don't like it, I'm honest and I'm going to CRITICIZE! hahahaha. Maestro Otto, prefiero ...
by karinha
Tue Sep 24, 2024 6:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Demo version
Replies: 29
Views: 921

Re: passing a value through a for..next loop

... 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 Antonio Linares
Fri May 10, 2024 2:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: passing a value through a for..next loop
Replies: 14
Views: 2063

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: 2327

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: 303

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: 1748

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: 963

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: 609

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: 3017

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: 3017

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: 3017

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: 3129

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: 1970
Next

Return to advanced search