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...
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...
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.
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.