[LOGic] Program Help!

Roland Guidry na5q at w5ddl.org
Tue Mar 14 16:50:18 EST 2006


 
Thanks Dennis for the heads up. The expression field gave me the field
log.pwr not pwr, when I substituted log.pwr for pwr the formula worked, just
had to use the optional parameters to rid of the decimal points and give it
enough length. STR worked better that TRANS for my purpose. 

Thanks for the help. The final express looked like this:

'Cushcraft A3WS, 80m Inv. Vee, 160m Sloper.  Tower: Heights Towers  77
ft./23.5 m   Power: '+ str(pwr,4,0) + ' watts.'

Thanks again for your assistance, you seemed to know right off what I want
to do.

Roland


-----Original Message-----
From: PDA [mailto:pdainc at hosenose.com] 
Sent: Tuesday, March 14, 2006 3:01 PM
To: Roland Guidry
Cc: logic at mailman.qth.net
Subject: RE: [LOGic] Program Help!


PWR is the log field containing the power you are running while making the
QSO.  Make sure you are logging it.  You can set up a default in
toos/setup/station info.

You could print 

"Power: " + trans(pwr)

But I would just print PWR in an expression by itself, and use a label for
the word Power.

Let me know.

Tnx & 73,

Dennis WN4AZY


From:           	"Roland Guidry" <na5q at w5ddl.org>
To:             	"'Bill K1UQ'" <k1uq at comcast.net>
Subject:        	RE: [LOGic] Program Help!
Date sent:      	Tue, 14 Mar 2006 07:58:47 -0600
Copies to:      	logic at mailman.qth.net

> GM Bill,
> 
> No! In my log I enter the PWR that I transmit at. I would like to 
> print that number on my QSL cards. Sometimes I operate at 5 watts, 
> sometimes at 100 or higher.
> 
> I am trying to print the power figure on my qsl cards preceded with 
> the word "Power:"
> 
> I have tried converting the PWR field with expression STR() and 
> Transform() to no avail. I always get Power: 5
> 
> Any help would be appreciated.
> 
> Roland
> 
> -----Original Message-----
> From: Bill K1UQ [mailto:k1uq at comcast.net]
> Sent: Monday, March 13, 2006 7:47 PM
> To: 'Roland Guidry'
> Subject: RE: [LOGic] Program Help!
> 
> Are you asking how do you convert the numeric value "5" to the word
"Five"?
> 
> Bill K1UQ
> 
> -----Original Message-----
> From: logic-bounces at mailman.qth.net 
> [mailto:logic-bounces at mailman.qth.net]
> On Behalf Of Roland Guidry
> Sent: Monday, March 13, 2006 7:11 PM
> To: logic at mailman.qth.net; 'Roland J. Guidry'
> Subject: RE: [LOGic] Program Help!
> 
>  
> That does not work. I made an error in my email. I should have said 
> STR instead of CHR. In any case. I get
> 
> Power: 5
> 
> Whenever I use Xavier's expression. Anyone know what is going on here. 
> How do I convert Numeric to Character for the Field: PWR
> 
> Roland
> 
> 
> -----Original Message-----
> From: Xavier & familia [mailto:xavier_bhk at telefonica.net]
> Sent: Monday, March 13, 2006 1:50 PM
> To: logic at mailman.qth.net; Roland J. Guidry
> Subject: Re: [LOGic] Program Help!
> 
> 'Power: ' + STR(Log.PWR)
>  
> must work, and better
>  
> 'Power: ' + ALLTRIM( STR(Log.PWR) )
>  
> will 'kill' all blank spaces
>  
>  
> 73 de Xavier, EA3BHK
>  
> -------Mensaje original-------
>  
> De: Roland J. Guidry
> Fecha: 03/13/06 20:41:12
> Para: logic at mailman.qth.net
> Asunto: [LOGic] Program Help! 
>  
> I am working on a new QSL card to print in Logic 8. I would like to 
> print my
> 
> station info. and the transmit power I enter in my log. 
>  
> I have tried writing an expression of: 'Power: ' + Log.PWR, but that 
> didn't work, so I tried 'Power: ' + CHR(Log.PWR) and got:
>  
> Power: 5
>  
> Can anyone help me come up with the command to convert the log pwr 
> data from
> 
> numerical to characters so I can use it in the expression above. 
> "Help" did not help me with this problem.
>  
> Thanks,
>  
> Roland, NA5Q
>  
>  
>  
> The electronic transmission (and/or the attachments accompanying it) 
> may contain confidential information belonging to the sender, which is 
> intended only for the use of the individual or entity named above. If 
> you are not the intended recipient, you are hereby notified that any 
> disclosure, copying, distribution, or the taking of any action in 
> reliance on the contents of this information is strictly prohibited. 
> If you have received this transmission in error, please contact the 
> sender immediately and delete this (and/or any attachements) from your
computer.
> _______________________________________________
> LOGic mailing list
> LOGic at mailman.qth.net
> http://mailman.qth.net/mailman/listinfo/logic
> 
> _______________________________________________
> LOGic mailing list
> LOGic at mailman.qth.net
> http://mailman.qth.net/mailman/listinfo/logic
> 
> _______________________________________________
> LOGic mailing list
> LOGic at mailman.qth.net
> http://mailman.qth.net/mailman/listinfo/logic
> 

================================
WHEN REPLYING, PLEASE INCLUDE A COPY OF
THIS MESSAGE IN YOUR REPLY.  THANK YOU.

Personal Database Applications
1323 Center Dr.
Auburn, GA  30011-3318 USA

770-307-1511
770-307-1496 tech support

Check out our web page! Tell others about it!  Thanks.

          http://www.hosenose.com/




More information about the LOGic mailing list