Trying to add another subShift to the TimeCard template

C

Charles O.

Does anyone (maybe Scott Heim) know how I could add a 3rd subShift to the
Time Card (Detailed) template that will work to calculate the difference
between endTime and startTime and add it to the total for subShifts 1 and 2?
When I add the controls and test them I get either NaN or #1.QNAN.

Hopefully it can be done without getting into JScript since coding isn't my
strength.
 
F

Franck Dauché

Hi Charles,

First extract all files from the xsn.

Open the schema and add a subShift3 folders for day1, day2, ..to day7. You
can do it by copy-paste subShift2 in XMLSpy and renaming the copy subShift3.

Next, open the manifest.xsf (right-click / design) and insert 2 rows above
the shift row. Copy and paste the 2 rows from subShift2. Then, re-bound the
fields to the new subShift3 folder.

Try it, it should work.

Hope that it helps.

Regards,

Franck Dauché
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top