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

    Finding single instances of value SQL query

    I have a zipcode database. I need to list out the Cities in which there is only one record. The column is called "City" and the table is called "ZipCodes". For some reason my brain isn't firing on all cylinders today! _______ I love small animals, especially with a good brown gravy....
  2. pkailas

    Help creating membership provider

    I'm looking for some assistance in either getting a start in extending the ASP.NET 2.0 membership provider or purchasing someone's efforts. My business model requires the following: The main account that gets created is for the company purchasing our services. Once that account is create (it...
  3. pkailas

    Return to same page in gridview

    I'm trying to pass the pageindex of the gridview to the detailsview page so I can create a "back to list" button in Detailsview that will return the user back to the same page they were on. How can I grab the pageindex and pass it in a query string. I'm using VB.NET _______ I love small...
  4. pkailas

    Return to same page in gridview from FormView

    I have a grid view with a button to send that record to a FormView page directly into Edit mode. On there there is the Update and Cancel buttons. How can I configure the Cancel button to take me back to the same spot in the Gridview that I came from? I know I can make a link to take me back...
  5. pkailas

    Fill dropdownlist in detailsview

    When entering the Edit mode of a DetailsView control, I would like to populate a DropDownList with all the possible values from a database. Then I would like to have the Value that was stored in that record to be selected. This will allow the user to see what the current selection is and allow...
  6. pkailas

    Selecting Multiple values in list box

    I'm trying to set multiple rows or values to selected based upon a query. It seems to set the "selected" but only the last value selected actually displays as selected. Anyone know what I am doing wrong? In the first part I take what is in the database, which is using the | to separate the...
  7. pkailas

    Problem after .NET Framework 3.0 installed

    We have a C# dll written in VS 2005 or .NET 2.0. The customer installed .NET 3.0 on the server and the application won't load. We duplicated the issue in our test system by installed .NET 3.0. Unfortunately, merely uninstalling 3.0 doesn't fix this problem. Does anyone know where to point me...
  8. pkailas

    Halt code execution

    In VB you can put "stop" in place to halt code. Is there a way to do this with Javascript? _______ I love small animals, especially with a good brown gravy....
  9. pkailas

    Help with RFC call from VBA

    I have a client that needs to have me query their SAP system from within an application that uses VBA. I have successfully written the portion that logs onto their SAP. I just have no experience with the syntax to use their custom RFC that they have provided me. I only know this much. the...
  10. pkailas

    Help with RFC call from VB

    I have a client that needs to have me query their SAP system from within an application that uses VBA. I have successfully written the portion that logs onto their SAP. I just have no experience with the syntax to use their custom RFC that they have provided me. I only know this much. the...
  11. pkailas

    SP4 for VB 6

    For some reason I can't get SP5 for VB6 to insall on my new laptop. I can't find SP4 anywhere. Does anyone know where I can get SP4? _______ I love small animals, especially with a good brown gravy....
  12. pkailas

    Carriage Returns afther closing tag

    I have a client that has a "home grown" xml parser that they use to load their application from an XML file we provide them. However, since they are not using the MSXML parser, they require a vbCr after each closing Tag. Does anyone know if MSXML objects can even be instructed to do this? If...
  13. pkailas

    FREETEXT or Other text search

    I'm trying to figure out how to efficiently search for a city in our database even if it is slightly misspelled. I've activated FULL Text searching and it works fine on a 2 word city name as long as one of the words is spelled correctly. ie. Grand Rapds will bring up many cities, including...
  14. pkailas

    Download a text file from website

    I could use some help to download the following file using vb6 "http://tonto.eia.doe.gov/oog/info/wohdp/dslpriwk.txt" Has anyone done something like this before that can help me? Thanks, Paul _______ I love small animals, especially with a good brown gravy....
  15. pkailas

    Ned Regular expression for ASCII less than 128

    I need assistance creating a regular expression that will test a string to see if there is a "HIGH" ASCII character present. That is 128 and above. Thanks in advance. Paul _______ I love small animals, especially with a good brown gravy....
  16. pkailas

    PictureBox and scaling

    I have an image that, a logo, that I want to place in a picture box. However, the jpg is larger than the space that I can give it. Currently the image gets displayed cropped. Is there an easy way to scale the image, not the control to fit inside the allowed space? Thanks, Paul _______ I...
  17. pkailas

    detecting key press

    I know that I can detect a single key upon pressing such as "vbKeyControl" and "vbKeyN", but how can I detect if "CTRL-N" has been pressed? Thanks in advance, Paul _______ I love small animals, especially with a good brown gravy....
  18. pkailas

    Help with a regular expression

    I'm using VB and I'm trying to match certain criteria using regex. I want a match on "payment terms" or "terms" but NOT on "freight terms". Everything I've done picks up "freight terms" if I allow "terms". Please help. Thanks Paul _______ I love small animals, especially with a good brown...
  19. pkailas

    Problem with Firefox

    I'm using the following code to pass the values of 2 check boxes besides a session variable. This works fine in IE but clicking the button does nothing in Firefox. If I remove the "&DC=' + decal.checked + '&SN=' + sign.checked;" section Firefox will send to the next page, but of course I lose...
  20. pkailas

    How many Virtual Directories are allowed?

    Is there a limit to how many virtual directories a web site may have in IIS 5.x? Thanks, _______ I love small animals, especially with a good brown gravy....

Part and Inventory Search

Back
Top