Our BCS was installed in 2000, and has no LAN functionality (i.e. C-LAN etc...). We have the typical 100+ digital ports (sets are 6402D), and 16 analog ports for modems/fax/etc.
We just came across the need to extend a 6402 across the LAN. This location is connected via a wireless link with no...
Thanks Tony. This does indeed do exactly what I need.
btw: do you know a good reference website (besides MS) for the Excel Object Model? I learned the trick of using the macro recorder some time ago, but sometimes this still isn't enough.
Thanks again,
Mike
Sorry to tag onto a completed thread, but this topic is so close to what I need....
I need my macro to cycle through all the currently selected cells. Is there something like:
For Each Cell in Selection.Cells
'process contents of Cell
Next
It is possible that my selection will not be a...
I wish to write a 'virtual tapedrive' for use on my Linux system (gcc 3.2.2). The code will be your basic I/O filter (with enhancements of course). If I call it 'vtape', here is how I imagine using it:
Backup:
tar -c /home | vtape
Restore:
vtape | tar -x
Within vtape.c, can I tell which...
I would like to dual boot an XP system so that the HD is partitioned in two, and each partition is a completely independent WinXP install. Is it possible so that when the second partition is booted, it shows up as C: (in the old days, the drive letters were assigned to partitions in their...
Thanks for the tip Zameer, but after some ListView searching, I can't find an example that groups rows for the purpose of expanding/collapsing. Here's a screenshot from my Outlook of the type of window I need.
screenshot
-Mike
I am designing a VB6 app, and the type of control that would be perfect is the Tasks view from Outlook 2000. It's kind of like a grid with several rows/columns. The sort order can be changed to any of the columns. Here's the part I need: Multiple rows can be Grouped By some criteria. Then...
I've been messing with this "simple" need, and CSS was just getting more complicated.
I just found a non-CSS solution that works exactly perfect for my need!
<table rules="rows">
That's it!
I'm not sure what the browser support is like, but this is a non-commercial application.
Thanks to all...
Chris,
Your solution looks very clean. Unfortunately, I still get a border line between my two columns. I've inserted the code in the hopes that I'm making a syntax mistake. Also, I guessed at how to "put this code" in my style sheet.
-thanks
Oh yeah, using IE6.
<html><head>
<style...
Hi Todd,
If you mean "create a table for each row...", I tried this with negative results. The problem is that I want both columns to align correctly. If each row is a separate table, I would have to force a fixed width on the first column to achieve this. I want this first column to...
Just read my own post, and I'm not sure it was totally clear.
Borders I have:
+-----+-----+
| A | B |
+-----+-----+
| C | D |
+-----+-----+
| E | F |
+-----+-----+
Borders I want:
+-----------+
| A B |
+-----------+
| C D |
+-----------+
| E F |
+-----------+...
My table is many rows, by 2 columns. I want a border around each row. Put another way, I want borders everywhere except between the 2 columns.
My trolling has only found one solution: for each <TD> in col #1, define top, left, and bottom borders. Then for each <TD> in col #2, define top...
Thanks Katy, I'll check it out.
p.s. Jarl: There isn't an Oracle specific SQL forum on Tek-Tips. The Oracle Developer forum is MUCH more broad than just SQL, so it was a better bet to pick a generic SQL forum. Also, my basic SQL statement is not 'Oracle specific' just because it runs on...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.