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

    Dim db As Database Causes error Can not file project or Library

    I'm trying to edit a database that was given to me from many other past programmers. When trying to run some code from a form, I'm getting the error Can not file project or Library on the line Dim db As Database DAO is listed and checked in the references, so What's causing this? Thanks...
  2. Junior1544

    Problem with CrossTab Query

    I'm having a problem with a cross tab query. Any time I try to run the query i get an Invalid Bracketing of name error. I have the form it's referencing open and there's data in the fields... I just dono what to look at to fix it, and I don't know much about sql itself. Below is the sql...
  3. Junior1544

    Upload a file?

    I'm not exacly new to asp.net and vb.net, but i only do what i know how. I was just asked to be able to upload an excel file to import to an online database. the data access stuff i don't have a problem with right now, what i'm having a problem with is being able to upload the excel file...
  4. Junior1544

    Security Tokins?

    I've been tasked with making an application that can read a digital certificate of the user (stored on a cac card tokin) and then pull out the person's name from it... The middle ware is NetSign CAC. I can't seem to find any information on their website for program development. Is this...
  5. Junior1544

    Read username of a certificate in a windows app made with vb.net

    I've been tasked with making a VB.Net application using Visuel Studio that can read a digital certificate of the user and then pull out the person's name from it... Is this possable, and if so, would you be able to point me in the right direction to get going?? I'm not a good programmer, I've...
  6. Junior1544

    IIS as a proxy?

    I need to setup an off site proxy to reach some of the web site I visit, like this one. The reason my it people gave me is that "Chat" site are to be banned from all interenet access at my office. I have a computer at home with windows xp pro and was hoping that I could use that with iis...
  7. Junior1544

    Share internet access over a vpn?

    I have a bit of a problem... Relevant information: All operating systems involved are Win xp Pro. At home I use a soho router. My problem is that I need to be able to use the internet connection from my office from home because I need to be able to access certain web sites from home...
  8. Junior1544

    select distinct question?

    I have a sql question... Here is the sql statement I currently have: SELECT DISTINCT Gate.Name, Gate.Organization, Gate.PlateNum, Gate.PlateState, Gate.REC_ID FROM Gate; REC_ID is a random number generated for easier record reference... What happens when I use this statement, it returns all...
  9. Junior1544

    Newbie - Need to create a list of people that are most often listed.

    I have a table that contains a list of people and every time they've logged some thing. Sorta like a history table. What I need is an sql statement that will return the top ten people that have the most records... The data in the following fields can be the critera for for if this person has...
  10. Junior1544

    Domain type security without a domain?

    I have a situation where there is a stand alone pc running win xp that needs to be setup rather securly... to many people use it and i've had to come in and repair it to many times... I have instituted a policy where any one that will use it get's a login name and password... Now that the...
  11. Junior1544

    directory level security win xp pro, no domain.

    How would I go about enabling a directory level security... I have a stand alone computer and want to be able to say this group can only read certain directories, while read/write to others... --James junior1544@jmjpc.net Life is change. To deny change is to deny life.
  12. Junior1544

    login scripting.

    I was wondering if some one would be able to get me started in windows xp login scripting... An online tutorial would be fine to get me going and get a few more specific questions more suited for posting on here... One this that I would like to be able to do, is change the users background on...
  13. Junior1544

    vs.net moving files?

    I have had access to a server for some time now developing a web app... now, it's getting close to moving to production, and i've been told they are removing that server since it is not secure... (I used this server via front page extentions) They have also reconfigured the new server so...
  14. Junior1544

    ssl and pki?

    Does any one here have a link to a web site that explains how I would be able to enable PKI encryption with ssl on a web site?? --James junior1544@jmjpc.net Life is change. To deny change is to deny life.
  15. Junior1544

    Logging into a secured site question.

    I'm developing a secure site for a client. Got a question that I can't figure out...(I've only been developing in asp.net for about 3 months) When testing the pages on a secured server, some times the users pc will pull the pages from it's cache, and not hit the server... how can i disable...
  16. Junior1544

    Refresh a drop down list.

    I have a data entry form with a drop down list. How can I have a button that will open a new window so I can add data to the drop down??? The drop down is based on a field in the database. I can do all the database work, I'm having a hard time getting the window to come up and to refresh the...
  17. Junior1544

    open new window that is invisable?

    Is there a way to open a new IE window that is invisable?? I'm using VB in the code behind, but I can probably interpret c# code... Java script is also usable... I've tried a number of things but can't get it to work... What I'm realy tring to do is to print a aspx file on the users pc. I...
  18. Junior1544

    Web error's

    I'm developing on a remote server... How do I get asp.net to give me a full description of web page error's... Right now it just tells me that it can't do that for security reasons... And I don't have direct access to the web server on a constant basis... once every few days maybe...
  19. Junior1544

    Crystal reports?

    What are the advantages to using crystal reports over an aspx file that has the information needed?? Can I have it open in it's own window(and or invisible), print automaticly? close when that's done?? I ask those specific questions because those are problems I'm having currently with using...
  20. Junior1544

    Capturing a Signature.

    Does any one have an experience with Signature Capture using asp.net?? I'm working on a database that will either need to have a print out with a signature on it, or we can capture the signature electronicly... I'd rather save the tree's. Any help would be great... Also looking for good...

Part and Inventory Search

Back
Top