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
ISA/TMG issue
Need to create a process that will install .exe on clients pc/servers in asp.net
How do I link combo boxes to select query in a form?
Database on a 64 bit OS - Conection issues
Why does a SAV 10.2.4.4000 new installation show up as 10.1.9.9000?
DAG & CAS array configured but it's not failover
User's Web-Based AOL Mail is sending spam to all his contacts
Problem with Microsoft Transporter Suite
Migrating SharePoint to another server
setting text of a dynamic dom element using javascript