Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: TheVMan
  • Content: Threads
  • Order by date
  1. TheVMan

    Every Email Goes Bad?

    I have a Win2k Server SP3 running IIS/SMTP that is acting strange suddenly. Each time I attempt to send an email, it goes straight into the badmail folder. I get a .bdr, a .bdp, and a .bad file. The .bdr file is the only thing with an error code, 0xC00402C7, which I can't find anything about...
  2. TheVMan

    Funky Caching Going On

    I'm really at my wits end, and hope for a second opinion. Environment: Win2k server/IIS 5/ColdFusion MX Problem: Can't get .cfm pages to load properly in web root directory. My first test of my new CF install was a file test.cfm. No code, just the text "test page". Kept getting...
  3. TheVMan

    8.1.7 Setup Won't run on Pentium 4 Processor

    I have a box that I'm trying to install Oracle 8.1.7 on. It is a P4 1.8Ghz with 1 gig of memory, and Win2k server. Seems like it'd be plenty. When I try and run the setup file off the CD, it doesn't do any thing. I can monitor the processes on the server, and I see that it starts setup, but...
  4. TheVMan

    Restricted Access to Site

    I wish to restrict access to my site as a whole, to ensure users cannot bookmark individual pages inside the structure, and must enter through the index page. Can anyone point me in a good direction to restrict access to the internals of my site? I do not want to have to control user IDs and a...
  5. TheVMan

    Windows 2000 Permissions Problem???

    Also posted in Windows 2000 Server Forum... I am having a problem with a batch process running on a Windows 2000 box, and I believe it is caused by a permissions setting somewhere in Win2K. The process is a VBScript file that spawns multiple processes, using WScript.Run(). The spawned process...
  6. TheVMan

    Windows 2000 Permission Problem?

    I am having a problem with a batch process running on a Windows 2000 box, and I believe it is caused by a permissions setting somewhere in Win2K. The process is a VBScript file that spawns multiple processes, using WScript.Run(). The spawned process then creates an object and does work. I have...
  7. TheVMan

    Open at 200%view without setting in preferences

    The default view in Acrobat Reader is the "Fit to Window" option. All my users are opening PDFs via URL on a web page, and I'd like to have it open at 200% by default, without the users having to go in and change the default setting (that's too hard for some reason). Any tips...
  8. TheVMan

    Getting Data from Teradata Help Statistics

    In Teradata, a HELP STATISTICS TABLE_NAME returns the date, time, and number of unique values by column name, in the format: DATE TIME UNIQUE VALUES COLUMN NAME 5/5/2002 7:00am 84,000 ACCOUNT_ID The question is, I can't figure out how to parse...
  9. TheVMan

    Version Control

    We're evaluating paths to take for version control. Things like source safe seem to give a platform to keep copies of your files and allow you to provide descriptions of your changes. On the other hand, we're thinking about developing an in house application, to actually record imports and...
  10. TheVMan

    Teradata Connectivity

    I'm pretty new to Visio. I'm trying to get my database model into Visio. I'm trying to import an Erwin model. I can't get a Visio Data Source for Teradata created. I can get existing connections to use the existing Teradata ODBC connection, but that won't do. Is there a workaround? Thanks...
  11. TheVMan

    Start Button

    Does anyone have any tips on changing the color on the green start button? V
  12. TheVMan

    Database select on values in another CFQUERY

    I have two queries, one dependent on on the other. The first query is as follows: <cfquery name=&quot;Query1&quot;> SELECT A, B FROM TABLE WHERE A = '#form.field#' </cfquery> This query obviously queries on a value passed from another form. Multiple rows can be returned based on that...
  13. TheVMan

    Field to small when data formatted as MM/YYYY?

    I keep getting this error: The field into which you tried to insert or paste data is not large enough to hold the data. Try inserting or pasting less data. In my query, I derive the date in the format MM/YYYY. The Query looks like this: DatePart(&quot;m&quot;,[Date]) & &quot;/&quot; &...
  14. TheVMan

    Field too small in report when deriving Month/Year

    I keep getting this error: The field into which you tried to insert or paste data is not large enough to hold the data. Try inserting or pasting less data. In my query, I derive the date in the format MM/YYYY. The Query looks like this: DatePart(&quot;m&quot;,[Date]) & &quot;/&quot; &...
  15. TheVMan

    Year To Date Totals If Fiscal Year Doesn't Start Jan1

    The organization using my DB has a fiscal year that starts Apr 1. They have reports that should be based on that fiscal year. The only date sensitive data is records are added based on the date, and they need to be reported on by their Fiscal Year. I guess my first idea was to create a table...
  16. TheVMan

    Totalling by Month, Quarter, and YTD in groups.

    I have a report that has date, two columns (codes) that the report is grouped by, a name, and a dollar amount column. The report is as I said grouped by the two code columns, and it displays the name, date, and dollar amount. What I'm trying to do is while grouping by the first code, broken...
  17. TheVMan

    Check control to see if data was entered

    I'm trying to trap errors, such as whether or not a user actually entered a value in a text box that is passed to a query. For example, the control txtControl had no data entered, and when the user hits the next button my code looks like this: Dim stDocName As String Dim stLinkCriteria...
  18. TheVMan

    Pass value from unbound control to form

    I am not sure if I'm going about this wrong or what. I have a form where the user enters a partial string in an Unbound Control. The button is pushed which opens the next form and passes the value in that control to the next form. I'm certain that piece is working OK. The problem I'm having...
  19. TheVMan

    Access Query - Too Few Parameters Error Expected 1

    I have the following query: <CFQUERY datasource=&quot;Metadata&quot; name=&quot;ObjectList&quot;> SELECT objects.Class_Name, objects.Object_Name, objects.Object_Description FROM objects WHERE ((objects.Class_Name) Like &quot;*Entity*&quot;) </cfquery> It works in Access just fine, just as...
  20. TheVMan

    Access page in frameset with variable

    I have a page that I'd like to be able to have people access, which is kind of deep in my site structure. Problem is, I use frames and want them to be able to access the page with all the frames intact. When I send them a link to access it, it would look like...

Part and Inventory Search

Back
Top