Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb thread: Multi column list box


Message #1 by "Daniel O'Dorisio" <dodorisio@h...> on Fri, 7 Sep 2001 10:06:03 -0400
I just use windows telnet. I havnt checked into that yet

-----Original Message-----
From: Pardee, Roy E [mailto:roy.e.pardee@l...] 
Sent: Friday, September 07, 2001 2:01 PM
To: professional vb
Subject: [pro_vb] RE: Multi column list box


Is your telnet client scriptable?  Maybe you could automate it in some
way?

-----Original Message-----
From: Daniel O'Dorisio [mailto:dodorisio@h...]
Sent: Friday, September 07, 2001 10:31 AM
To: professional vb
Subject: [pro_vb] RE: Multi column list box


Awsome!! Looks great. Exactly what I wanted and it dosnt allow mutiple
selects.. Perfect. 

One other question.. You don't have any pointers for sending shell
commands to a unix server do you? I need to run an awk script to
generate a file then ftp it back to the client (the ftp I think I can do
with the internet control) I just am not sure how to send the commands. 

Through telnet I do this:
Login with username and password.
$ awk '{FS=","}{if($2 = "\"10001\"|)print $0}' /usr2/meddata1/imgcat.dme
> /usr/viewer/temp.lst

It will then process the script and then I can ftp.

daniel

-----Original Message-----
From: Guy Hedley [mailto:ghedley@e...] 
Sent: Friday, September 07, 2001 1:16 PM
To: professional vb
Subject: [pro_vb] RE: Multi column list box


Yes, set the LabelEdit property to lwManual (which may be the default)
and it's all read-only.

Implementing Edit to any cell is more involved, usually done by placing
a TextBox control exactly where the cell is and removing it when done,
having copied the new data to the ListItem or its SubItem.

Also, you can set the FullRowSelect to True which I find better if you
are dealing with whole rows instead of individual columns.

Guy

-----Original Message-----
From:	Daniel O'Dorisio [mailto:dodorisio@h...]
Sent:	07 September 2001 17:33
To:	professional vb
Subject:	[pro_vb] RE: Multi column list box

Wonderful!!! Can it be set to read only?

daniel
---
You are currently subscribed to pro_vb as: dodorisio@h... To
unsubscribe send a blank email to $subst('Email.Unsub')


  Return to Index