Search found 41 matches: vytas

Return to advanced search

Re: Input form

... 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. What am I missing? Thanks, Vytas FUNCTION Test_Chk(oSpec_Nu1_1,oGenus1_1,oSpecies1_1,oVariety1_1,oPercent1_1,oEdit,aLookup) Sp := oSpec_Nu1_1:varGet() Loc := ASCAN(aLookup, {|aVal| ...
by Vytas
Wed Aug 05, 2015 5:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Input form
Replies: 8
Views: 1701

Re: Input form

Vytas, Here is a working example. Regards, James /*Purpose: Show how to change colors and contents of a GET          based on input of another GETAuthor : James BottDate   : 7/27/2015 3:55:35 PM*/#include "fivewin.ch"Function ...
by James Bott
Mon Jul 27, 2015 10:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Input form
Replies: 8
Views: 1701

Re: Input form

Vytas, You have to pass all the get objects that you need to deal with. And you have to pass the dialog object so you can refresh it ( refreshing redisplays the colors). A better way would be to build a class. That way you ...
by James Bott
Mon Jul 27, 2015 9:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Input form
Replies: 8
Views: 1701

Re: Input form

... CASE Typ = "WA" oLand_Base:varPut("N") oLand_Cov:varPut("W") oLand_Pos:varPut("W") .... return .t. Thanks, Vytas
by Vytas
Mon Jul 27, 2015 8:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Input form
Replies: 8
Views: 1701

Re: Input form

Vytas, This syntax is incorrect: REDEFINE GET oLand_Cover VAR LAND_COVER ID 1009 OF oEdit UPDATE VALID oEdit:oLand_Pos:setColor(CLR_HGRAY, CLR_HGRAY) It should be something like this: REDEFINE GET oLand_Cover VAR LAND_COVER ...
by James Bott
Thu Jul 23, 2015 11:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Input form
Replies: 8
Views: 1701

Re: Input form

... 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 SAY oPoly_Area VAR POLY_AREA ID 1007 OF oEdit UPDATE REDEFINE GET oLand_Base ...
by Vytas
Thu Jul 23, 2015 6:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Input form
Replies: 8
Views: 1701

Input form

... and display the updated form. If any example exist of these requirement, I would appreciate seeing them. Currently I am using FWH 2.7 Thanks, Vytas
by Vytas
Wed Jul 22, 2015 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Input form
Replies: 8
Views: 1701

Re: Trigometric function

... 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 You can use the FWH 2.7 also. You need to change your link script to include 'hbct.lib' if you are using Harbour and 'ct.lib' if you are using ...
by nageswaragunupudi
Sat Mar 06, 2010 6:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Trigometric function
Replies: 6
Views: 1058

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 6:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Trigometric function
Replies: 6
Views: 1058

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 Mar 05, 2010 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Trigometric function
Replies: 6
Views: 1058

OFF : To Vytas

Gerb.Vytai ,

Noreciau su Jumis susisiekti asmeniskai . Ar galit brukstelt man laiskeli su savo adresu ?

Pagarbiai , Rimantas
by Rimantas
Fri Jul 28, 2006 7:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OFF : To Vytas
Replies: 0
Views: 409

... 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 modifing. Vytas Z:\CTIPrg>D:\Borland\bcc55\bin\make -fvytas01.rmk MAKE Version 5.2 Copyright (c) 1987, 2000 Borland d:\harbour\bin\harbour .\VYTAS01.PRG /N ...
by Vytas
Fri May 05, 2006 3:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: Multi file selection
Replies: 14
Views: 4771

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
Wed May 03, 2006 1:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: Multi file selection
Replies: 14
Views: 4771

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 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: Multi file selection
Replies: 14
Views: 4771

Vytas, Perhaps this will help. James From: "Enrico Maria Giordano" <e.m.giordano@emagsoftware.it> Subject: Re: Long file names Date: Friday, November 29, 2002 3:52 AM Randal ...
by James Bott
Tue May 02, 2006 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Re: Multi file selection
Replies: 14
Views: 4771
Next

Return to advanced search