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

    Amazon Web Services -- Office Web Services Toolkit 2.0

    Has anyone out there come across any code for connecting to Amazon Web Services using vba in MS Access with the Office Web Services Toolkit 2.0? I figured out how to use the toolkit to autogenerate the classes. I just need to know how to query the web service. How to send an EAN or ISBN and...
  2. shankel

    Excel Export opened in IE grays out back button

    I am using the following code for an onclick event on my web app. ' Set the content type to Excel. Response.ContentType = "application/vnd.ms-excel" ' Remove the charset from the Content-Type header. Response.Charset = "" ' Turn off the view state...
  3. shankel

    Scroll Screen to follow tab

    I have a 21" wide form. I have the tab order set perfectly, however when I tab, it tabs off screen, and I have to scroll back and forth. I have tried setfocus and gotocontrol. It sets the focus on the next control, but doesn't move the screen to the right or left to show the control.
  4. shankel

    Move wide Screen to follow tab on form

    I have a form that is 21" wide. When I tab through the fields it tabs off screen. The user then has to scroll over to the right, and back. Is there a way to have the screen move to follow to where you are tabbing? I have tried both setfocus and gotocontrol. They set the focus but it is still...
  5. shankel

    Display true/false bit field as a checkbox on non-editable data grid?

    Hello, I have an asp.net page that is written in vb.net and html. I use a non-editable data grid to display the results from stored procedures coming from a SQL 2000 box. One of the columns is a bit field that currently shows up on the web page as True or False. How can I have it display as...
  6. shankel

    Lookup Tables

    Hello, I was using an Access Data Project for SQL development and a front end. Now, I am ditching Access and creating an ASP.NET with VB.NET front end. I was using lookup tables with Access. How do I recreate the lookup associations now? Do I do it in SQL Server BackEnd or through .NET front...
  7. shankel

    SQL Server Lookup Tables

    Hello, I had an Access Data Project that I am converting to Web with .NET. The problem I'm having is I created the table structure with ADP using lookups. I have a Main table with all columns except MainID pointing to lookup tables. When I run a query on the table in query analyzer it shows...
  8. shankel

    sp run on table with lookup columns brings back ids

    I have a table called Main, that is comprised of columns that have lookups to other tables ex. Application column foreign key is linked to Application table primary key. The Main table's only unique column is the MainID column which is an identity field. When I create a stored procedure it...
  9. shankel

    Hyperlinks in Combo Box

    Is there a way to have hyperlinks in a combo box, so that the user would make a selection, and it would open an object in the current database?
  10. shankel

    Combo Box Run Macro Open Subform

    I am trying to create a form with Combo Boxes that will display a different subform based on what the user chooses. Clicking the selection in the combo box would run a macro that would open up a different subform depending on what was clicked. Anyone have any ideas? To the user it would look...

Part and Inventory Search

Back
Top