Posts
 
Reputation
Joined
Last Seen
Ranked #265
Strength to Increase Rep
+8
Strength to Decrease Rep
-2
90% Quality Score
Upvotes Received
39
Posts with Upvotes
34
Upvoting Members
28
Downvotes Received
4
Posts with Downvotes
4
Downvoting Members
4
17 Commented Posts
12 Endorsements
Ranked #136
Ranked #228
~135.33K People Reached
Member Avatar for draven07

Your first step is to work out your data model. Think about the data elements you want to store and how they relate to one another.

Member Avatar for hAmzkie
0
131
Member Avatar for Khalid_12
Member Avatar for wael meto
Member Avatar for petrarobert002

You are best to use a mac. Download xcode and start from there. there are some excellent tutorials on iTunesU

Member Avatar for Jack_11
0
396
Member Avatar for maldz

Create a dataset using a SQL statement to combine your multiple data and then use this as the recordsource for the datagrid.

Member Avatar for maldz
0
177
Member Avatar for TechxRay

if you double click on the control it should generate the appropriate handler for an click event.

Member Avatar for NeilR
0
568
Member Avatar for bantex07
Member Avatar for mgold
Member Avatar for pars99

No switch takes an integer you need if then else if construct if ([textfield.text isequaltostring:@"someCase"]) { // do something } else if ([textfield.text isequaltostring:@"anotherCase"]) { // do something else } else { // do yet another thing }

Member Avatar for pars99
0
122
Member Avatar for pars99

That is not a label that is a text field. Drag a label across from the object library, it will have type of UILabel. If you are using the latest version of xcode you should be putting an underscore on the front when referrring to them locally, [_label setText=@"Hello World"]; …

Member Avatar for pars99
0
247
Member Avatar for Sivaram R

NSArray *dateFormats = [NSArray arrayWithObjects: @"dd/ mm / yyyy", @"mm / dd/ yyyy", nil]; NSString *selectedDateFormat = [dateFormats objectAtIndex:formatSelected];

Member Avatar for ChrisPadgham
0
324
Member Avatar for Harvey_10

Yes, you do not need to synthesise them if the setters and getters are as simple as above. In recent versions the "_" on the front is for the internal representation of the property. You also do not need the statements on lines 3 & 4. Properties are the external …

Member Avatar for ChrisPadgham
0
179
Member Avatar for ImranQureshi

There are bar code fonts you can download and install on your PC for the purpose. Just google "barcode font" and you will find plenty. Using this font you can print barcodes on your normal laser on A4 etc however if it is for a shop you may want to …

Member Avatar for matcooper
0
3K
Member Avatar for android45
Member Avatar for mptheapple11
0
196
Member Avatar for MareoRaft
Member Avatar for ChrisPadgham
0
192
Member Avatar for Ole Raptor

Have you thought about breaking up the form into a number of smaller forms and containing them all in a parent form.

Member Avatar for WordTickler
0
2K
Member Avatar for dwiniers
Member Avatar for SamD34

You need the nil to indicate the end of the list. Also float is a primitive data type and so wont work in this context. You should use NSNumber (which is an object) rather than float.

Member Avatar for great_learner
0
320
Member Avatar for angel06

This is not normalised properly, Time, Date and Day should all be housed in the one field using a type of Date/Time. When you display them you can choose to display the one field three times for each of the values.

Member Avatar for vonnoy
0
143
Member Avatar for Begginnerdev

WIA is your best bet if your scanner drivers support it. Otherwise you will need to use TWAIN. There is a product called EZITWAIN which I have used at a client where WIA did not work.

Member Avatar for Begginnerdev
0
3K
Member Avatar for belber

Are you sure this is the correct approach, the barcode scanners I have used present the data as if it had been typed on the keyboard. ie. you set focus to a text box, scan the barcode and the barcode appears in the text box followed by a CR. If …

Member Avatar for ChrisPadgham
0
992
Member Avatar for qajaq49

if you are being prompted for "Forms!f_TopicSelect!cboTopics" then it does not recognise it as an object. To cut to the chase, here is what I think you want to achieve. Create a tabular form to display notes and topics from the notes table using the form wizard. In design view …

Member Avatar for wafs
0
508
Member Avatar for ronb
Member Avatar for aronhugos
0
4K
Member Avatar for mh.cool992

on line 16 you should have [QTY]=[QTY]-@QTY however it looks like the employeeId is the primary key to Inventory file which seems somewhat strange.

Member Avatar for mh.cool992
0
750
Member Avatar for myliene

The chart wizard in Excel should be all you need. just add a chart to your spreadsheet and step through the wizard

Member Avatar for ChrisPadgham
0
110
Member Avatar for android45
Member Avatar for ChrisPadgham
0
92
Member Avatar for badboy11
Member Avatar for compulove
Member Avatar for jamescv7
Member Avatar for AndreRet
0
447
Member Avatar for moonfang9909
Member Avatar for brylle
0
96