Hello Robert,
I think this will solve your problem (I have no English Windows so I hope I'll translate correctly):
Go to the (file-) Explorer (so not IE!). In menu Extra, Mapoptions, Tab Filetypes. Then go to your filetype, for instance csv. Click Advanced. Uncheck the box that is named...
Hello,
I'm facing more or less the same problem. When a single browser is opened for an application, a user logs on and closes the browser, no login information is stored. The next time he has to fill in login credentials again. But when another browserwindow was opened before opening the...
Hello All,
We want to use the "Tip of the day" form. We open it by using code:
frmTip.Show
in our startup form. It works fine until the user disables the "Show tips at startup"-checkbox. After closing and restarting the program it gives the following error:
Run-time error...
After carefull consideration we reshuffled our program and now it works. We now have a uniform declaration of connections and recordsets. Thank you for your time and effort.
We are currently using an ADO coneection to connect with the excel worksheet. THe connection is working fine and it is possible to extract data from the worksheet and put it in a flexgrid. However, now we want to select specific data (a specific brand) from 1 column (which would be like...
My question is more: how to select data in an excel sheet and then put them in a combobox. I tried to filter records but that didn't work.
Variables were declared as following:
In Private sub cboBrand_Click():
dim strFilter as string
dim strBrandSelected as string
dim varTypeSelected as variant...
I want to select several records (or rows) with the same cell value in column 1 and put them in a combobox. What can I do best? Filter the sheet for these rows (A)? Or use Find and then AddItem within a loop (B)?
(A) 'filter on brand which is first column
strFilter = "Brand = " &...
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.