![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Questions & Help Needed Post any question regarding Basic4ppc. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
I've got a number of fields on a form (all called "txt{something}" eg txtHomeTelephoneNumber) and I want to be able to quickly set them in code, ideally without typing every time
txtHomeTelephoneNumber.Text = PimContact.HomeTelephoneNumber is there a quicker way (or at with least less typing)? for instance in classic ASP I could do setField(fldName) sub setField(fldName) eval("txt" & fldName & ".Text = PimContact." & fldName) end sub I know I'm just being lazy ![]()
__________________
Random Thoughts of an Offbeatmammal |
|
|||
|
that lets me get at the value for the control on the form
so I can do the the Control("txt" & fldName).Text part of the process but... doesn't seem to want to let me access the corresponding PimContact (Outlook Contact) field unless I'm missing something (quite likely!) both Control("PimContact." & fldName) and Control("PimContact").fldName give me a compile error and Control("PimContact","Contact").Control(fldName) gave me a runtime error any suggestions? not critical, just reduces my typing considerably ![]()
__________________
Random Thoughts of an Offbeatmammal |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| New feature: Similar Threads | Erel | Forum Discussion | 0 | 01-23-2008 03:15 PM |
| Sound Lib Similar to Image Lib | Louis | Basic4ppc Wishlist | 0 | 06-29-2007 04:16 AM |
| execute , run , another application | giannimaione | Questions & Help Needed | 3 | 05-04-2007 10:04 PM |