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
Increment Value
Command to attach the database sql database file MS SQL 2000 desktop edition
Cisco CallManager CRD Analysis and Reporting
Excel 2007 viewer error in Windows Server 2008 R2 terminal server (crash)
web forms: xForms or javascript forms: which one is the best?
Moved a Dolpin 7 website to a new server and I get an error message.
Do you know a utility in Unix I could use that would compare 2 files (for ex:, files A.txt vs B.txt) and display the differences between the 2 files?
Cropping Photos Without Changing The Aspect Ratio in Fireworks 8
IIF Field Length Question
Class Diagram