Questions tagged [interchange]

Interchange is a web-based application framework written in Perl provided by the Interchange Development Group.

Interchange is a web-based application framework written in Perl provided by the Interchange Development Group. Homepage: http://www.icdevgroup.org/i/dev

25 questions
0
votes
1 answer

Disable Command Button in IC (Interchange)

I want to disable my command button when the no of hits reach 100 ,retrieving no of hits from mysql using IC. I am doing something like this but its not working. my $cc= [sql-param hits]; [if $cc>= 100 ]
rachel
  • 225
  • 2
  • 5
  • 16
0
votes
0 answers

Interchanging selected rows and columns and plot a spaghetti plot of a R dataframe

I have a R dataframe like this: Year Country Car Bike Truck 2010 US 4342 5783 5849 2011 US 8292 4304 4839 2012 US 5839 5930 8483 I need to plot a spaghetti plot for all three types(car,bike,truck) for US. That is: Type as the legend.…
user11607046
  • 177
  • 4
  • 10
0
votes
1 answer

How to find two arrays differences and form differences in new array in JavaScript?

How do I get differences between 2 arrays and form differences in new array? arr1 = [1,2,3,4,5]; arr2 = [1,2,3,4]; newArr = [5]; Answer must be the same when arr1 and arr2 switch places.
Consxious
  • 53
  • 6
0
votes
1 answer

D3.JS Tree graph - Order of clicking is messing up the data

I have a D3 tree graph which loads data from an API when the nodes are clicked. I am noticing that the order in which the nodes are clicked is impacting the display of data in the tree. The data is correct but the order of nodes changes (const nodes…
Shilpa Nagavara
  • 1,055
  • 2
  • 16
  • 31
0
votes
1 answer

When editing code that is working on my production site, and testing on the developer site the exact same code will not run

To start, I am a beginner that has started working with my employer on their website. Adding small functions and features here and there. The issue I am coming across is, I am trying to add a reCaptcha to one of our payment pages and when I test the…
0
votes
2 answers

How can I interchange between multypling and dividing by 2 different numbers?

I'm given integers X, Y, and Z. In each step, I can either multiply or divide, by either 2 or 3. I need to transform X to Z in exactly Y steps ... or determine that it's not possible. For Example: X is 9, Y is 8, Z is 4. 9 can become 4 by:…
Diego Doe
  • 1
  • 1
0
votes
1 answer

Is a PLC program capacity interchangeable

Lets say my process currently uses a PLC with 100K steps and the memory capacity of 160K words DM: 32K words EM: 32K words× 4 banks (OMRON CJ2H-CPU65). I have a spare PLC that is rated at 150K steps and the memory capacity of 352K words DM: 32K…
txUTSA
  • 43
  • 8
0
votes
1 answer

Using media queries to interchange content on Foundation 5

thanks for helping me out. I'm using Foundation 5 and I can't seem to work out how to properly interchange content. For mobile resolutions I have designed 10 accordions and in a duplicated index.html file I have created vertical tabs that are…
0
votes
1 answer

How to add or modify css properties to interchange short code using Foundation 5

I am trying to learn Foundation 5 and am experimenting with Interchange. I used the default short code provided and have successfully gotten my images to swap per layout. I am wondering if it is possible to change the CSS attributes such as modify…
-5
votes
3 answers

Javascript form validation isn't working

I'm writing a form validation script in JavaScript. When the form is submitted, I want it to be validated before going to the next page. This page is being called from another page using Perl Interchange. Validation is performed for the three fields…
rachel
  • 225
  • 2
  • 5
  • 16
1
2