Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default DataCombo seems locked after changing TabStrip

Hi,

we're trying to install a DataCombo-Control (Mircrosoft DataListsControls
6.0(SP3)) on an Excel2000 UserForm. It is placed on a MultiPage-Control. We
have no problems with filling and displaying the DataCombo. On first use
everything is ok. But as soon as you change between the pages of the
MultiPage the DataCombo seems locked i.e. you can't edit the edit-field from
the DataCombo (you can open the pull-down, you seem to be able to select an
entry but the selected item is not displayed in the edit-field). If you move
the mouse over the edit-field the cursor shows an arrow instead of the
insertion-mark ('|').

Our system:
Win2000 SP3, Office2000, MDAC 2.7, SQL-Server2000 SP3

Our code for filling the DataCombo is the following:
Set recFahrzeuge = New ADODB.Recordset
recFahrzeuge.CursorLocation = adUseClient
recFahrzeuge.Open "Select * From tblFahrzeuge", cnn, adOpenKeyset,
adLockOptimistic
Set dummy = Me.Fahrzeug
Set dummy.RowSource = recFahrzeuge
dummy.ListField = "Fahrzeug"

Does anybody know this problem?

Any help is greatly appreciated.

Greetinx from Germany
Reiner




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Locked worksheet & hyperlinks (w/ select locked cells unchecked) dgold82 Excel Discussion (Misc queries) 1 July 10th 09 09:42 PM
protect formulas in locked cells from changing if data is moved Cleve Excel Discussion (Misc queries) 3 July 24th 08 03:12 PM
Changing name for "Locked for editing by..." Cory Excel Discussion (Misc queries) 0 September 18th 07 10:20 PM
tabstrip when chart is saved as webpgae SteveEldridge Excel Discussion (Misc queries) 0 September 19th 06 09:10 AM
Put comments on a locked spreadsheet even though cells not locked RDP Excel Worksheet Functions 1 September 11th 05 11:59 PM


All times are GMT +1. The time now is 12:27 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"