Richard
From the Ng , Index command
WHILE <lCondition> specifies another condition that must be met by
each record as it is processed. As soon as a record is encountered that
causes the condition to fail, the INDEX command terminates. If a WHILE
clause is specified, the data is processed in ...
Search found 167 matches
- Mon Aug 09, 2010 3:50 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Scope and temporary index
- Replies: 2
- Views: 612
- Mon Aug 02, 2010 3:05 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: create and use an index for a set of records
- Replies: 10
- Views: 2432
Re: create and use an index for a set of records
Marco,
The INDEX command has a clause CUSTOM :
CUSTOM specifies that a custom built order will be created for RDDs
that support them. A custom built order is initially empty, giving you
complete control over order maintenance. The system does not
automatically add and delete keys from a ...
The INDEX command has a clause CUSTOM :
CUSTOM specifies that a custom built order will be created for RDDs
that support them. A custom built order is initially empty, giving you
complete control over order maintenance. The system does not
automatically add and delete keys from a ...
- Sat Mar 20, 2010 8:53 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Finding out an Edit field has been updated
- Replies: 6
- Views: 893
Re: Finding out an Edit field has been updated
I use :
oGet:bGotfocus := {||Mem:=oGet:Varget() }
Mem can then be compared with the new varget()
Frank
oGet:bGotfocus := {||Mem:=oGet:Varget() }
Mem can then be compared with the new varget()
Frank
- Sun Mar 14, 2010 5:49 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Get valid
- Replies: 20
- Views: 5313
Re: Get valid
Otto,
I unterstood : When the user has selected a non available room , the user must have the possibilty to change the period. But when the user navigates to the periode dates , we have to check the availbilty from the room again. If not , which action ? . I think that a better aproach is to ...
I unterstood : When the user has selected a non available room , the user must have the possibilty to change the period. But when the user navigates to the periode dates , we have to check the availbilty from the room again. If not , which action ? . I think that a better aproach is to ...
- Sun Mar 14, 2010 3:13 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Get valid
- Replies: 20
- Views: 5313
Re: Get valid
Hello James,
thank you for your answer.
The valid is on the Zimmer-Nr: - field (engl. Room number).
If the room is occupied the valid returns false and you can’t navigate back to change the
“Anreise” or “Abreise” (arrival/departure) .
Best regards,
Otto
http://www.atzwanger-software. ...
thank you for your answer.
The valid is on the Zimmer-Nr: - field (engl. Room number).
If the room is occupied the valid returns false and you can’t navigate back to change the
“Anreise” or “Abreise” (arrival/departure) .
Best regards,
Otto
http://www.atzwanger-software. ...
- Tue Feb 23, 2010 10:56 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Printing
- Replies: 1
- Views: 372
Re: Printing
Driessen,
I don't know if it is possible , but let windows create a printer several times and try to set for each item the properties. Your customer has only to choose the right printer.
Frank
I don't know if it is possible , but let windows create a printer several times and try to set for each item the properties. Your customer has only to choose the right printer.
Frank
- Tue Feb 23, 2010 10:09 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Opening a Word Document (Solved)
- Replies: 11
- Views: 2333
Re: Opening a Word Document
Anserkk
Maybe you could try with includint the path ?
Code: Select all | Expand
oWordDoc:=oWordApp:Documents:Open("Federal.doc")
Maybe you could try with includint the path ?
- Sun Jan 31, 2010 12:40 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Current Date in DTPicker
- Replies: 3
- Views: 1027
Re: Current Date in DTPicker
Tank you Frank,
But I use a DLL to store the resource, I use Pelles C ide , and I tried to give the same attribute : S how none = Yes , but
I obtain the same result with the difference that the date field is disabled.
Best regards
Wzaf
That is the intention. Disabled means empty date ...
But I use a DLL to store the resource, I use Pelles C ide , and I tried to give the same attribute : S how none = Yes , but
I obtain the same result with the difference that the date field is disabled.
Best regards
Wzaf
That is the intention. Disabled means empty date ...
- Fri Jan 29, 2010 10:49 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Current Date in DTPicker
- Replies: 3
- Views: 1027
Re: Current Date in DTPicker
Working with rc-file , you can use DTS_SHOWNONE as :
CONTROL "", 114, "SysDateTimePick32", 0 | WS_CHILD | WS_VISIBLE | WS_TABSTOP | DTS_SHOWNONE , 105 , 20 , 55, 10
Frank
CONTROL "", 114, "SysDateTimePick32", 0 | WS_CHILD | WS_VISIBLE | WS_TABSTOP | DTS_SHOWNONE , 105 , 20 , 55, 10
Frank
- Mon Dec 14, 2009 8:10 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem painted with "TRANSPARENT" and "WHEN" (Fixed)
- Replies: 4
- Views: 668
Re: WHEN Clause
Maybe you could use :
VALID ( oWndChilds:AevalWhen() ,.T. ) WHEN oApp:Accs_Cost UPDATE
Frank
VALID ( oWndChilds:AevalWhen() ,.T. ) WHEN oApp:Accs_Cost UPDATE
Frank
- Tue Dec 08, 2009 11:42 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: "@K" clausule : Clipper/xharbour <->FWH
- Replies: 2
- Views: 604
Re: "@K" clausule : Clipper/xharbour <->FWH
Frank,
Do you have a small and self contained example to test this ? thanks
Antonio ,
This code was proposed to activate "@K" clausule (again) in a input field , Giving a input field focus with the mouse.
After this thread , i found a solution , see http://forums.fivetechsupport.com/viewtopic ...
Do you have a small and self contained example to test this ? thanks
Antonio ,
This code was proposed to activate "@K" clausule (again) in a input field , Giving a input field focus with the mouse.
After this thread , i found a solution , see http://forums.fivetechsupport.com/viewtopic ...
- Tue Nov 24, 2009 8:38 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH-XHARBOUR : FAULT IN PROGRAM
- Replies: 12
- Views: 1922
Re: FWH-XHARBOUR : FAULT IN PROGRAM
fraxzi wrote:Hello,
I experienced 'faults' usually if the apps.exe is using some kinda compression. If compressed, try not to compress.
Regards,
Fraxzi
Thanks , i will try it . I was using upx
Frank
- Mon Nov 23, 2009 4:19 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH-XHARBOUR : FAULT IN PROGRAM
- Replies: 12
- Views: 1922
Re: FWH-XHARBOUR : FAULT IN PROGRAM
Frank,
Could you try to isolate that browse and make it into a small sample ? thanks
Antonio ,
No , it is to complicated , i try to explain :
A record is created , it should update the x-browse.
This record creates 5 (in this case) child records . After saving the input record the user tries ...
Could you try to isolate that browse and make it into a small sample ? thanks
Antonio ,
No , it is to complicated , i try to explain :
A record is created , it should update the x-browse.
This record creates 5 (in this case) child records . After saving the input record the user tries ...
- Mon Nov 23, 2009 3:33 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH-XHARBOUR : FAULT IN PROGRAM
- Replies: 12
- Views: 1922
Re: FWH-XHARBOUR : FAULT IN PROGRAM
A corrupted index could cause this kind of behavior.
James
james
yes , i know , i spended hours .
But , if so , only the current session has the problem. So as reported , an older version from the program , or probably a restart from the program has not the problem. The indices are not rebuild ...
James
james
yes , i know , i spended hours .
But , if so , only the current session has the problem. So as reported , an older version from the program , or probably a restart from the program has not the problem. The indices are not rebuild ...
- Mon Nov 23, 2009 2:41 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH-XHARBOUR : FAULT IN PROGRAM
- Replies: 12
- Views: 1922
Re: FWH-XHARBOUR : FAULT IN PROGRAM
Frank,
This seems quite obvious, but is he using an updated anti virus ?
Is his Windows stable and with all updates installed from Microsoft ?
What Windows version is it ? Are other applications working fine ?
Antonio,
First : the reported error was the only one i had . I have no other error ...
This seems quite obvious, but is he using an updated anti virus ?
Is his Windows stable and with all updates installed from Microsoft ?
What Windows version is it ? Are other applications working fine ?
Antonio,
First : the reported error was the only one i had . I have no other error ...