Thanx for the quick response frederico, but the viewer size is limited and locked so they can't see the whole screen they want to view. And that is what i want to prevent them from doing.
Hello All
I have a webbrowser to view web pages but i only want it to view, the users can't be allowed to right-click for the function of saving target etc. Is this possible?
Thanx for your time and help
Hello
I have a datagrid which has a couple of yes/no fields, i have made it so a dropdown list button is visible when click on the cell but nothing is displayed in the list. How can i do this? The following code is what i use to display the dropdown button.
With DataGrid1
.Columns(5).Button =...
I did use adodc1.refresh to start with but got the error 'Syntax error in query, incomplete query clause. Then i get the error message : 'Method Refresh of object 'IAdodc' failed', i think it has something to do with the I being before the adodc but can't explain why.
Hello
I am using a adodc component which is connected to a ms access table. I am displaying the information in a datagrid. I can display, add, save etc. The one problem I am facing is trying to search and only display the search results (not a find). The following code is what I am using...
Hello
There are a couple of threads about my issue but nothing that can help so far.
I have various textbox's which are populated with info from a database using a adodc control. My flexgrid populates with each row from my database, which is fine. But when i try to introduce a picture instead...
Hello
I have a access database which is linked to vb6 with a adodb control and viewed with a datagrid control. The information shown is as follows:
Log Name
-1 Smith
0 Jones
The log column can only be -1 or 0. So what i would like is in the datagrid, the -1 or 0 to be replaced with a...
Hello All
I am currently working on a program which displays text files in a text box.
What i need is to search the text box for the last instance of a word and then display that line.
Is this possible? or do i have to reverse the textbox to show the bottom text at the top and then search for...
Hello
I have being trying to solve this for days now and I have come to the decision that i need help, so here I am.
What I need is to find duplicates in one column and then add the contains of other columns. Example below:
What I have (In a table):
Name A B Money
Mr X...
Hello
I have a program which searches excel files. One problem i am getting is the Run-Time Error '3349' : Numeric Field Overflow. This doesn't happen on all excel files even though the layouts of the excel files are the same.
Does anyone know why this is happening and maybe a possible answer...
Sorry it is the DatabaseName i wish to populate but with the following code, it only clears the DatabaseName.
Dim selected as string
selected = Combo1.List
Data1.DatabaseName = selected
My Combo1.List is populated with the mdb files from a folder, which when selected needs to be...
Hello
I am wanting to be able to change the RecordSource of a DataField while the program is running. The aim is that a combo box is displaying a list of databases in a folder and for the user to select the database from that list. So then the RecordSource will display that database, for it to...
Hello
I am wanting to be able to change the DocSource of a OLE while the program is running. The aim is that a combo box is displaying a list of databases in a folder and for the user to select the database from that list. So then the DocSource will display that database, for it to be searched...
Hello
I am trying to write a query which will not include a row if there is another row mostly with the same details but one column is different, below i will try and explain myself a bit better using an example:
ID Name Addon
1 Mr Flibble Extra
2 Mr Flibble...
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.