Thanks I will look into your suggestion. I'm hoping that it will solve my problem. User input zipcode then to directly to that page without a listing of all found and if none found to a default page. Thanks again.
I have a FrontPage site search installed but I need to modify it. The result will only show one or none in the result. I want to bypass the one to lead to the page directly and if none I need it to use a default page. Any suggestions or script to do this would be really helpful.
thanks
I have been using VB6 Enterprise along with Crystal 8.5 Dev edition the computer also has the 8.5 Enterprise on it. I have used it for a long time with VB6 no problem but all of the sudden when I load my VB6 application it tells me xqviewer.dll can't be loaded into my VB6 program. It has...
I probably need to also say I have the complete setup on another computer and it works fine (cross my fingers) I don't know why it happened on this computer which BTW is my main dev computer. But if the other computer all of the sudden does the same thing I'm dead because the application will no...
I have been using VB6 Enterprise along with Crystal 8.5 Dev edition the computer also has the 8.5 Enterprise on it. I have used it for a long time with no problem but all of the sudden when I load my VB6 application it tells me xqviewer.dll can't be loaded into my VB6 program. It has something...
Thanks for responding donutman
I want to import the data from several tables that have the exact same table name in the new database. So I need to choose the table to import the data into the new table with the same name not all the tables all at once. I hope this is clear and not clear as mud...
I know for you experts this is a stupid question but I'm a VB6 programmer and need help.
I have a new SQL db with most of the tables having the same name etc as the one I want to import the data from but not all. I only want to import data from some of the tables not all. Then one of the...
I thought of that and updated the NIC drivers to the latest manufacturers one available and nothing has changed. Same problem on both and BTW I also installed SP1a on my notebook and it has the exact same problem.
I have 2 XP Pro machines I have installed SP1a and the other updates from the Microsoft Windows Update site but NOT SP2. Both machines have the same problem. I can use IE for awhile (short time actually) then it stops working as do any of my other internet programs. It is not an IE problem since...
I'm somewhat new to Microsoft SQL2K and know just about enough to get myself in trouble so I need some help.
If I run a query like Select* from tblClaim where FileNo is "" I want to then delete those records from the db.
Meaning any record with the FileNo column being empty I want to delete...
I'm using a component one VSFlexgrid Pro version 8. I am using this filter to filter the recordset.
Adodc1.Recordset.Filter = "payappID = '" & Text2.Text & " '"
In any of the bound Data modes available in the grid the filter works just fine. However I need to use it in the Data mode flexDMFree...
What is wrong with this code?? Please help while I still have some hair left. :)
Private Sub cmdSave_Click()
If Adodc3.Recordset.BOF = True And Adodc3.Recordset.EOF = True Then
Adodc3.Recordset.CancelUpdate
Adodc3.Recordset.Close
Set Adodc3.Recordset.ActiveConnection = Nothing
Else...
I have a form with Component one True DBGrid 8 it is bound using ADODC control with this code and the grid is set to allow update.
Select *
FROM tblPayAppLineItems INNER JOIN tblProjectLineItems
ON tblPayAppLineItems.LineItemID = tblProjectLineItems.LineItemID
If I make a change to any...
I have a form with a textbox that contains a number the form has a grid. I need to insert the textbox number into one of the columns in each row in that grid.
Any suggestions would be really appreciated.
Thanks
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.