Microsoft
Software
Hardware
Network
Question : Make connection from instance to interface
I have created a NSString variable in my .h file here is the code
@interface GatheringResult : NSObject {
IBOutlet NSString *sai_transactionnumber;
}
- (IBAction)ResearchEntry:(i
d)sender;
@end
but when i try to link my instance to a text field, it make nothing
what i did wrong
Answer : Make connection from instance to interface
Probably, you need:
IBOutlet UITextField *sai_transactionnumber;
If you have a text field and need to get to it from your code, you add UITextField variable as an outlet.
You can add NSString too, I do not know what exactly you do.
Random Solutions
event ID 39 - 40 -41- 42- 47 winmgmt
Offline address book cannot be downloaded after moving mailbox to exchange 2010
VS2008 - Help with preferences
New Windows 7 workstations in existing SBS 2003 domain
Change primary smtp addresses for 29 users using powershell for exchange
xp sp2 clients wont log or ping server 2003
Difference between Icefaces,myfaces,richfaces
in JSF?
Doing an INSERT or Update based on if the record already exists or not while importing data from a text file to SQL SERVER 2005.
Block Logme internally
Trimming the beginning and end of a string