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

    RenderControl and HTMLTextWriter in VB Class

    I am trying to dynamically change properties on an Image and then render the image to the browser. RenderControl looks like it would do the trick but I can't figure out how to use the HTMLTextWriter. If possible, I would also like perform some functionality like Response.Write but this doesn't...
  2. sifitz

    Trusted Connections without Password Prompt

    Hi I have some reports that I have created that I would like to use a trusted connection to refresh the data. I am using the CRViewer on a webpage. Is there a way of allowing a trusted connection without a password prompt? The report needs to be secure so passing passwords as parameters in...
  3. sifitz

    Outlook MailItem From Field

    Hi I have created an email from a VB project that works fine apart from one thing. I want to be able to change the address that the email is sent from. You can do this is Outlook manually but I want to do it in code. How can this be done? Thanks SiFitz [afro]
  4. sifitz

    Folder.Files Collection

    Hi, I want to print out all files in a folder that suit certain criteria. I have a large amount of files and a number of criteria to meet. The first criteria I have is a filename filter. In VB you can use the Dir Function with a filter string. e.g. *.gif for all GIF files. Is there a method...
  5. sifitz

    CreateObject(<class>, <server>)

    Hi, I have a custom made ActiveX EXE placed on the server that I call from client machines. I can get a class to work fine for me (that is on any PC that I am logged into), but for any other user profiles, it fails. Can anybody tell me where I may be going wrong? Thanks, Si Further...
  6. sifitz

    430: Class does not support Automation

    I have a DLL I have created in VB and my application calls classes from this DLL. I have installed the application and DLL on all client machines and all have been fine except one. This machine does not have conflicting versions of the DLL. Also, I haven't change the project from an ActiveX Exe...
  7. sifitz

    Sending Email

    I would like to send email automatically and wonder how I can do it best. Attempt 1 I have tried using the MAPIMessages Control but I really want to get rid of the prompt telling the user "A program is trying to send email...". Even setting MAPIMessages.Action = 3 (from...
  8. sifitz

    Remote CreateObject()

    Hi, I am trying to use CreateObject to access an object on a networked server and according to the help I need to give the name as such Set objTest = CreateObject("class", "servername") Possible solutions I have managed to find are:- 1. I need to turn off internet security...
  9. sifitz

    Development Environment

    Hi, We have got a FoxPro 2.6 database that we need to amend but we haven't got a version of the FoxPro development environment. Does anyone know where I can get an installation of this? Thanks, Si Fitz [afro]
  10. sifitz

    CDONTS Configuration

    Hi, I have some CDONTS code that worked up until recently and it has stopped working. I have the Default SMTP virtual server running with IP address set to (All assigned). All other settings are the default values but when I try to send the email, it appears in the mailroot/queue folder. We...
  11. sifitz

    Page Expired Message

    Hi, How do you prevent users from using the browser's back button and re-entering data in a form that has just been posted. I have often seen the "Page Expired" message and would like to use that. Is this a web server issue? I am using IIS 5.0 Thanks, Si [afro]
  12. sifitz

    ADO connections

    I have some code calling queries on a SQL Server 7 database using ADO via ODBC. I have explicitly declared only one connection at the start of the code. After that I can use multiple recordsets using the same connection but sometimes it creates new connections that I haven't declared. (I have...
  13. sifitz

    MS Office-Bar style form

    I am trying to get a form to be displayed like a Microsoft Office toolbar: a moveable toolbar that fits perfectly into the screen. It also makes other applications fit around it when they are maximised. These are the two features that I am looking for but can't figure out. Does anybody know how...
  14. sifitz

    Triggers calling external procedures

    Is there a way of using the triggers to call some code outside of SQL Server? I would like to send an email on a particular date in a table. I have been told that this can be done but I can't figure out how. Is it possible, or have I been told wrong? Thanks Si Fitz
  15. sifitz

    I have an ASP page calling data fro

    I have an ASP page calling data from a SQL Server 7 database. Every so often the page crashes with a timeout error (below in bold). It appears the problem only happens if there has been no access for a while (however connection pooling seems to be working properly and errors don't occur every...
  16. sifitz

    Style Property on Dynamic Buttons

    I am creating CommandButtons on the fly in my VB code and I am setting the properties when the code creates each button. I want to assign pictures to the buttons (which requires the Style to be set to Graphical (1): the default is Standard (0) ). So I need to set the Style Property, however...
  17. sifitz

    Usernames

    I want to get the windows user details. I can get the username using the API call GetUserName but I want the real name of the user. How can I do this? Also does everybody know about the Windows API forum? It seems virtually unused compared to this forum. I have posted this message here in the...
  18. sifitz

    GetUserName

    I have been using the GetUserName function to find the windows user. But I would like to find out the real name of the user. How would I find this? I am using VB6. Thanks, Si Fitz
  19. sifitz

    NT Authentication

    I have setup up my SQL 7.0 DB to use NT authentication and I have created and NT user. The NT user should have limted access to some databases, however when the NT user logs in (opens SQL server when logged into Windows 2000 pro), the user can see everything and has no restrictions. I have...

Part and Inventory Search

Back
Top