Search found 199 matches: adds

Return to advanced search

Re: Are there any Treeview samples with associated edit boxes?

... it will create a tab inside the text area. When you Tab again, it goes back to the node. When you tab again, it goes back to the Text Area, but adds another Tab. Etc. In Treepad Enterprise, they resolve this by assigning the F11 key to return to the node. The F12 key is used to switch to the ...
by FWExplorer
Fri Dec 04, 2020 2:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 4997

Re: Leer página web desde FWH

... veo que está funcionando, pero lo que intento es "leer o capturar" los datos que retorna esa página "https://aviationweather.gov/adds/metars/index.php?submit=1&station_ids=LEAL&chk_metars=on&chk_tafs=on&hoursStr=3", tal cual se detalla en el sample. Pero veo ...
by Xevi
Wed Sep 09, 2020 9:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Leer página web desde FWH
Replies: 5
Views: 1477

Re: error con adoimportfromdbf

By default, the function adds an autoincrement field ID as the primary key, if the DBF does not already have an auto-inc field. Many a time we forget or ignore that is essential to have a primary key when we migrate to SQL databases and ...
by nageswaragunupudi
Sun Aug 23, 2020 3:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: error con adoimportfromdbf
Replies: 4
Views: 714

Re: TDatabase: Using own :append() adds blank records

Please try this modified program #include "fivewin.ch"function main()  local oDb  field dref  if !file("hua.dbf")     dbCreate("hua.dbf", {{"DREF", "C", 12, 0}})  endif&nb...
by nageswaragunupudi
Fri Jun 19, 2020 5:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase: Using own :append() adds blank records
Replies: 1
Views: 383

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")     dbCreate("h...
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: 383

xHarbour and hash functions

... flag for the hash table hb_HCaseMatch() Sets the 'case match' flag for the hash table hb_HClone() Creates a copy of a hash table hb_HCopy() Adds entries from the source hash table to the destination hash table hb_HDefault() Returns/sets a default value for a hash table. hb_HDel() Removes ...
by Otto
Fri May 29, 2020 6:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour and hash functions
Replies: 2
Views: 775

Re: Insertar un DBF en una table de SQL

... be created with the ID field automatically) cField:="field2,field2,field3,...." Then I call my function that inserts the DBF to SQL, adds just the fields that I need to insert into the real table an then drops the temporal table, passing 3 parameters, the temporal DBF, the real SQL ...
by mariordz
Tue Mar 03, 2020 3:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Insertar un DBF en una table de SQL
Replies: 7
Views: 1451

Re: Possibilities of PiCTURE

... followed by one or more letters listed in the table below: Picture function characters Function Formatting rule B Formats numbers left-justified C Adds CR (credit) after positive numbers D Formats dates in SET DATE format E Formats dates and numbers in British format L Pads numbers with zeros instead ...
by nageswaragunupudi
Sat Dec 28, 2019 8:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possibilities of PiCTURE (solved)
Replies: 2
Views: 497

xBrowse anomoly

... and columns. If the first field is String but the content is numbers, it is somehow converting it to a decimal after perhaps 5 characters where it adds a period instead of the next character. It also can truncate the remaining data. I also see the strange truncating and improper sizing on other ...
by TimStone
Tue Dec 03, 2019 1:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse anomoly
Replies: 21
Views: 3677

Re: METADATA

In addition to cPassWord, cOwnerPassword, nPermssion, FWH1910 adds some more new DATAs to FWHPDF class:
cAuthor, cCreator, cTitle, cSubject, lTimeStamp and if specified these values will be saved as METADATA in the PDF.
by nageswaragunupudi
Fri Nov 29, 2019 3:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: METADATA
Replies: 3
Views: 786

Re: another bug in TDataRow: failure with datetime fields

Thank you. It works perfect.

Just a final adjustement. In xbrowse, showing this datetime field adds .000 to the final time:

Image

What is the picture to supress the final .000, so the vaule would be only:

19-11-2019 20:30.37

Thank you.
by MOISES
Wed Nov 20, 2019 11:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: another bug in TDataRow: failure with datetime fields [solve
Replies: 15
Views: 3563

New FTDN September/Septiembre 2019 (FWH 19.09)

... is called inside a transaction, then this method uses savepoints. - New data lAutoAppend. When set to .t., navigation past the end of browse adds a new row. - New method Sum( fieldname ) --> sum of the field Returns zero if the field is not numeric. * function FW_DbfToExcel(). Enhancement: ...
by Antonio Linares
Sun Oct 13, 2019 11:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2019 (FWH 19.09)
Replies: 1
Views: 2934

Re: Introducing FiveTech's fivedit

... Fixed: when creating a file, if no extension is added, it now automatically adds the selected extension. The extensions .html, js, css, view and tpl have been added New Slack for FivEdit Use this link for join https://join.slack.com/t/fivedit/shared_invite/enQtNzU3NDc1NzMyODAzLTBiMmNiMzZhZjY4NWY3NzI5Y2ZhYjAzZDM3NmVmNWZiOGM2YjM0ZTM1MTBjYTY0ZmQ0YjIzOGJiZTY1YTQ5OWY
by cnavarro
Sun Sep 29, 2019 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 111795

Pelles Editor and Fonts

Pelles adds three numbers to the font definitions
e.g. FONT 8, "Tahoma", 0, 0, 1

Is there anyway of avoiding these number from being generated to save me from editing the RC file prior to compiling

Thanks
Peter
by reds
Thu Jul 25, 2019 9:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pelles Editor and Fonts
Replies: 0
Views: 341

Re: Error report (errsysw_.prg)

... rather than a code error. I usually work off a very recent copy of errorsysw.prg and then add in the extra data lines I need. Thus, my work adds to what already exists and otherwise modifies nothing. Thank you.
by TimStone
Fri Jul 05, 2019 6:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error report (errsysw_.prg)
Replies: 29
Views: 2866
PreviousNext

Return to advanced search