Search found 150 matches: attribute

Return to advanced search

ftp listing files

Hi,

I have been using the command below to download certain file in ftp, what command to use to list the files in certain folder so that I can check the latest one and download? Thanks.

FTPGETFILE( hConnect, ChavePasta, "test.zip", 0, FILE_ATTRIBUTE_ARCHIVE, 0, 0 )
by wartiaga
Thu Jul 20, 2023 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ftp listing files
Replies: 0
Views: 159

Re: Create solid color bitmap array

... I can select a color to designate who will be performing the work ( or any other user defined purpose ). The color is associated with an ID One attribute you can define is the Label for the particular appointment event, and the ID determines the background color for that appointment entry. The ...
by TimStone
Thu Jul 13, 2023 1:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create solid color bitmap array
Replies: 6
Views: 324

Re: ZIP / UNZIP under Fivewin

... have look at it and found Hb_ZIPFILE() it does "collect" Files "recursive" for "D"irectory --- for Backup i use Attribute "A" which i got from "Everything" --- to ZIP a hole Folder you can use this Function  // create ZIP for hole Folder "c:\fwh\samples\" ...
by Jimmy
Tue Mar 21, 2023 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ZIP / UNZIP under Fivewin
Replies: 5
Views: 416

Re: Everything under Fivewin

... you can use Everything DLL (32/64) Bit with your App https://i.postimg.cc/7L8rGdRR/HMG-Everything.png Tip : as it also support Attribute of Files i use "A" to create a List for Backup (ShFileOperation) https://i.postimg.cc/pLB3rrDm/HMG-Backup.png
by Jimmy
Mon Nov 14, 2022 1:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Everything under Fivewin
Replies: 17
Views: 1089

Re: Clase Nativa MySql

... get the LAST_INSERT_ID to inform the user. By default, the RowSet class treats auto-increment field as read-only. TDatarow inherts the readonly attribute from the RowSet object. In my next post I will explain how to over-ride this default behavior.
by nageswaragunupudi
Fri Mar 11, 2022 3:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase Nativa MySql
Replies: 18
Views: 1851

Re: Experiment: MapControl

... loads the maps from https://www.openstreetmap.org/about " OpenStreetMap is open data: you are free to use it for any purpose as long as you attribute it to OpenStreetMap and its contributors ." The information to create applications with this FREE service are reported on this web page ...
by Silvio.Falconi
Wed Feb 23, 2022 7:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Experiment: MapControl
Replies: 23
Views: 6670

Re: Size of the window

... window client oClient. oWnd:coorsUpdate() nTop:= oWnd:nTop nTop:= nTop + if(oWnd:oTop!=nil,oWnd:oTop:nHeight,0) // Note that oMenu doesn't have an attribute nHeight. It is fixed at 20 pixels. nTop:= nTop + if(oWnd:oMenu!=nil,20,0) I have never used it. You will still have to convert from pixels ...
by James Bott
Wed Oct 06, 2021 2:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Size of the window
Replies: 4
Views: 665

Re: FW_ExceltoDbf version in FW 2102

... 4 = EAN code 6-8 are prices Maybe FW can enhance with a extra parameter (Convert to text) .t. convert all to txt when there is no decimal attribute like comma or point that determent the data is numeric, so data like 1,2 and 4 will have NO decimal's when the are converted .f. Let the function ...
by Marc Venken
Wed Apr 07, 2021 10:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_ExceltoDbf version in FW 2102
Replies: 19
Views: 2571

Re: xBrowse anomoly

... each field stores (a) picture clause for numeric fields (only) in column 7, (b) index tag corresponding the field in column 8 and (c) readonly attribute (eg. datatypes +,=,etc) in column 11. For example, the index tag "EGLSGP" is stored in column 8 corresponding to the field "SYSTEM". ...
by nageswaragunupudi
Fri May 01, 2020 3:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse anomoly
Replies: 21
Views: 3546

MariaRowSet Field ERROR in TGET READONLY Control

Dear Rao Sir , Have TGET control in DIALOG window and it has READYONLY attribute and the TGET reads data from a Mariarowset:column. When TGET control gets cursor and throws an error as given below @40, 020  SAY  "Ledger"   SIZE 80, ...
by shri_fwh
Sun Dec 29, 2019 7:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaRowSet Field ERROR in TGET READONLY Control
Replies: 6
Views: 973

Re: loading order of libraries

... the s cript tag the HTML parser reads the HTML file, and it it finds a <s cript> tag it'll stop the world and download it (if it has a src attribute) and then run it before moving on to the following HTML that means that if you have a <s cript> tag in the document's <h ead>, ...
by Otto
Sat Dec 28, 2019 1:31 pm
 
Forum: mod_harbour
Topic: loading order of libraries
Replies: 2
Views: 492

Re: cross-site scripting

... to write an < sign in HTML that doesn't start a tag, you write it &lt; Same with > and &gt; If you're writing code to render an attribute in a tag, you can escape a quote with &apos; (single quote) or &quot; (double quote) Just that should be enough Replace those in any ...
by Otto
Sat Oct 26, 2019 10:22 am
 
Forum: mod_harbour
Topic: cross-site scripting
Replies: 1
Views: 499

EASYREPORT TEXT Item Multi-LINE is NOT Working

Dear All ,

I am trying to use TEXT Item with the attribute of Multiline in the EASYREPORT, but its print only first line and NOT printing next lines. Anybody has used multiline attribute in EASYREPORT ? Please guide on this.

Thanks in advance...!
by shri_fwh
Sun Oct 13, 2019 4:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EASYREPORT TEXT Item Multi-LINE is NOT Working
Replies: 0
Views: 250

Re: Ribbon Theme

... You can only faintly see the group bars and labels. This is due to the problem that certain "styles" of the FW ribbonbar have certain attributes. There is no way to get one attribute of one style and another attribute of another style. Well, there are some tricks like what Antonio ...
by James Bott
Tue May 07, 2019 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbon Theme
Replies: 163
Views: 28250

Re: move data between xbrowse files

... as colors references https://www.maveco.be/fivewin/kleuren2.jpg I my setup, It would be great to drop from the xbrowse (fotos or attribute) most right the color or jpg into colpic from the first xbrowse. Can this also work ?
by Marc Venken
Sat Jul 07, 2018 7:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: move data between xbrowse files
Replies: 8
Views: 1186
Next

Return to advanced search

cron