You know I like this forum because of the qualified people that reply and the speed with which they reply, but I don't appreciate the sarcasm and belittling sideways comments that Zelandakh and 58sniper are directing at me.
Nothing in my post was intended to be funny. I come to this forum...
Why do you keep taking shots at me? I AM the email admin of a 1-man operation and I am trying to learn how to manage my Exchange server. The person who set it up for me has a "Mail Back-up" folder on my other pc and it is getting large.
Bobba Buoy
Just trying to make sense of it all ...
I have a large *.edb file that I need to clean up but it is too big to open with notepad. Any ideas?
Thanks~
Bobba Buoy
Just trying to make sense of it all ...
I have a site that allows users to create their own slide shows and I want them to be able to embed music that starts automatically (and, hence, needs no controls). I want them to be able to upload a file (that I will store the link to in a db) so that when their slide show starts the music...
Wow! Thanks.... I will look into all of that. I have an asp upload control that I have been using and it works fine but I am unaware that the security issue was such when allowing files to be uploaded.
Thanks for answering questions that I didn't ask but should have! :)
Bobba Buoy
Just...
I have a site that allows users to create their own slide shows and I want them to be able to embed music that starts automatically (and, hence, needs no controls). I want them to be able to upload a file (that I will store the link to in a db) so that when their slide show starts the music...
I got this a slide show online and I am working on modifying it. Here are my problems:
1) I am trying to feed the array with a dynamically populated asp array.
2) I would like to include text regarding each image.
The page can be viewed in its current state here...
Thanks. The first one worked. Are any of these methods faster than the others when working large tables?
Bobba Buoy
Just trying to make sense of it all ...
I am new to stored procedures and I am trying to get a record count from a recordset. Here is my stored procedure:
CREATE PROCEDURE sp_run_total
(
@beg_date datetime,
@end_date datetime,
@mycount bigint
)
AS
SELECT @mycount = COUNT(*)
FROM RunTrng
WHERE...
Yeah I had done that but it turns out that there is a "slammer worm" patch that had to be downloaded. Once I did that it worked just fine.
Bobba Buoy
Just trying to make sense of it all ...
I finally added WinXP SP2 to my system yesterday (along with a lot of other security updates/patches through Automatic Updates) and now my backups and data exports are failing. Further, when I open my "Enterprise Manager" and try to export data ("All Tasks-Export-...") using the Import/Export...
Yep. That is what the cdl stands for. And, yes the "\page" worked beautifully!
Thanks again everyone~
Bobba Buoy
Just trying to make sense of it all ...
Ahh, I see. I will try the \page approach. If you do not hear from me you will know that it worked. Either way, thank you all very much again for all of the help!!!!
Bobba Buoy
Just trying to make sense of it all ...
I am creating this programmatically in a vb app and using a cdl to open and print. I show it online by placing it in my web server and making it available via a link.
Bobba Buoy
Just trying to make sense of it all ...
I am generating the rtf file using:
Set fs = CreateObject("Scripting.FileSystemObject")
sFileName = sPath & "\" & sEventName & "_Reg_Form.rtf"
Set fname = fs.CreateTextFile(sFileName, True)
And printing/posting online as needed. It is a registration form for a fitness...
Sorry about the delay in getting back to you all. This is very useful. The document is a *.rtf file that I am generating and I want to insert a page break depending on the length of the document. Right now I am inserting blank lines using the following code:
If UBound(Races, 2) > 2 Then...
I have had trouble with being used to relay from my exchange server but it is configured to prevent this. Is there any way that someone could get in to my server to relay via my CDOSYS web code?
Thanks~
Bobba Buoy
Just trying to make sense of it all ...
Hi. I am hosting several web sites on my web server (Windows 2003 Server) using a WIndows 2000 Server for my domain controller. The only bad thing about my system set up is that my Exchange Server is on my domain controller.
I am hosting my own primary and secondary name servers for my web...
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.