... possible ?
I have another check and I saw it is right but the tplan not show the right date because
I check the number 21
https://i.postimg.cc/JnF6d30N/HH.png
as you can see the reservation finish to 18.07.2019 but for the tplan it is untill 17.07.2019
How I can resolve it ?
Search found 15 matches: untill
Searched query: untill
- Thu Jul 18, 2019 5:49 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: SEARCH NUMBER FREE -RESOLVED
- Replies: 1
- Views: 639
- Mon Nov 09, 2015 9:55 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: List all days of the year
- Replies: 4
- Views: 1069
List all days of the year
... solar year
From a Date to another date
sample from 01/09/2015 to 20/06/2016
I made a small test but not run ok
there are problems
1. it run untill to 12 december and I not Know how make to arrive to 20.06 of another year
#include "fivewin.ch"#include "constant.ch"REQUEST HB_LANG_ITREQUEST ...
From a Date to another date
sample from 01/09/2015 to 20/06/2016
I made a small test but not run ok
there are problems
1. it run untill to 12 december and I not Know how make to arrive to 20.06 of another year
#include "fivewin.ch"#include "constant.ch"REQUEST HB_LANG_ITREQUEST ...
- Tue Mar 24, 2015 5:49 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: ADO Exclusive open
- Replies: 6
- Views: 1577
Re: ADO Exclusive open
Carlos,
I remember to read somewere that if you opend recorset and issue : begintrans immediatly after might be the same as USE .. EXCLUSIVE if you get an error USE fails if not the state of table would be protected untill you commit or abort trans.
Do you have any experience on this?
I remember to read somewere that if you opend recorset and issue : begintrans immediatly after might be the same as USE .. EXCLUSIVE if you get an error USE fails if not the state of table would be protected untill you commit or abort trans.
Do you have any experience on this?
- Tue Feb 21, 2012 10:29 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Action execute when at bottom of xbrowse
- Replies: 7
- Views: 1861
Action execute when at bottom of xbrowse
... I make a query or the database that is located on the server, and store the fields I want browse, in a temporary dbf-file on the a local path.
Untill now I had no problems, but I created a testtable of 120000 records and the proces to read the data from the server into a temporary file takes a ...
Untill now I had no problems, but I created a testtable of 120000 records and the proces to read the data from the server into a temporary file takes a ...
- Sun Feb 19, 2012 9:43 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: SQLite browse of large tables
- Replies: 3
- Views: 967
SQLite browse of large tables
... I make a query or the database that is located on the server, and store the fields I want browse, in a temporary dbf-file on the a local path.
Untill now I had no problems, but I created a testtable of 120000 records and the proces to read the data from the server into a temporary file takes a ...
Untill now I had no problems, but I created a testtable of 120000 records and the proces to read the data from the server into a temporary file takes a ...
- Fri Oct 07, 2011 11:19 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: XML communication with another program
- Replies: 4
- Views: 1435
Re: XML communication with another program
You can enter a loop monitoring the content of cRet. Your document is something like
<?xml version="1.0" encoding=....?>
<Firstmarker>
whatever
</Firstmarker>
You keep looping untill </Firstmarker> shows up or you reach a timeout of your choice.
<?xml version="1.0" encoding=....?>
<Firstmarker>
whatever
</Firstmarker>
You keep looping untill </Firstmarker> shows up or you reach a timeout of your choice.
- Mon Aug 24, 2009 8:30 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Codeblock Using Position Out Of An Array
- Replies: 6
- Views: 1239
Codeblock Using Position Out Of An Array
Hi,
untill now I had hardcoded the codeblocks for every column of a xBrowse, like
oBrw:aCols[1]:bLClickHeader := {|| Sort(1)}oBrw:aCols[2]:bLClickHeader := {|| Sort(3)}oBrw:aCols[3]:bLClickHeader := {|| Sort(2)}
this ...
untill now I had hardcoded the codeblocks for every column of a xBrowse, like
oBrw:aCols[1]:bLClickHeader := {|| Sort(1)}oBrw:aCols[2]:bLClickHeader := {|| Sort(3)}oBrw:aCols[3]:bLClickHeader := {|| Sort(2)}
this ...
- Fri Aug 07, 2009 3:47 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Empty xBrowse
- Replies: 4
- Views: 858
Empty xBrowse
... for a customer. The dialog used a LISTBOX. When the dialog is opened, i set the blogiclen of the browse to 0 so that no records are displayed untill a valid customer is entered where i would then set a scope on the database and reset the blogiclen.
is there a way of telling xbrowse to not show ...
is there a way of telling xbrowse to not show ...
- Tue Nov 11, 2008 1:44 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Serial Communications
- Replies: 7
- Views: 1391
- Tue Nov 04, 2008 9:19 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Serial Communications
- Replies: 7
- Views: 1391
... this on my machine and it now returns a numeric handle - i havent got a device attached to my pc at the moment and wont be able to test this fully untill i get to my clients site - i did notice that the value returned is a high number when i was expecting a 0 as no device was present - is this ...
- Fri Mar 14, 2008 4:30 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: The method which is delivered a variable 'i'.
- Replies: 10
- Views: 1813
- Sun Sep 30, 2007 4:25 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Webserver
- Replies: 2
- Views: 907
Webserver
... and react to it as it is coming in. I am scanning the boundry tags
to keep things together on uploads. For the most part it seems to
work fine untill I post larger files to it (35K).
It seems that the OnRead takes over at some point in the middle of the
process and the OnPost delivers about 8K ...
to keep things together on uploads. For the most part it seems to
work fine untill I post larger files to it (35K).
It seems that the OnRead takes over at some point in the middle of the
process and the OnPost delivers about 8K ...
- Tue Oct 10, 2006 2:18 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Underline for shortcut key is not visible in WINXP !
- Replies: 1
- Views: 624
Underline for shortcut key is not visible in WINXP !
Hi all
The underline for shortcut key is visible OK in WIN98
but the same is not visible in WINXP untill we don't press
ALT key !
Is it the standard behaviour of XP ?(I have not checked)
or is there any problem with FWH !.
- Ramesh Babu P
The underline for shortcut key is visible OK in WIN98
but the same is not visible in WINXP untill we don't press
ALT key !
Is it the standard behaviour of XP ?(I have not checked)
or is there any problem with FWH !.
- Ramesh Babu P
- Thu May 11, 2006 7:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Packaging Print Jobs
- Replies: 11
- Views: 5248
... individually (see my message to James Bott)....
I wish there was another way of spooling everything, even to suspend the printer's printing untill all of my print jobs are done, but even so, when the printer driver starts printing again, it will still send individual print jobs to the printer ...
I wish there was another way of spooling everything, even to suspend the printer's printing untill all of my print jobs are done, but even so, when the printer driver starts printing again, it will still send individual print jobs to the printer ...
- Thu Apr 06, 2006 5:47 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: TPrinter Class
- Replies: 5
- Views: 1580