Tagged Questions

1
vote
4answers
93 views

Jquery Onlick not happening second time

I'm a bit confused as to why this isn't working; I assume that because I'm adding the class and its not being added back into the collection I'm not sure. Here it is on a jsbin http://jsbin.com/ayije …
1
vote
7answers
413 views

In Perl, how can I detect if a string has multiple occurrences of double digits?

I wanted to match 110110 but not 10110. That means at least twice repeating of two consecutive digits which are the same. Any regex for that? Should match: 110110, 123445446, 12344544644 Should not …
1
vote
2answers
141 views

Repeating “Events” (Calendar)

I'm currently working on an application that allows people to schedule "Shows" for an online radio station. I want the ability for the user to setup a repeated event, say for example:- "Manic …
0
votes
0answers
5 views

JS Image Slider with mouseover and auto repeating images?

Hey is there anything similar to this http://www.dynamicdrive.com/dynamicindex4/cmotiongallery.htm somewhere out there but just with auto repeating images (so that the gallery doesn't stop on the …
0
votes
0answers
86 views

Is there a way in InfoPath to copy the contents of an entire repeating text field from one field to another?

Background: I am attempting to create an InfoPath form that will allow me to maintain a single set of raw instructions that I can render using alternate views in InfoPath. I currently have two (2) …
0
votes
2answers
58 views

Perforce: Re-reverse-integrating a changelist

(I've already asked this on SU; while I appreciate the Tumbleweed badge there, I'd prefer an answer...) I have a reverse integration pending that I'd like to perform again on the files that are …
0
votes
2answers
47 views

Auto-repeat structures using simpleXML?

I am defining the elements of form in a simple XML structure like so: <subtab id="page_background" label="Page Background" prefix="page"> <input label="Background color" field="bgcolor" …
0
votes
2answers
173 views

Any way to add paste multiple row data into an InfoPath repeating table?

My users use Excel to come up with some ad-hoc lists of buildings we own. I'm building an InfoPath form to manage contracts on those buildings. I'm looking for a way to let my users specify the …
0
votes
2answers
197 views

How to pre-populate a summed field in an Infopath repeating table

I have an Infopath 2007 form with several views, meant to be used in a browser. I'm having trouble pre-populating a field in a repeating table, starting with a given value and then using a …
0
votes
1answer
316 views

Infopath 2007 Repeating table - two data connections

I have two data connections. One (we'll call DC1) pulls FIRSTNAME and LASTNAME from a database. The other, (we'll call DC2) uses this information to query a web service that returns a USERNAME after …