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
SBS 2008 hangs on crcdisk.sys
SBS 2003 - BlackBerry BES Express
Training Path
Create a list of users in Active Directory whose account has been locked out for 90 days
SBS 2008 Outlook Anywhere SSL Issue
If folder does not exist, then create one
Http dynamic Compression not work if We using text/html
What are the several solutions to report a record from database table
IIS Web site works in all browsers except Safari on Mac
C++ mp3 playback class