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
If table does not exist then
life of flat screen monitors
I want to make Liberty reserve API
Cannot logon to Windows XP
SBS 2008 - STOP c00002e2
xp pro machine as print server bt cant print from windows 7 PC
Could not attach database in sql server 2005 in Windows 7
COM Interfaces in .NetQuestion:
Help with Lucene query in Alfresco
DC keeps rebooting- 2003 server!