Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements

3 Posted Topics

Member Avatar for latitude7ds

I am trying to update 64 bit displays in a For Next Loop. I can pass One Object successfully but can't iterate through a collection in order. Shouldn't GetNextControl do this? It Retrieves the next control forward or back in the tab order of child controls. Is there a Better …

Member Avatar for latitude7ds
0
92
Member Avatar for latitude7ds

I'm still trying to iterate through form control objects. In another thread GetReference was suggested. Can anyone give me the usage of this method. My error is this method can't be used in this context. [code] String strControl = "IX" + i; Object Ctrl = GetReference(strControl); [/code]

Member Avatar for yagiD
0
82
Member Avatar for Ravenous Wolf

I am trying to accomplish the Same thing. See thread (Pass ObjectWith Index ForNext) I am trying to update 64 bit displays in a For Next Loop. I can pass One Object successfully but can't iterate through a collection in order. Shouldn't GetNextControl do this? It Retrieves the next control …

Member Avatar for latitude7ds
0
103

The End.