Click here to Skip to main content
15,922,325 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Help me ASAP. Pin
Dave Kreskowiak4-Apr-05 16:00
mveDave Kreskowiak4-Apr-05 16:00 
GeneralAccess-- Connection String Pin
Anonymous4-Apr-05 3:30
Anonymous4-Apr-05 3:30 
GeneralRe: Access-- Connection String Pin
Jim Matthews4-Apr-05 4:47
Jim Matthews4-Apr-05 4:47 
GeneralRe: Access-- Connection String Pin
Anonymous4-Apr-05 5:10
Anonymous4-Apr-05 5:10 
GeneralRe: Access-- Connection String Pin
Jim Matthews4-Apr-05 5:30
Jim Matthews4-Apr-05 5:30 
GeneralRe: Access-- Connection String Pin
Anonymous4-Apr-05 6:16
Anonymous4-Apr-05 6:16 
GeneralRe: Access-- Connection String Pin
Jim Matthews4-Apr-05 6:50
Jim Matthews4-Apr-05 6:50 
Generalhello anybody can solve it Pin
Anonymous4-Apr-05 3:17
Anonymous4-Apr-05 3:17 
For some reason, the CurrencyManager will not let me remove the last item in the collection. For example, if I have a CurrencyManager bound to a collection with a Form and Control bound to the CurrencyManager. I can remove any item from the CurrencyManager just fine with RemoveAt. However, if it is the last item , it simply ignores the call. It doesn't throw and error, it simply doesn't do anything. Count remains Same, Position remains 0. Even if I try calling CurrencyManagerVar.List.Clear(),
it ignores the call. Again, no error, just doesn't do anything.

But in my Another form it has worked fine with CurrencyManager.RemoveAt(CurrencyManger.Position)
Any Problem in my code?

My code is :

CurrencyManager.RemoveAt(CurrencyManager.Position)

I have also tried with
Dataview.Delete(CurrencyManager.Position)

And
Dataview.Delete(CurrencyManager.Count-1)
And also with

DatarowView = CurrencyManager.Current
DataTable.Remove(DatarowView.row)


GeneralRe: hello anybody can solve it Pin
Jim Matthews4-Apr-05 4:52
Jim Matthews4-Apr-05 4:52 
GeneralRe: hello anybody can solve it Pin
Anonymous4-Apr-05 19:41
Anonymous4-Apr-05 19:41 
GeneralDataset Help Pin
nitin_ion4-Apr-05 1:56
nitin_ion4-Apr-05 1:56 
GeneralXML Didn't post Pin
Colin Angus Mackay4-Apr-05 2:32
Colin Angus Mackay4-Apr-05 2:32 
GeneralRe: XML Didn't post Pin
nitin_ion4-Apr-05 17:22
nitin_ion4-Apr-05 17:22 
GeneralCPU ID and Mac address Pin
Dile4-Apr-05 1:39
Dile4-Apr-05 1:39 
GeneralRe: CPU ID and Mac address Pin
Anonymous4-Apr-05 15:21
Anonymous4-Apr-05 15:21 
GeneralCustom button Pin
kurtvandoorne4-Apr-05 1:36
kurtvandoorne4-Apr-05 1:36 
GeneralRe: Custom button Pin
Mitch F.4-Apr-05 7:49
Mitch F.4-Apr-05 7:49 
GeneralVB vs C++ for COM Development Pin
Anonymous4-Apr-05 0:02
Anonymous4-Apr-05 0:02 
GeneralSimple VB Code Pin
firestar_3x3-Apr-05 23:41
firestar_3x3-Apr-05 23:41 
GeneralCan U help me on this? Pin
abeyphier4-Apr-05 3:54
abeyphier4-Apr-05 3:54 
GeneralDatagrid Selection by Row Pin
Sniper6663-Apr-05 20:12
Sniper6663-Apr-05 20:12 
GeneralRe: Datagrid Selection by Row Pin
lata07mahi5-Apr-05 19:46
lata07mahi5-Apr-05 19:46 
GeneralRe: Datagrid Selection by Row Pin
Sniper6666-Apr-05 20:18
Sniper6666-Apr-05 20:18 
GeneralPlease help if you have ever don a project Over A LAN Pin
Anonymous3-Apr-05 19:26
Anonymous3-Apr-05 19:26 
GeneralRe: Please help if you have ever don a project Over A LAN Pin
Colin Angus Mackay4-Apr-05 2:38
Colin Angus Mackay4-Apr-05 2:38 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.