Search found 25 matches

by Vytas
Wed Aug 05, 2015 5:53 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Input form
Replies: 8
Views: 1460

Re: Input form

Thanks James, You have set me on the right path. However I still have two issues that are not working. Once I auto populate several fields I want the function to set focus to a field 4 spaces over. What I get is the focus going to the first field on the form. Also the color does not want to be set. ...
by Vytas
Mon Jul 27, 2015 8:34 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Input form
Replies: 8
Views: 1460

Re: Input form

Thanks for the input you provide a lot of things I need to consider. I still cannot get the color of a field to change. Am I missing a ch file or is something else causing it not to work? REDEFINE GET oLand_Cover VAR LAND_COVER ID 1009 OF oEdit UPDATE VALID (oSOIL_MOIST:setColor(CLR_YELLOW, CLR_BLUE...
by Vytas
Thu Jul 23, 2015 6:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Input form
Replies: 8
Views: 1460

Re: Input form

Hi Again, What am I doing wrong? I have tried various variables in the two valid statements and cannot get anything to work. I searched the web without any luck in finding any sample code doing what I want to do. Thanks again, Vytas ... DEFINE DIALOG oEdit RESOURCE "ATTRIBUTES" REDEFINE SA...
by Vytas
Wed Jul 22, 2015 8:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Input form
Replies: 8
Views: 1460

Input form

Hi, I have been away from building FiveWin applications for quite a while. What I need to do is depending on a user input in a form's field I need to disable certain fields and perhaps colour them differently. In other cases again depending on the user input I need to populate multiple field automat...
by Vytas
Fri Mar 05, 2010 6:26 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Trigometric function
Replies: 6
Views: 1018

Re: Trigometric function

Thanks for pointing me to the newer Harbour software. I cannot link it in using a modified FWH 2.7 link script. Perhaps I need a more current rmk file. If so where can I get one? Or do I have to upgrade my FWH software?

Thanks,

Vytas
by Vytas
Fri Mar 05, 2010 3:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Trigometric function
Replies: 6
Views: 1018

Trigometric function

Hi,

Currently am working with FWH 2.7 January 2007 version Using Harbour Alpha build 45.0 Intl. (Flex).
I require access to the ArcTan function. Is there a library that I can link in to provide the missing trigonometric functions?

Thanks,

Vytas
by Vytas
Fri May 05, 2006 3:45 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Re: Multi file selection
Replies: 14
Views: 4467

Hi Enrico, Thanks for taking the time to solve the issue. I hope you will forgive me for asking how do I go about compiling and linking your sample code? I run a make file (listed below) and get the following errors. I suspect it has go something to do wil paths but I am not sure what I should be mo...
by Vytas
Wed May 03, 2006 1:33 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Re: Multi file selection
Replies: 14
Views: 4467

Hi Enrico,

I get the same results as you. Is this a bug in FiveWin?

It seems that the only way to implement multi file select is by getting an array of files and then creating a multi item pick list. Or is there a better way?

Thanks,

Vytas
by Vytas
Tue May 02, 2006 5:48 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Re: Multi file selection
Replies: 14
Views: 4467

Hi James,

It does display the files in long name format. However using either 512 or 2060 as a WinAPI flag did not let me select more than one file. Either there is a magic number required that I do not know, or I am again on the wrong track to solving this issue.

Thanks again,

Vytas
by Vytas
Tue May 02, 2006 2:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Re: Multi file selection
Replies: 14
Views: 4467

Hi James, Thanks for the lead. I have confirmed that the seventh parameter set to 512 does in fact evoke the multi file selection option. However it also causes the file names to be displayed in short name format even if the lLongNames parameter is set to true. How to fix this problem is beyond my a...
by Vytas
Mon May 01, 2006 4:57 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Re: Multi file selection
Replies: 14
Views: 4467

Re: Multi file selection

Hi All,

I have been using cGetFile() to get user file selection. How do I go about allowing a user to select multiple files using the <Shift> and <Ctrl> keys? My search did not find anything perhaps I was not using the proper key words. Any guidance is appreciated.

Vytas
by Vytas
Tue Feb 07, 2006 3:11 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Re: Mouse behavior
Replies: 4
Views: 1343

Re: Mouse behavior

I have a program that has standalone input dialogs and input dialogs located in folders. What I have found is that the mouse does not behave the same for identical clicks. I have attached the sample source program and rc file below. Should you have problems compiling it with buildh.bat please let me...
by Vytas
Mon Feb 06, 2006 6:47 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ReqQueryValue behaviour
Replies: 1
Views: 651

ReqQueryValue behaviour

Hi When I use RegQueryValue() to get the string to run an executable to which I wish to pass a parameter why must I remove the last character on the return value? In the following sample program. After the first call to WordPad no file is opened, however on the second call the file opens as expected...
by Vytas
Sun Feb 05, 2006 8:18 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Borland link error Too many DEF
Replies: 1
Views: 949

Borland link error Too many DEF

Hi again, Using FW January 2.7 and Borland linker with the following rmk file I get the following error. d:\Borland\bcc55\bin\ilink32 -Gn -aa -Tpe -s @b32.bc Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Fatal: Too many DEF file names: d:\fwh\lib\FiveHC.lib When I comment out linking ...
by Vytas
Mon Jan 30, 2006 4:51 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Linking issue with FWH 2.7
Replies: 9
Views: 4544

Thanks to all the hints provided. I can now successfully compile and link the program with FWH version 2.7. However when I try to run it I get the following error: Unrecoverable error 9000: Program with 1st fun: 'TBAR' was compiled by older version, pcode version 0 is no longer supported. Please rec...