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

    Highlight Row

    Hi Guys, I'm looking for a way to highlight an entire row when it is selected. This would be when the form is the 'Continuous Forms' state. Does anybody have a solution? Thanks, Clayton T. Paige claytonpaige@yahoo.ca Programmer Extraordinaire...
  2. cpaige

    Access Runtime Security Problems

    Hi, I'm trying to implement Access security and I'm not having very much luck. I have followed all the FAQs I could find on the subject and it still does not seem to work. When I open the MDB in the full version of Access 2000 I am prompted for a password, but when I open the MDB with Access...
  3. cpaige

    Password Change Problem

    Hi People, I wrote a Visual Basic program to change a users password for MS SQL 2000 Server. The server is currently using SQL security. The program changes the password fine, but it changed the password globally. I want the program to only change the password local to a specific...
  4. cpaige

    Form Entry Cancel

    Hi Everyone, I want to make a form in Access using bound controls that would have save and cancel buttons. It seems that soon as an entry is made it is inserted into the database. I want to be able to press cancel and remove this new record. Does anyone know how to do this Thanks...
  5. cpaige

    Mixed Mode Authentication

    Hi, I currently have a SQL 2000 Server that is setup as SQL Authentication. I have been reading about Mixed Mode authentication and wondering how exactly it worked. If the SQL 2000 Server is using SQL authentication , is it already using Mixed Mode? When using Mixed Mode does the server...
  6. cpaige

    Table View Record

    Hi, Is there some way I can write code that will execute everytime a table is read? Thanks, Clayton T. Paige claytonpaige@yahoo.ca Programmer Extraordinaire ======================================================== "Who is General Failure? and Why is he reading my disk drive?"
  7. cpaige

    Password or Login expiration

    Hi, Is there anyway to have a SQL 7.0 password or login expire? thanks, Clayton T. Paige claytonpaige@yahoo.ca Programmer Extraordinaire ======================================================== "Who is General Failure? and Why is he reading my disk drive?"
  8. cpaige

    Sub Report Invisible

    Hi, I'm trying to solve a problem with a subreport. It seems that when the main report is run and there are no values on the main report the subreport is not dipsplayed. The start and end date are linked to the sub report. When I run the subreport independent of the main report it runs...
  9. cpaige

    Access 2000/jet 4.0 Spec Limits

    hey Does anybody know all the limits of the Access 2000 Database such as File Size limit, Table size Limit Etc. Do you know of a site that might contain these facts? Thanks Clayton T. Paige claytonpaige@yahoo.ca Programmer Extraordinaire...
  10. cpaige

    PARTITION BY Problems

    hey Guys( and Gals), I have been trying to understand the PARTITION BY statement. I Think I have a slight understanding, but not totally. Can you please give me a description of what it does, How it works and a peice of sample code. Thanks! Clayton T. Paige claytonpaige@yahoo.ca Programmer...
  11. cpaige

    Insert into Access database through ADO

    Hey, I'm developing a VB Application that accesses Access 2000 through ADO. I have been trying to insert data into a few tables and it gived me the same error. Here is the entire function that returns the error. Public Function InsertAddress(iStreetNameID As Long, sStreetNumber As String...
  12. cpaige

    Access 2000 Runtime Missing Functions

    Hello Everybody! I was running into a problem where an Access VBA program was crashing in the Access 2000 Runtime Environment. My solution was to comment out all the code and uncomment each line one by one. What I found was that certain functions were not supported including the following...
  13. cpaige

    Access 2000 Runtime Crashes

    Hey Everyone! I have a problem with the Access 2000 Runtime Environment. I have developed a program in Access 2000 Professional and put it on a network drive. I then access the network drive with a computer that has only the Access 2000 runtime program. When I open the database it works...
  14. cpaige

    Words getaddress feature

    Hey! I'm trying to write a template for Word and I was using the getAddress statment to popup up the Contact List dialog and allow users to pick who they want from the contact list. I Finished the template and eveything works fine, except the getAddress method only returns 255...
  15. cpaige

    Foreign Keys

    Hey Guys!! I have a problem. I want to find out what fields in different tables are foreign keys for a specific field. Thanks! :^) Clayton T. Paige claytonpaige@yahoo.ca Programmer Extraordinaire ======================================================== "Who is General Failure...
  16. cpaige

    Error " Invalid Parameter Field Name"

    Hey, We have an application here that will read a directory tree and allow us to view reports that are present in the structure. This program was developed with VB and the CRviewer. The problem I am having is that when I run a report without parameters, the error "Invalid Parameter...
  17. cpaige

    IS NOT NULL problem

    Hey! I have a query that needs to return all the records that have one field that is not null. If I run the query for records that are null it works fine, but not null just doesn't work. Nothing is returned. Here is my query: SELECT A.DATE, A.LEAVE, A.WORKCODE, A.COST...
  18. cpaige

    Slow UNION in a VIEW

    I have constructed a UNION that I place in a VIEW. The UNION involves 13 tables. This seems to slow it down quite a bit. To make matters worse I'm running the UNION for a view. To speed it up I have removed all the JOINS from the selects and added a 'WITH READ ONLY' clause at the end...
  19. cpaige

    Adobe Illustrator 9 Plug-in Programming

    Hey! I'm writing a plug-in for Adobe Illustrator and I need the use to the Layer List Suite. Well, this seems to be an undocumented feature. I only have the AILayerList.h file to look at. I was wondering if anyone out there has experience with this and could give me an example. Any kind...
  20. cpaige

    Abobe Illistrator Plugins

    Hey! Does anyone know of any sites or sources of sample code for the development of Adobe Illustrator Plugins? I'm really having trouble finding much of anything on the topic. The SDK seems to be the only source of info and it is quite limited. Any help would be great Thanks :^) Clayton...

Part and Inventory Search

Back
Top