Search found 15 matches: ages

Return to advanced search

Re: DateTime calculation

... [url]https://be.bookingexpert.it/book/simple/noavail?checkin=1707523200000&checkout=1708124400000&hotel=11308&guesttypes[0][37]=2&ages[0][37]=18&ages[0][37]=18&layout=782&lang=de&currency=EUR&beginsearch=1&isnewsearch=1&searchId=218d74e0-8bfd-43df-970d-e5f4c6f59ed1&nsid=fb5f36a1-7c31-40de-9c6e-8c7837b6a130&winding=1&searchId=e7cfbe49-4afc-4c0e-ae7b-69180634164f[/url] ...
by Ruth
Sat Jan 27, 2024 7:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DateTime calculation
Replies: 6
Views: 680

screen design

Hello. I am still in the dark ages when it comes to design. Is there a library or tool or something that could enable me to design more contemporary looking input screens while still using the same old code I have been using forever?
by dtussman
Tue Apr 27, 2021 7:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: screen design
Replies: 3
Views: 682

Re: Limitar input por caracteres y no por espacio

... as you wanted. Clicking at any place will take the cursor to that place even if there are spaces. This has been the behavior of Get class since ages. Limittext value of -1 is for multiline edit. For single line edit it is 0. In any case normal ANSI get ignores this setting. FWH provides EDIT ...
by nageswaragunupudi
Wed Feb 03, 2021 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Limitar input por caracteres y no por espacio
Replies: 7
Views: 646

Re: GET with SPINNER

... a much faster solution : instead of using a spinner ( it takes to long scrolling on two gets ) opening only one xbrowse with a range-selection of ages ( array ) define a range with 2 clicks for the start- and end-value. The higher value will move to the second get The image shows that the startvalue ...
by ukoenig
Fri Jul 05, 2019 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GET with SPINNER
Replies: 4
Views: 683

Re: to Nages: test for tdatabase

... I used a system so long ago that it seems easier to me than James and Mr. Nages. It only seems easier because you are used to it. But it is back to the dark ages–opening all the files at once and keeping track of workareas ...
by James Bott
Thu May 09, 2019 4:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 5678

Re: for Mr. Nages ADO SELECT for logical fields

... NUMBER field with 1 or 0. But when we work with tables created by others, we should keep in mind that the general practice of Oracle community for ages is to use 'Y' and 'N'. (I consider this unsafe and also experienced it. But we can't change their age old habits) I understand Postgre has a boolean ...
by nageswaragunupudi
Sun Jun 21, 2015 9:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: for Mr. Nages ADO SELECT for logical fields
Replies: 5
Views: 834

Re: Windows 10

Hi All

Thanks for the replies - I think I will wait for the official release and then go for it. Its funny you hear so many
complaints with Windows 8.1 but I have bee using it for ages and have never had any issues with it - so I am looking
forward to Win 10.

Cheers

Colin
by Colin Haig
Tue Jun 02, 2015 11:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Windows 10
Replies: 47
Views: 10001

Re: ODBC

Hi All I am not sure who re openned this thread but I have been interfacing with the MYOB accounting package for ages now - using sql inserts - the MYOB datafile does not allow Updates or Deletes. function fnConnect(oCon,aPrivs)local cStr,oError,nAdoErrors := 0,oAdoErr,bDataFile ...
by Colin Haig
Sat Jul 30, 2011 12:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ODBC
Replies: 6
Views: 1983

Re: Number of days

... what you want to happen if the order is reversed. 2. Would have a problem if either or both dates are BC 3. You may want different treatment for ages below say 1 year old. For example change function to return a string with 1-6 days, 1- 52 weeks, 1+ years. 4. You may want a fractional age or ...
by xProgrammer
Mon Apr 19, 2010 6:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Number of days
Replies: 9
Views: 2986

Re: tDatabase

... help with the tDatabase class - I am re writing my application because I cant get a third party database server ( which I have been using for ages) upgraded - everything was going fine until I tried using SetRelation which I cant get to work and seems to do something to the index set on the ...
by Colin Haig
Tue Jan 19, 2010 2:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tDatabase
Replies: 16
Views: 4636

Re: FTP Again

Hi Enrico

Thanks that worked - I must have googled for ages trying to get a sample of the
path - I thought the / was for Linux boxes - anyway I just changed my code to "/error.txt"
and it worked.

Thanks for your patience.

Cheers

Colin
by Colin Haig
Sun Jul 12, 2009 10:59 am
 
Forum: FiveWin for Pocket PC
Topic: FTP Again
Replies: 8
Views: 2109

Re: Folder on gradient filled dialog

... using: CONTROL "SysTabControl32", 6100, "SysTabControl32", 0 | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 6, 6, 423, 299 I was told ages ago to change to SysTabControl32 I notice that testfld6.rc uses CONTROL FOLDER32, 6100, FOLDER32, 0 | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 6, 6, ...
by PeterHarmes
Wed Jul 08, 2009 10:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Folder on gradient filled dialog
Replies: 33
Views: 8443

... optimized. Some RDDs may not need us to specify !DELETED() in the filter clause, but they do need an index. I have not used comix and six for ages. You may check their documentation. But explicitly using !DELETED() in the filter clause and having an index on DELETED() will help every RDD ( ...
by nageswaragunupudi
Tue Jan 15, 2008 2:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OrdKey CDX-NTX
Replies: 10
Views: 2180

Why Some Browses with ADS are slow?

... even before returning control to my program, i.e., even before I could replace the assignment with my functions. So the initial display was taking ages. Only way I could solve the issue was the alter the source code of tsbrowse.prg. Authors of browses might have tested their product on small tables ...
by nageswaragunupudi
Mon Dec 24, 2007 4:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Why Some Browses with ADS are slow?
Replies: 22
Views: 9731

wbrowse.prg function nwrows returning huge no

... where wbrowse.prg method nRowCount is returning 53000 rows! This causes one of my browses on a dbf (which has +- 160,000 records in it) to take ages to open. nRowCount calls nwrows which calls GetWindowRows (extracted below) nRowCount should obviously never return more than the no of rows a ...
by peterk
Wed Nov 15, 2006 10:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: wbrowse.prg function nwrows returning huge no
Replies: 3
Views: 966

Return to advanced search