Search found 75 matches: construct

Return to advanced search

Re: Learn SQL with ChatGPT or when can ChatGPT really help

Enrico,

in German we have a saying: 'you are rowing back' 8)
So we can assume that there ist non corresponding construct in plain SQL! :(
by frose
Fri Nov 17, 2023 11:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Learn SQL with ChatGPT or when can ChatGPT really help
Replies: 9
Views: 669

Re: Clase Nativa MySql

... al grabar"+CHR(10)+oError:description,"Error")  oCn:RollBack()END TRY  Esto está bien? TRY/CATCH construct not only does not work but can be misleading too because the FWH lib does not raise Runtime Error for any MySql error. oRs:Save() returns ...
by nageswaragunupudi
Wed Mar 16, 2022 3:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase Nativa MySql
Replies: 18
Views: 1849

Re: What's the best way to set individual bits, in a bit string

... put together a full-working sample, within a couple of days, that interfaced to a Prolog dll library. I could NEVER have figured out how to construct Antonio's interface. There doesn't seem to be any step-by-step tutorial and exercise guide for coding in the Harbour C api, along with any ...
by FWExplorer
Sun Feb 28, 2021 3:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: What's the best way to set individual bits, in a bit string
Replies: 9
Views: 662

Re: to Nages: test for tdatabase

... know that there is this kind of optimization available and then should understand how the optimization works and then should plan the indexes and construct the filter expressions to take full advantage of this optimization.
by nageswaragunupudi
Fri May 10, 2019 6:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 5686

Re: lines

... 27.20, 20.15, oPen )         oPrn:CmLine( 24.00, 2.20, 24.00, 20.15, oPen ) ENDPAGE ENDPRINT oPen:End()return nil to better construct an invoice I suggest you to use a graph paper with measures in millimeters ad this https://upload.wikimedia.org/wikipedia/commons/thumb/2/2d/EKG-Reto_002.svg/1200px-EKG-Reto_002.svg.png ...
by Silvio.Falconi
Tue Oct 30, 2018 9:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: lines
Replies: 2
Views: 625

Re: Subir imágenes API REST Prestashop

No soy experto, pero por lo que dice aquí http://php.net/manual/es/curlfile.construct.php se necesita un hash por fichero, que contenga un hash a 5 elementos.

También ver el equivalente a la clase que es la funcion
Code: Select all  Expand view
$cfile = curl_file_create('cats.jpg','image/jpeg','test_name');
by hmpaquito
Tue Apr 10, 2018 11:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Subir imágenes API REST Prestashop
Replies: 13
Views: 3101

Re: Dual index for setscope.()

... name used in the filter expression is ITEMDATE. It also checks to see if there is an index on the same name, i.e., ITEMDAE and uses the index to construct a bitmap record list for the optimized filter. Now the report will run faster
by nageswaragunupudi
Fri Mar 30, 2018 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Dual index for setscope.()
Replies: 3
Views: 805

Re: EasyReport developer tool

... days to create a program and we can not lose our customers I repeat I'm not talking about the ER printing mechanism but I'm talking about how to construct objects within ER areas. Perhaps you have never used Autocad or visual drawing programs (with the mouse) When I tried with ER (and have been ...
by Silvio.Falconi
Wed Mar 07, 2018 8:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EasyReport developer tool
Replies: 16
Views: 5099

Re: SetCheck WITH DBF DOES NOT CHANGE IMAGE TRUE / FALSE

Please use COLUMNS syntax to construct XBrowse. If not, you will miss many features of XBrowse. Example: FWNumFotmat( "E", .T. )REDEFINE XBROWSE oBrw ID 100 OF oDlgPpal ;   DATASOURCE oDbfFactu ;   COLUMNS "Fetcha", ...
by joseluisysturiz
Sat Sep 09, 2017 4:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetCheck WITH DBF DOES NOT CHANGE IMAGE TRUE / FALSE
Replies: 5
Views: 1099

Re: SetCheck WITH DBF DOES NOT CHANGE IMAGE TRUE / FALSE

Please use COLUMNS syntax to construct XBrowse. If not, you will miss many features of XBrowse. Example: FWNumFotmat( "E", .T. )REDEFINE XBROWSE oBrw ID 100 OF oDlgPpal ;   DATASOURCE oDbfFactu ;   COLUMNS ...
by nageswaragunupudi
Fri Sep 08, 2017 8:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetCheck WITH DBF DOES NOT CHANGE IMAGE TRUE / FALSE
Replies: 5
Views: 1099

Re: FWMARIADB 17.03 Fast Loading/Browsing Very Large Tables

... usage is going to be oCn:RecSet( <table/sql>, -1 ). RecSet (also Rowset) method automatically ascertains the primary or unique field to construct the ORDERY BY expression. Existing oCn:RowSet() also operates on a similar principe. But in this case, RowSet keeps expanding automatically ...
by nageswaragunupudi
Mon Mar 27, 2017 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWMARIADB 17.03 Fast Loading/Browsing Very Large Tables
Replies: 19
Views: 4255

Re: Automated download of pictures

... URLs in the list. You should make sure that these are all valid URLs. We don't get a runtime error with XBrowse, because Xbrowse uses TRY/CATCH construct. When you have the URL names in a DBF, it is not again necessary to read the names into an array to download. You can as well do: function ...
by nageswaragunupudi
Thu Mar 09, 2017 2:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Automated download of pictures
Replies: 20
Views: 4172

Re: Error in XBROWSE

When i use anstead eval(bTest1) only function1() is functioning. I use this construct often as the bTest1 includes not only one function and i use this codeblock 10 times in program for a search routine. For now i use #define func1 (function1()) ...
by byte-one
Sun Jan 17, 2016 6:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error in XBROWSE
Replies: 14
Views: 1815

Re: Fivewin SlotMachine

Enrico Maria Giordano wrote:Silvio,

the url

http://www.cartolinefree.eu/santaslot/index.html

works fine here too. :-)

EMG



it made with Construct 2 ->html5
by Silvio.Falconi
Thu Dec 17, 2015 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin SlotMachine
Replies: 58
Views: 15803

Re: Metro Class on notebooks

... estan todos https://www.dropbox.com/s/cwqzgpotajd3sis/Res.zip?dl=0 Enlace con el fichero .Bat para construir los ejemplos Link to the file. Bat to construct examples https://www.dropbox.com/s/cv6cbojeldilwth/makeui.bat?dl=0 Tienes que modificar los path de Fivewin y de Harbour Forma de usarlo You ...
by cnavarro
Mon Aug 03, 2015 6:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Metro Class on notebooks
Replies: 24
Views: 5509
Next

Return to advanced search