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 bkrike 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: humour
  • Content: Threads
  • Order by date
  1. humour

    inserting a null value via strongly typed dataset

    I know its out there.................. the answer - but I have tried and tried and tried to find it using seach and I cannot. Undboutedly someone will point me to the answer in another thread or FAQ. environment: VS 2005, Sql Server Express Language: vb.net I have a strongly typed dataset -...
  2. humour

    OLEDB Recursive code eventually drops relational service

    OLEDB Recursive code eventually drops relational service I think this is what is happening. I use vb.net If I use oledb continuously opening, closing, connecting and destroying the Connection object my app eventually stops working. It seems the relational service stops working. After the app...
  3. humour

    TabIndex on WebUI Panels

    I noticed that when I place a UserControl on a webform like so: <uc1:uCalendar ID="UCalendarIncidentDate" runat="server" /> The TabIndex property isn't available? Why? To get around this problem I have contained the uCalendar control - which is really 3 controls, a TextBox,Button, and the...
  4. humour

    System.Web.UI.Page passed into a class function

    What I want to do is have a general class function that I can instantiate on any of my intranet pages and have it check for a cookie (which stores my employee id). No cookie found the code will redirect to a page and ask you for it (pretty simple). I do it in ASP but the function is part of an...
  5. humour

    Best place to purchase AutoCad? How much is it?

    Simple question. Someone please point me to the best place where I can get answers to the following questions. 1) What website can explain the different Autocad versions that are available? 2) Where is the best place to order Autocad from? 3) How much will it cost me for 1 license? 3) How...
  6. humour

    Error Loading component - Creating ODBC Client Datasource

    As part of the BusinessVision accounting packaging I get a Btrieve database engine and odbc components. ** I have a few problems listed below, underneath my problems I have listed the version #'s I think are relevant. Prob #1 Error: Msgbox Title: Pervasive ODBC Client DSN Setup error: Failed...
  7. humour

    Error loading component while creating odbc datasource

    As part of the BusinessVision accounting packaging I get a Btrieve database engine and odbc components. ** I have a few problems listed below, underneath my problems I have listed the version #'s I think are relevant. Prob #1 Error: Msgbox Title: Pervasive ODBC Client DSN Setup error: Failed...
  8. humour

    Mouse over a smaller image and display a large one?

    re:Mouse over a smaller image and display a large one? Because IE now almost always doesnt display popups (unless the user clicks to allow them). I want to: - Throw away my old web-design which had users click on a smaller image and have a larger image popup in a new browser window... What I...
  9. humour

    Need a simple BAT or (shell) script, newbie question.

    This is what I want. Filename : sol.bat ( or sol.XXX) where xxx is some extension. What the program should do.... 1) Append the date and time sol.bat was executed to a file. 2) Run sol.exe (The solitaire program). ---------------------------------------- Yes I wnat to monitor an employee...
  10. humour

    Using CSS styles with Firefox and Netscape

    I have added several versions of <browsercaps> sections to my web.config file without success. What can I do to get this simple code to work with Netscape/Firfox/Safari (other browsers). I dont really care too much about most of the style sheet elements other than padding-left, padding-right...
  11. humour

    Language Hyperlink - A Simple Newbie Question

    I want to use the hyperlink class to set a session variable that will control the language displayed on the website for the rest of the session. I am sure this can be done... But I havent found an example on the net. I want the equivelent of this code but for a hyperlink. Private Sub...
  12. humour

    Microsoft Tree Control

    Is it true that the microsoft tree control will ONLY render correctly in IE (specific verision and above). If this is true can someone reccommend a tree-control that will render correctly in most browsers...
  13. humour

    0x800ccc19 error while recieving only email with Excel attachments

    I have a pop3 external email provider I am baffled.... - I have uninstalled Mcafee and rebooted - I have duplicated the problem on several pc's - attachments of other file types work fine I keep getting this error 0x800ccc19 during the reciept part. I am going bonkers... any help appreciated.
  14. humour

    What is : Subject: DON'T DELETE THIS MESSAGE -- FOLDER INTERNAL DATA

    I am having horrible problems recieving attachements (especially .xls (excel) files) on my windows email clients. I use a pop3 server external. Occassionally I get this email message with the subject line below in my inbox.... Subject: DON'T DELETE THIS MESSAGE -- FOLDER INTERNAL DATA it...
  15. humour

    Batch Update - using VBA - need help is this code correct?

    The code below works just fine....(simplified for clarity) BUT... I am not an expert on LockTypes or the Update options I have when parsing through a record set. Is the code below the most efficient? Specifically am I using the right lock mechanism. There will only be one user updating...
  16. humour

    TextBox.Text only references old data in the datagrid.OnUpdateCommand

    language: VB.NET database: MaxDB published by MySQL (this is not a MySql database it is different). version: v1.1.4322 (does this make sense, I took it from the folder name located on my server here: \\server\winnt\Microsoft.Net\Framework Database Connection: Imports ADODB or ADODB The problem...
  17. humour

    Microsoft OLE DB Provider for ODBC Drivers - not working for me

    re: .net, dotnet connect via System.Data.OleDb MSDASQL.1 (MAXDB/SAPDB - published by MYSQL) I have the vb.net Visual Studio STANDARD edition and cannot use "Server Explorer" with Microsoft OLE DB Provider for ODBC Drivers - it is restriced to MSDE and Access and MS SQL. I am hoping this only is...
  18. humour

    Is the best way to do a singleton select - asp/Access?

    QueryStr = "Select UpdDateTime From ctTable where ID= 1 " rsQuery.Open QueryStr, DB, adOpenForwardOnly, adLockReadOnly If Not(rsQuery.eof) Then DT = rsQuery.fields("UpdDAteTime") End IF etc...
  19. humour

    EDI - how can I do it cheaply and easily - please help.

    I want a very cost effective solution that will scale as my capabilities grow. I currently am committed for the next couple of years at least to using a non edi compliant accounting package (BusinessVision). Currently I use an EDI service wherin we use a fax machine to send paper copies to a...
  20. humour

    newbie: What is good or great software to create .pdf files

    I know there is many ways to create .pdf files. I have a user that currently does it using Pagemaker. She is trying to convince me that we should spend the money on an "Adobe" product to create .pdf files. She says it would be faster and more flexible and worth the money. What she needs to do...

Part and Inventory Search

Back
Top