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

  • Users: sukip
  • Order by date
  1. sukip

    Cannot open database, permissions issue

    Thankyou for your responses. I have managed to resolve the problem, must admit it was lack of user information. The user that could not access the database had upgraded to office 2003 thus the Ms Access 97 would not load. The only option I could see feasibile was to install Office 97 version...
  2. sukip

    Cannot open database, permissions issue

    Have 4 users who have been accesssing an access database, one of the users applied Win Xp sp2 and since then she cannot open the access database. The access database is 97 version. Everytime she clicks on the shortcut, she gets the following dialogue box: The Current user account doesn't have...
  3. sukip

    Uploading files to a Web Server using FTP

    can U pls email Ur activex dll. Much appreciated. thanks. My email: sukip@hotmail.com
  4. sukip

    Query to select the first record in a group of repeating records

    Look up DISTINCT keyword under Access Help..
  5. sukip

    Triggering a VB exe

    Check out thread181-35451
  6. sukip

    Running VBA Modules in Excel 2000

    Cool, that worked. Cheers
  7. sukip

    Running VBA Modules in Excel 2000

    We have migrated to Office2000, have a automated excel97 application that is auto started via vb6 project. The excel97 has an autoexec module with auto_open as sub procedure. All was fine upto this migration. I have searched MS Technet but cannot find soln, did find one article stating that...
  8. sukip

    Query(system error)

    It is most likely a VB6 problem but check these following links out for possible solution: http://www.diax.ch/users/cmu/DynamIP/DIPerrsystemerror.htm http://support.microsoft.com/support/kb/articles/Q216/2/78.asp To get more links just type your error message into goggle search. best of luck
  9. sukip

    ACTIVEX CANNOT CREATE OBJECT

    For help try www.google.com and enter "ActiveX cannot create object" into search box. It came up with quite a few hits - maybe one of those will answer UR question/s.
  10. sukip

    How to change keys

    I'm not sure you change the key combination. To disable users from getting acces to the database window, i use the AllowBYpass key setting( see access help), set this to false and i have a password protected area for Admin access or you can user an hidden button on the main form. Also look up...
  11. sukip

    anyone know of any ASP online courses?

    Hi, Try out the following links: www.activeserverpages.com www.vallin.com www.ofifc.org www.4guysfromrolla.com best of luck
  12. sukip

    VB6 - Cannot load frm

    John i have tried your suggestions but no joy in loading this form. I renamed the .frx but still frm refuses to load. Looks like i'll just have to recreate it and cut and paste what i can unless you have any further suggestions.
  13. sukip

    VB6 - Cannot load frm

    I have a vb project originaly coded in VB ver6 Prof on an NT wrkstnt platform. Also have the exe copy of the project. Recently had a PC rebuilt Win2000 wrk stnt plus installed VB6 enterprise ed. The exe version runs fine no problems but i cannot seems to open the originaly project it fails on...
  14. sukip

    Linking Access DB through Internet Explorer

    I have an exsiting access97 database and i would like to link to this database from our corporate intranet site. I have looked on MS site and they talk about saving all the objects as HTML/asp! Is the route i'll have to take or is there an easier way to just call this application via a link??
  15. sukip

    VB6-Access2 How 2 create report w/ vb frontend

    Try out this link : http://www.andreavb.f2s.com/tip110002.html
  16. sukip

    Why i cant dump transaction log?

    Thanks Redlam for the article link, i will give that a go.
  17. sukip

    Why i cant dump transaction log?

    Version is SQL6.5. Trying to backup the transaction log via the enterprise manager, the scheduled task T-SQL is as follows: dump transaction images to disk = 'f;\mssql\data\imageslog.dat' with init The error msg i get is: Syslogs does not exist in its own segment in database '4' with segmap...
  18. sukip

    SQL 6.5 Backup - shutdown

    Thanks for Ur response great help.
  19. sukip

    SQL 6.5 Backup - shutdown

    I am new to SQL-server world. What i want to know is that can you perform a full backup while SQL server is running with users still logged on? Also is there a way to schedule an auto shutdown of the server?

Part and Inventory Search

Back
Top