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

    ASHX and HTTPS

    Hey all, I am using a .ashx page to send an offline PDF file. The object behind the ashx file implements IHttpHandler. (sample code below) When running this page through a https url, I get a prompt asking if I want to display both the secure and nonsecure items. Is my PDF sent securely? How...
  2. ryebread

    GenRepoX Report Error

    I am getting this error on a test machine when we try to generate a report. "An error has occured within GenRepoX-run. GenRepoX tried to copy your report to a temporary file, but there was a problem. Make sure that you have all the rights and enough diskspace on your defined drive (C)ancel or...
  3. ryebread

    DataSet and writeXML issue

    Hello all... really could use your expert advice. I have datatable in which i insert a record at the first row position (dt.insertAt(foo,0);). When viewed in the debugger the table has the row in the correct position, row[0]. Then I add the table into a dataset then set a datarelation that...
  4. ryebread

    State Server, Sessions, and Timeout

    My ASP.net application involves limiting clients to a maximum number of concurrent logins. I have done this by storing the session id in a 'Shared' object property. I then depend on the session id to be removed when users log out, closes the window, or has a session timeout. Life was good untill...
  5. ryebread

    Attributes, Reflection, & Object References

    I have a group of form objects and have created a custom attribute. Each of my form objects has one of these attributes assigned to it. I need to find a way to get an object reference to each of these objects by using my custom attribute value. I assume that I would use reflection somehow. I...
  6. ryebread

    converting invalid query characters

    Does anybody know of a way to convert characters like ' and " into a format that would be safe to pass into a SQL query?
  7. ryebread

    PHP, Javascript, checkboxes, check all function

    My problem probally is a common one, I'm sure someone's experience will help me out here! I am using check boxes in a form to return an array of values to a php script. I need to have a check all checkbox that checks every other checkbox. Seems like i need to use javascript to do this. My...
  8. ryebread

    PHP, Checkboxes, and Javascript checkall()

    My problem probally is a common one, I'm sure someone's experience will help me out here! I am using check boxes in a form to return an array of values to a php script. I need to have a check all checkbox that checks every other checkbox. Seems like i need to use javascript to do this. My...
  9. ryebread

    Exporting query wth memo field to type delimited file

    I am exporting a query that returns a memo field using... COPY TO "C:\pdf\memodata.csv" TYPE delimited into a comma delimited file. Life is good.. untill i realized that the memo field was not exported. Any help?

Part and Inventory Search

Back
Top