Hi,
I have a table with Silo numbers listed in them, but they're listed as alpha, not numeric.
So when I do a sort, I get:
1
10
11
2
3
4
...
Instead of:
1
2
3
4
...
10
11
Is there any way around this?
Thanks.
Never mind, but thanks for stopping by.
I had to register the Excel.exe with the /REGSERVER command, and so far that seems to have solved the problem.
Thanks again.
Hi,
I don't know what's going on. Trying to install a program on our "terminal services" server and it won't recognize the "Excel9.olb" library file.
Any ideas?
Thanks,
Rougy
Anybody familiar with terminal service issues?
We're starting to use it here at the plant, and it's not letting my VB6 programs print Excel spreadsheets like it used to.
I'm getting a "DLL not found" error.
Thanks.
Hi,
Anyone know a way to add items to a menu programmatically?
I'm doing pop-up menus for "product" descriptions, and I'm keeping the products and descriptions in an SQL file.
What I'd like to do is read the SQL file and load the menu at start-up.
Thanks,
Rougy
Hi,
I might have to do this with some SQL reads, but I was hoping I could do it this way.
Load combobox1 with the names and a combobox index.
Load combobox2 with the SQL RecIndex and a combobox index.
Load combobox3 with the name descriptions and a cb index.
So...what I want to happen is to...
Hi,
I can't seem to find how to reference and send a row of data to a form's textboxes in winform mode.
With a flexgrid it used to be something like:
With form
.textbox(1) = .flexgrid.TextMatrix(.flexgrid.Row, 1)
.textbox(2) = .flexgrid.TextMatrix(.flexgrid.Row, 2)
.textbox(3) =...
RiverGuy, you're a peach. Thanks.
An FYI for future searchers: here's some code from MS that helps (I'm a Google champ, but this took me over an hour to find).
http://www.microsoft.com/downloads/details.aspx?familyid=28fd458f-5571-42b4-a2fe-09b69ddf0863&displaylang=en
It's the only set of...
Hi RiverGuy,
I remember you. You've helped me out before.
Could I bother you for some more info? A snippit of code.
I don't get the DataTable thing.
I've got a dataset and I've used dataviews but never a datatable.
Hi,
I'm trying to format this here dad-gum datagrid and well, dip me in horse feathers, I can't cypher it t'all!
Ch'all got any links or add-vise to help me on my way?
Done found the "TableStyles" and the "DataGridColumnStyles" but when I make the changes it don't seem to make no diffrence...
Thank you very much, everyone, for your professional wisdom.
The reason I was choosing a function is because I thought that a function was the only thing that would return a value (that's the way it is in vb).
I can't figure out how to do the insert from vb and get the record index at the same...
Hi,
I'm stepping up to VB.net and just read an article about using stored SQL functions.
Though I use SQL for my database, I've never had the need to write a stored SQL function before, but this sounds like a good idea.
Would anybody have the time to show me a simple function that inserts...
Hi,
This used to be very easy in VB6, but it's quite a bit more complicated in VB.net.
I used to be able to mark the *.exe as "shared" and then run it from a network drive (say the V:\ drive).
Not that easy any more.
Any guidance would be very much appreciated.
R
Hi,
I need to transfer focus to a multi-lined textbox.
When I do, all the text in the box is selected.
I'd like to deselect the text and position the "bar" at the beginning of the text, at the top.
Any ideas?
Thanks
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.