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 SkipVought 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. luckydata

    Getting Info From Roles

    Is there a system stored proc or any proc that will - (a) accept parameters of the role name and access level, and return a list of the IDs? (b) accept parameters of the Role name and user's ID, and return the level of access permitted? Can either of the above be achieved in VB or C# by using...
  2. luckydata

    Returning a key value from a listbox

    Thanks for your concern. After eight days of torment, a doctors visit and a bottle of sleeping pills I found the answer and made it work. I have posted it under FAQs because it is complex. It is also reflects my novice understanding of Java Script.
  3. luckydata

    Returning a key value from a listbox

    Thanks for your interest Dan, As I said previously, I am a novice at Java script. I realy need to know if there is a limit to the length of a script, and if I can display text and return another value in a list box on the client. This is a cut down version of the function which is executed on...
  4. luckydata

    Returning a key value from a listbox

    Hi, I am very new to Java Script and are desparate for advice. I am developing a large application in ASP.net using Visual Studio. The Users love selecting data from list boxes. In one instance I have successfully followed Tek-Tips faq 333-3656 "Linked list boxes without reloading the page"...
  5. luckydata

    Add items to dropdown list

    A dropdown list can have two columns, affectionately referred to as the DataTextField and the DataValueField. I need to be able to add items to both fields in code. When I use ddl.items.add(DatatextField,DataValueField) I get a message suggesting that the add method can only accept one...
  6. luckydata

    Add members from VBA code

    I have been trying to add code to my access97 front end that will add a new user to the Access2000 server, database and to a role. The following code executes correctly in query analyzer. It will not work when executed through a passthrough query, (access97 and DAO). The code is built by vba...
  7. luckydata

    Updating records through ODBC

    I am new to using sql server. I am coverting an access97 application. The existing app uses a front end and backend. I Upsized the backend and pointed the links to the sql server. It was very slow and some features did not work. The application has one main table and three related tables. I have...
  8. luckydata

    I have a start up form where extens

    Thank you Sunaj and Strongm, That works great now. I am sorry if my original reply was a little harsh. Sunaj, your advice about delaying the operating system was necessary. The program I have been working on is "check for the latest version before executing the real application". There...
  9. luckydata

    I have a start up form where extens

    Hi Sunaj, Thank you for answering. You have completely misunderstood. There is only one proc that has several steps, and in line messages to advise the step in process. That one procedure needs to be executed on an event. If I use form open, the form does not open until the procedure has...
  10. luckydata

    I have a start up form where extens

    I have a start up form where extensive processing is required. I want a message to appear on the form adving the current stage of the processing, eg "Checking Versions", "checking Path info", "updating to new version", "linking to data source". Originally...

Part and Inventory Search

Back
Top