Search found 15 matches: untill

Searched query: untill

by Silvio.Falconi
Thu Jul 18, 2019 5:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: SEARCH NUMBER FREE -RESOLVED
Replies: 1
Views: 639

SEARCH NUMBER FREE -RESOLVED

... 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 ?
by Silvio.Falconi
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 ...
by AHF
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?
by Marc Vanzegbroeck
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 ...
by Marc Vanzegbroeck
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 ...
by ADutheil
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.
by gkuhnert
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&#91;1&#93;:bLClickHeader := &#123;|| Sort&#40;1&#41;&#125;oBrw:aCols&#91;2&#93;:bLClickHeader := &#123;|| Sort&#40;3&#41;&#125;oBrw:aCols&#91;3&#93;:bLClickHeader := &#123;|| Sort&#40;2&#41;&#125;
this ...
by PeterHarmes
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 ...
by PeterHarmes
Tue Nov 11, 2008 1:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Serial Communications
Replies: 7
Views: 1391

... whenever i try to use the function escapecomm to set rts i get an unresolved external when i compile - i'm currently using FWH 7.12 and can't upgrade at the moment untill i get back in the office - is there a way of linking this function in or an alternative way of setting rts?

Thanks

Pete
by PeterHarmes
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 ...
by yunbg1
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

... Thank you.

I will make 'Process bar' from (FWH + Harbour).

Then, I execute 'MMP_INIT()' and after that 'g_num' changes have to come over untill
I close the Program 'MMP_INIT()' that I can make 'Process bar'

This is (FWH + Harbour) code.


//--FWH + Harbour code ...
by Dave Zowasky
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 ...
by RAMESHBABU
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
by E. Bartzokas
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 ...
by RAMESHBABU
Thu Apr 06, 2006 5:47 am
Forum: FiveWin for Harbour/xHarbour
Topic: TPrinter Class
Replies: 5
Views: 1580

... your logic and I feel that it is a work around process.
And I can't bother my user to test every report supplying with different
Parameters untill they get correct output for every printer they deal with.

I am in search of an automatic mechanism which can convert row, col
co-ordinates of ...