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

    outlook planning tool?

    Hi all, I have been tasked with building an application for resource planning. I started down the access route using tables, etc.. but the output for reporting is pretty bad. What i need to do is have something as follows: week 1 week 2 week 3 week 4 User1 | job1...
  2. Lavey

    Distributed queries

    lo guys.. I Got a question, I have a stored procedure that is called from a vb app and returns a recordset. This all works fine, however.. I am planning to move this exe to another machine .. heres where the trouble starts.. both machines are logged in under the same windows account. The exe...
  3. Lavey

    Dropdown dynamicly build a table

    Hi, I'm super new to ASP so pardon my stoopidness.. anyway i've had a read thru the faqs on dynamic dropdowns and they mostly relate to filling second dynamic dropdowns. What i want to do is build a page that takes a creates a dynamic dropdown that when a user selects an option it generates a...
  4. Lavey

    vb6 n00b and ftp

    hi guys, Im new to to vb (know my way around vba), I have coded a ftp client in php and want to create the same type of script in vb (custom gui rather than webpage), is there an api that exposes ftp methods that can be called or another way to do this... have seen some examples on the net...
  5. Lavey

    SQL over ISDN

    Hi guys, We are running 50 clients over ISDN routers using tcpip to a 2000 server running msql 2000. We are experiencing massive bills generated from the server side of the system even though the call is only initiated from the client end. It looks as though these clients could be leaving the...
  6. Lavey

    SQL noob question: ODBC fail

    Hi guys, I have a test server setup and have imported a database from Access (of which went fine). I have created an odbc dsn and tested in the odbc data source manager window (all tests successfully completed), yet when I link the tables into my new access database it creates the link (can...
  7. Lavey

    filelistbox and multiselect

    hi guys.. I'm having a problem retrieving the selected values of files from a multiselect filelstbox. What i want to do is select multiple files and on a buton click push the filenames into a list box... I can only seem to output the file that holds the focus within the filelistbox itself...
  8. Lavey

    File Browser - Folder content Listing

    lo guys.. Just a quick one.. (I hope!) I'm looking for a way that I can use an access form to browse folder structures then list contents of the folder in say a listbox ? Is there an activeX I can use for file browsing and is there an easy way to dump the content list into a list box? Thanx in...
  9. Lavey

    java.lang.NoClassDefFoundError

    Hi guys.. really new to java.. just working thru a 'sams' book. but got the following error.. have set the path and classpath correctly.. but the book does not help any further.... any ideas on resolution much appreciated :D.... Exception in thread "main&quot...
  10. Lavey

    How to open Notepad in VBA

    Hi Guys, I need to be able to open notepad and dump in some values at the click of a command button. I have the code sorted to extract the values I want from a list box, just need to know if its possible to open notepad and dump these in :) THx in advance for any info
  11. Lavey

    Security and Replication

    Hi, I have a split secured database, and need to share with colleagues in the states (am in the UK), I designed a lightweight frontend for the US users, but there was a huge lag problem as there is a lot of data being sent back an forth. So... I replicated my back end file (secured) and...
  12. Lavey

    slowdown over LAN

    Heres my problem, I have a secured database on a network drive here in the UK, the database is split and I have staff using quite a heavily loaded front end (some lag issues here - but minimal). I also have 5 staff in he US who have access to this database thru a mapped drive. They were...
  13. Lavey

    database icons

    Hi, Probably a simple question.... I have changed the icons for three multi-user database's (in startup properties), so if a user has all three db's open they know instantly wich database is which in thier task bar. Each user has a shortcut to these front ends on either the office shotrcut...
  14. Lavey

    Disable Macro security

    Hi, I have a workbook with senstive information on some worksheets. I have written a small select case on the auto_open (based on an API call to get system user name) so depending on the user depends on which sheets are displayed. Trouble is my company have locked down the security options...
  15. Lavey

    SURELY SOME1 KNOWS OUT THERE ???

    Hi guys, I need to allow a couple of users to use an object called 'msysTables', as this causes my code to stop with a run time error 3003 - no security when running a querydef. I made all system and hidden files visible but cant see a msysTables. Any ideas ? [bigears] I am Listening :)...
  16. Lavey

    How do I adminster rights for 'msysTables'

    Hi guys, I need to allow a couple of users to use an object called 'msysTables', as this causes my code to stop with a run time error 3003 - no security when running a querydef. I made all system and hidden files visible but cant see a msysTables. Any ideas ? [afro2] Honest guv, i didn't do...
  17. Lavey

    repost - security issue - access xp (vba)

    Hi guys, sorry if you've seen this thread in different forums, dont ususally repost...but I can't seem to get this sorted.. Here's my problem.. I have a secured database in XP, I have created a form that sets a querydef (based on a bunch of criteria), if I run it with Admin rights everything...
  18. Lavey

    re post - security issue

    Hi guys, sorry if you've seen this thread in different forums, dont ususally repost...but I can't seem to get this sorted.. Here's my problem.. I have a secured database in XP, I have created a form that sets a querydef (based on a bunch of criteria), if I run it with Admin rights everything...
  19. Lavey

    repost - security issue

    Hi guys, sorry if you've seen this in the 'General Discussion', dont ususally repost in different forums..but I can't seem to get this sorted.. Here's my problem.. I have a secured database in XP, I have created a form that sets a querydef (based on a bunch of criteria), if I run it with Admin...
  20. Lavey

    security issue

    Hi guys, I have a secured database in XP, I have created a form that sets a querydef (based on a bunch of criteria), but on this line of code the routine stops and produces an run time error: Set qdfTemp = dbs.CreateQueryDef("parameterquery", strSQl) The error is a 3003 -...

Part and Inventory Search

Back
Top