Locking Combobox ** Resolved** -
I want to be able to lock a combobox when I load a form based upon a specific criteria. I want to prevent the combobox from dropping down when the user clicks on the drop down arrow. I don't want to use the .Enabled property because I want to be able to change the fore color of the combobox.
Any suggestions?
Locking Combobox ** Resolved** -
I want to be able to lock a combobox when I load a form based upon a specific criteria. I want to prevent the combobox from dropping down when the user clicks on the drop down arrow. I don't want to use the .Enabled property because I want to be able to change the fore color of the co
Locking Win2k PC (<Resolved>) -
Hello all.. does anyone have any sample code for locking my windows2000 workstation? Basically, i want to automate the process of pressing ctrl-Alt-Del, then clicking 'Lock'
Thanks,
-mcd
[resolved] function returns combobox -
Hi,
On a form I have a combobox that I want to be filled with data.
I fill a different combobox with a dataset and the combobox datasource. I do this in a seperate class-file. Now I want to return this combobox to the combobox on the form. However this results in no data in the com
Record Locking with Access2000 -
Hi
No matter how I try I cannot open an Access2000 database in record locking mode. The database is always opening using page locking.
Here is what I have done:
Created an Acces2000 database and set the default locking mode to Record-Locking.
In VB Created an ADO connection
locking the combo box without locking the combo box -
hi,
i have a combobox that i don't want the user to type info in, but i still want him to be able to select items from it.
it seems that if i set the locked option to true i can't select any of the items in the list..
how do i solve this?
Updating/Locking -
When updating a table, I understand that you're meant to use pessimistic locking, but how can you use this type of locking? What I mean is that I usually use a command or connection object to execute an update statement, but neither of these has any locktype property. So do they use pe
Access Locking Question -
Does anyone know if Access 2000 does page level locking, row level locking, or even (i'm stretching here) cell level locking?
If i could find that out that would be great.
locking textboxes in one foul swoop.*RESOLVED* -
I have several textboxes within a frame and would like all of them to be locked. Rather than individually locking every textbox, is there a faster way?
ideally, i would prefer to disenable the whole frame, but the frame title is then greyed out.
Any help would be appreciated..
Access97 Page Locking -
There's nothing "wrong" with Access. Even MS wouldn't ship 5 different versions of a product that had something badly wrong with it.
The problem is that people are trying to write to a table at exactly the same time. Obvisouly this can't happen, so it complains, amd rightl
Record Locking question -
Is row-level locking possible with Access '97
and DAO ?
Everything I've read so far says the best I can
get is page-level locking. This isn't what I want.
ado locking -
Hi,
I'm using VB6 + ADO + SS7 just like many others do. I would like to know, how will u implement locking to your applications?
I can think of 3 ways at least:
1. Using recordset's Pessimistic or Optimistic locking.
2. Using timestamp field, and compare it b4 updating.
3. U
RESOLVED: Access combobox style -
Is it possible to set the style of a combobox on an access form to dropdown only?
I dont want users to be able to edit or type in the combobox...
I have tried using code to set the combobox.style to 2, but I get an error (method or data member not found).
There's also no optio
"vb row-level locking" -
I have an access 2000 database, a vb front end app and am using jet 4.0 for the two to comunicate. I beleve i can now perform row level locking rather than page locking is this true. Please tell me how
Thanks in advance Jamie
ComboBox(Resolved) -
Hi,
I have a combobox which users can select from options and the records will display in a MSFlexGrid. I set the property to dropdown option 2, so the users are not allow to add or edit in the comboBox. When the user click on the text box, i want the selected option in the comboBox
simple combobox question [resolved] -
it may seem trivial but here's what I need an answer for.
I have two comboboxes, let's call them A and B. and simple text files. What I'm aiming at is when I select filename 1, 2 or 3 from the combobox A the content of the file is loaded to the combobox B where each string is an en
Computer Locking -
Does anyone use any physical means of locking their computer?
I am thinking about getting locking cables to secure my monitors and tower to each other and the wall. I already have a lock on the case to keep people from getting to the internal stuff, but if someone really wants to g
******RESOLVED******combobox -
How can I detect the row number that a user has chosen with a combobox?
Thanks!
INI to Combobox(still not resolved) -
need the code to connect ini file to my combobox...thanks
Row-level locking in Access 2000 -
First, I start Access 2000 and open an .mdb database( with option Default record locking set to "Edited record" and option
"Open database using record-level locking" set to True.
Second, I run 2 exe copies of a program written with VB6 in which I open (in pessimisti
*RESOLVED* - ComboBox and Recordsets -
I have a form with a combobox in it. I use this form to modify records. Of course the combobox already has the choices available for one field. When the user selects the record to modify, the form gets filed out with the current data. How can I set the combobox to the value that is
[2005] resolved - Requery ComboBox DataSource -
So I have a ComboBox on the form, it is Databound, how do I re-query the DataSource and update the items in my ComboBox.
This ComboBox lists printers available in the application, if I add one, I need the users to be able to click on the little "refresh" button and show th
Record Locking with Sql Server -
I'm trying to lock a record for subsequent updating. By locking I want another instance of the application to be blocked from viewing the same record.
My questions:
1. Are there any properties / parameters that need to be set with Sql Server.
2. What VB syntax is nec
Methods For Locking a File -
Can someone give me as many methods for locking a file as possible(with examples)? To me, locking a file mean that it can't be read or written to, by any program. Thanks
Page locking SQL Server 2000 -
Hi there,
I still have a locking problem.
I use VB 6.0 and SQL server 2000 SP2
After I insert or update a record under commit control page-locking happens.
First I thought the complete table got locked, but when the table has enough records I was able to open the table.
I read o
ADO - Access200 -
Hi All,
I'm using VB6 SP5, Access 2000 and ADO on Windows 2000..
The moment a user accessed a record I want to lock
it for all other users, but only that specific record.
Is this possible with access database or not.
Always get database locking or table locking or
page lock
locking db prob -
How do i prevent my app from locking the db that it used.
i used ODBC driver and Sun db.
Locktype = adlockoptimistic
Record_Level Locking -
Erm, how can I implement record-level locking with an ADO connection?
[resolved] multi column combobox -
we just upgraded to .Net at work and I'm just starting to use it. Hopefully this is an easy question. In vb6 I almost always used a multiple column combobox or the ItemData property to store multiple values in one "row" of the combobox. Can you do this in .Net or do i need to
ADO, DAO and record locking -
I am using VB6, ADO and Access 97
I am having a problem with getting ADO to lock records
I have setup the cursor location as UseServer and
opened a recordset with pessimistic locking, but
when I access the same record from another workstation
it opens the record no problem
Locking Workstation (NT) -
Does anyone know (or have) any code which will able me to add the functionality of NT locking terminals? This would be useful as I could give the user a timeout option in the app to lock the machine.
Thanks
Listbox and ComboBox Questions *Resolved* -
I have two questions regarding the Listbox and ComboBox Controls:
ListBox
I have a ListBox control on my form and I have select the Checkbox style from the dropdown list. Can the value of this checkbox be set and changed by the user?
ComboBox
I have a ComboBox on another for
Populating combobox and displaying on a report - RESOLVED -
Hey guys,
I'm developing a DB with Access 2000 and VBA, and was hoping you could help me. Right now, the problem I'm stuck on is this: I've got a group of 3 option buttons on one form. The option buttons correspond to fields on a table I've made.
Anyways, when the first form ex
Autolength combobox -
i have a combobox. the length of the combobox is fixed.
i dont wnt to adjust the length as i want my form look neat so i want all combobox are in the same length.
but the problem arise when the data that loaded in the combobox is longer than the combobox length (like in the attachmen
HP 8655 Locking up -
Does anybody have experience with this? I heard that lock ups are common with this computer, but I don't know what's causing it. Right out of the box, with only factory installed software it started locking up. BIOS has been updated per HP.
Help - Database keeps crashing -
Hi, I'm having some real problems with my database. It's been crashing recently.. It's a database that is been used by 2 users right now, but they would like to have 3-5 users later.. I believe it has to do with locking, but I'm not sure how to go around locking it.. Does anyone hav
Record Level Locking -
Does anybody know how to create an ADO connection where record level locking is set instead of page level locking
Thanks
no duplicate value in the comboBox(Resolved) -
hi,
I want to avoid the duplicate course tittle in the comboBox when I load the form. It is allow to add new course tittle if there is not in the combobox. I have try to search from the examples but none of them are relevant. Please help.
Private Sub Form_Load()
rs.Open "s
Combobox set item...{RESOLVED} -
Just a quick question...
How do I make combobox to show the very first item when form loads.
I did it b4 and can't remember from top of my head...
Cheers...
Detecting comboBox down arrow click [resolved] -
Hi team
Does anyone know how to detect when the down arrow of a combobox has been clicked?
thanks
FW
which is the right locking method -
which locking is the right one Optimestic or Pessimistic in the muti user environment
is locking possible if u open recordset with last parameter as adCmdText parameter
e.g
Recordset.open source, connection,cursortype,locktype,adcmdText
so if im using sql query in the sourc