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 strongm 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: *

  1. EKelly

    dao field type wrongly identified

    Hello all, I have a quick question. I am using DAO through Visual Basic to retrieve the structure of a MySQL database. There is a field on the database with a field type of Decimal. It is 9 long with a decimal place of 6. However the fld.type property of this field is identified as 10 - which...
  2. EKelly

    Connection problems

    Hi all, I have searched previous posts and gotten some help on this problem but as i am new to Oracle some of the help is a little advanced for me. The problem - Oracle database is installed on a HP machine with win XP. Oracle App server is installed on another machine on the network with Win...
  3. EKelly

    remote desktop and ftp problems

    Thanks guys, that sorted the remote desktop error message! The only problem is that i still can't ftp. I think that this might be related to problems I am having with IIS. The default web site and ftp site in IIS are not running and when i try to run them i get error messages. One is "port...
  4. EKelly

    remote desktop and ftp problems

    Morning all, I have a big problem and i haven't a clue how to fix it. I don't know a huge amount about server 2003 but this morning i tried to remote login to the server on our network form my xp machine and i get the following error "Your interactive logon privilege has been disabled". As far...
  5. EKelly

    IIS with JBoss - twice!

    Hi all, I am trying to set up an entry in IIS for a web site that will use the JBoss connector. There is already another website on the server that does that and I am trying to mimic its settings for the new site. I have started to gain some understanding of IIS in this process. When I try to...
  6. EKelly

    User32.dll

    Morning all, I am running a VB exe on an NT machine that uses the user32.dll to change the colours of a mdi form's menu. (code i picked up on this forum - very handy). The error says that the user32.dll can't be found but it is there. Any suggestions? Could it be damaged or do i have to do...
  7. EKelly

    .seek method and bookmarks

    To quote D.A.O. help Bookmark A property of the Recordset object that contains a binary string identifying the current record. If you assign the Bookmark value to a variable and then move to another record, you can make the earlier record current again by setting the Bookmark property to that...
  8. EKelly

    .seek method and bookmarks

    Hi guys, I have searched previous strings but i can't seem to find the answer i'm looking for. I'm sure its something simple though. I am implementing a multi user version of our current application. In short i use the .seek method of DAO to find specific records. When i find the record i am...
  9. EKelly

    DAO Recordsets

    Hi guys, I have searched through a lot of previous posts for an answer but can't seem to find what im looking for. I am working on an existing application that is accessing an Access DB through VB with DAO. When the application starts the first thing it does is to open every Access table via...
  10. EKelly

    Create table with DAO

    That sorted it for me! Thanks for your help vladk.
  11. EKelly

    Create table with DAO

    Im not familiar with that method?
  12. EKelly

    Create table with DAO

    It is an large existing system that I am editing and that was the way it was written.
  13. EKelly

    Create table with DAO

    Hello all I've searched through a lot of previous strings for this topic and I can't find what i'm looking for so i'm hoping someone can help me. I am simply trying to create a new Access table through DAO in VB. When I try to append my newly defined table I get an "Invalid Argument" error. I...
  14. EKelly

    Embed External Application (Newbie)

    I'm not very well versed on Unix but I would imagine that you could use a socket in order to make a connection and communicate. Have a look at this website, it might be some use to you. http://www.vbip.com/winsock-api/connect/connect-01.asp Hope it helps.
  15. EKelly

    Embed External Application (Newbie)

    If you place a web browser control on a form you can use the .navigate property of the control to open files in that browser window. Hope that helps.
  16. EKelly

    Email

    Hi all, Before I ask this question I would like to do a search for the answer but the search facility is down at the moment so I don't have that luxury. I am trying to send email from VB. I am using an SMTP mail object to do so. The following is the code Public Sub SendMail() On Error GoTo...
  17. EKelly

    procedure too large

    Hi guys, Just a quick question. I have a VB procedure that gives the error "procedure too large". I can't break it down any futher. Does anyone know what the max amount of lines of code in a procedure is? Do comments count in this figure? Thanks Erin
  18. EKelly

    Editable Text Box

    Your right mmilan, i am spoilt for choice! The set focus idea was a winner! Worked like a charm. Thanks again guys
  19. EKelly

    Editable Text Box

    Thanks for the tips guys!
  20. EKelly

    Editable Text Box

    Hi all, I have a text box which I want my users to be able to enter information into. They do so by clicking a button next to the text box which opens a new screen, and selecting what they want from there. They click 'ok' on the new screen and the text box is filled with their selection -...

Part and Inventory Search

Back
Top