Background: Recently I created a Data Access Page interface for a library catalog. I uploaded it with its dependent files and .mdb file to my ISP. I then created a Favorite in IE to access it.
Problem: Even though the files are still on the ISP server, none of the library computers can access...
Background: Recently I created a Data Access Page interface of a library catalog. I uploaded it with its dependent files and .mdb file to my ISP. I then created a Favorite in IE to access it.
Problem: Even though the files are still on the ISP server, none of the library computers can access...
When I generated a Data Access Page for my Access database, I noticed that the Navigation Bar buttons for New, Edit, Delete, etc. were disabled.
Is there a Property that I can change to enable them, or is there a way to make them available through VBS code? The Previous, Next and Filter buttons...
Thanks FancyPrairy
The code works great!
I just have one additional question: How can I add a "wildcard" to the filter, so I don't get the results for just that word or words?
Thanks again,
-Linguist
I have created a DAP and am trying to add some ActiveX controls to it.
I want to be able to prompt the user for word or several words and then have the DAP retrieve all the records that contain the word(s) and display them (the records) as a new RecordSet.
Here is the code that I have so far...
I have created a DAP and am trying to add some ActiveX controls to it.
I want to be able to prompt the user for word or several words and then have the DAP retrieve all the records that contain the word(s) and display them as a new RecordSet.
Here is the code that I have so far:
<SCRIPT...
I urgently need your help.
I am trying to convert the following VB6 routine to VBScript:
----------------------------------
Dim Answer
If Trim(txtSearch.Text) = "" Then
Answer = MsgBox("Need String Search, Please", vbOKOnly + vbCritical, "Warning")...
In a Datagrid environment, when a user selects several rows for printing, how do I ensure that only the selected rows are printed and nothing else?
How do I move from one bookmark to the next?
Any sugestions will be appreciated.
In a Datagrid environment, when a user selects several rows for printing, how do I ensure that only the selected rows are printed and nothing else?
How do move from one bookmark to the next?
Any sugestions will be appreciated.
I'm trying to configure my Word2000 so that I can use it for Arabic Open Type fonts. This evidently involves using Microsoft's Uniscribe technology for complex scripts.
Has anyone out there had any experience with this? And could you explain to me how you set up everything to get it to work...
In my ADO DBGrid program, I would like to have the feature where:
1. The user clicks on the Record Selector button for each row or record he wants to print.
2. The resulting Bookmarks are added to the SelBookmarks collection.
3. The Bookmarks are fed into an array.
4. All the elements in that...
In my ADO DBGrid program, I would like to have the feature where:
1. The user clicks on the Record Selector button for each row or record he wants to print.
2. The resulting Bookmarks are added to the SelBookmarks collection.
3. The Bookmarks are fed into an array.
4. All the elements in that...
I have written an ADO-based front-end to an MS Access database. The database is displayed in a datagrid format. After the user makes a query, the resulting "hits" are displayed in the datagrid. Next, the user clicks on each record (row in the datagrid) that he wants to print out. Then...
I have written an ADO-based front-end to an MS Access database. The database is displayed in a datagrid format. After the user makes a query, the resulting "hits" are displayed in the datagrid. Next, the user clicks on each record (row in the datagrid) that he wants to print out. Then...
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.