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 Wanet Telecoms Ltd 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: slr22
  • Content: Threads
  • Order by date
  1. slr22

    Listbox in Grid

    Is there a way to put a listbox in a grid? I would like a grid that has a listbox so people have a set list to pick from. I know how to make it so they can edit it, however I can't figure out a way to put a listbox in there. Thanks, Sandy
  2. slr22

    Displaying the Identity Field

    I have set up my SQL table to accept an Identity field. Once I have added a row to my table, I want to be able to display that identity value on the next page. I cannot figure out how to do this. I normally would use a session variable to get this value, however with it not being created until...
  3. slr22

    Export Web Report using MAPI

    I am using Crystal 8.5 and I have a web application that accesses the report through the web. I want to be able to email a report from this. I currently can export to a pdf file and it saves to the specified location, however I don't want the user to have to save the file and then email that...
  4. slr22

    A program is trying to access e-mail addresses

    Hello. I have a user using Outlook 2002(XP) and whenever she tries to open an email, forward an email, or reply to an email she gets the following message: "A program is trying to access e-mail addresses you have stored in Outlook. Do you want to allow this? If this is unexpected, it may be a...
  5. slr22

    Report giving errors

    I am using Crystal 8.5 and Crystal Enterprise 8. I have some reports that I am trying to access and it is giving me an error saying Crystal report Viewer The page server you are trying to connect to is not accessible. Please contact your system administrator [on page server...
  6. slr22

    Sharing Violation on Files

    I'm not exactly sure if this is the best place to post this or not, however I have this problem. I have these pages that were created in Excel. Once created in excel they were saved as web pages. I have a share set up on the server that allows for a person to publish these pages to the web page...
  7. slr22

    Invalid Disk in Drive A

    I have a machine that whenever the user starts up the computer it gives the message "Invalid Disk in Drive A", however there is no disk in drive A. I took the floopy disk out of the boot sequence and it still does it. Does anyone have any suggestions? Thanks, Sandy
  8. slr22

    Losing Network Connection

    I have a gateway machine that has Windows 98SE on it. When the user first starts up his computer he can access everything just fine (shared drives, outlook, etc) however after he is using it for a while it all of a sudden will lose his network connect and can no longer access the shared drive...
  9. slr22

    Video Driver Not working properly

    I hope someone can help me out here... ....I formatted a computer that was having problems to start fresh. (It wasn't shutting down right, problems with the network, etc). The problem that I'm having now was not a problem until after I formatted the computer. After I formatted it I started to...
  10. slr22

    Additional Text Objects Showing up on Report

    I'm using Crystal 8.5 Developer Edition to view my reports on the web. I have parameters set up so that whatever the user clicks on it will show that information in the report. I'm am having a problem though with people using Windows 98 machines. When they go and view the report on the internet...
  11. slr22

    Offline Synchronization not working

    I am having problems with my offline synchronization. I am using Windows 2000, Outlook 2000 and have outlook configured for Exchange. We are running Exchange 5.5. When I try to sync manually or when exiting outlook it gives me an error message or it does not sync all of the emails. For example...
  12. slr22

    Updating two tables

    In my asp page I have two values. One value is based off the other value. These values are in two different tables. If one value changes I need the other value to change as well, however since you cannot update two tables at the same time, this is causing a problem. Is there anyway to do this...
  13. slr22

    Parameter Problems

    I'm trying to get a report to show up on the web. I am using visual interdev for my web page design. I'm using an asp page with session variables. I've done this before, but now I can't get this report to work. I have one parameter, it is based on a quote number. The report works fine in Crystal...
  14. slr22

    Summing Grouped Items

    I have a report that is grouped and I need to be able to take those grouped items and get a total. I have a product and then grouped within that I have warehouse and direct and within that I have each division that has sold that product. I want a total sales of warehouse and direct for each...
  15. slr22

    Popup Window

    I have an asp page that runs server side. I need to be able to have a pop up window on the client side. What I want is when a user inputs an invalid entry, it pop up a screen telling them what a correct entry would be. The window.open does not work for me because it is client side. Does anyone...
  16. slr22

    Validation Problem

    I'm having some problem with my validation. The page that I'm doing the validation on is a page where I add a new line to the table in the database. I enter in a date field so I want to make sure that they are entering in a valid date. I use the following code: Sub thisPage_onenter() if...
  17. slr22

    Validation Problem

    I'm having some problem with my validation. The page that I'm doing the validation on is a page where I add a new line to the table in the database. I enter in a date field so I want to make sure that they are entering in a valid date. I use the following code: Sub thisPage_onenter() if...
  18. slr22

    Database Listbox

    I have two different type of listboxes. One that is static and one that is database driven. When I enter an edit page I want the listbox to display the value that is in the database. I can do this with the static listbox by doing the following: Sub thisPage_onenter() if...
  19. slr22

    Too Many Columns in rowset

    I'm not exactly sure where I should be posting this question, but I'll start out posting it here. I'm writing an asp page and it is connected to a database using SQL 2000. There needs to be more then 255 fields on the page, to be exact there are are 320 fields. When I try to run it it give me...
  20. slr22

    Positioning an Item

    Is there a way to tell a button, textbox, etc to be in an exact location. For example, if you say I want that word to be 12 spaces over and 3 spaces down. Is there an attribute of a button or something that I can tell it where to be placed? Currectly I have a form and I just put the stuff in a...

Part and Inventory Search

Back
Top