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
Cisco ASA CSC setup
Hardware Firewall Configuration for Direct Access ( Teredo Tunneling)
How do I identify if I have RAID array setup?
SSRS Combine two datasets into one data region - Must be in report not in SQL server
Datareader object is already open message
RPG III program will not execute inside a RPG IV program (error message: MCH3401)....
VBA Convert long date format to short date
Server security analysis to determine patch level
Discrete Math, Big O, Little o
IPad / iphone, activesync issues with Exchange 2003 + ISA 2006