
blarney
Members-
Content Count
9 -
Joined
-
Last visited
-
Days Won
2
blarney last won the day on July 6 2017
blarney had the most liked content!
About blarney
-
Rank
Newbie
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
vishal reacted to a question: Problems using Zapier zaps....
-
subraasingapore reacted to an answer to a question: Automatically focus cursor on first field... inline edit report datapage
-
Event handler and script location questions....
blarney replied to blarney's topic in User JavaScript and CSS Discussions
Thank you nightowl! I'm just now seeing this....wow, love the detailed info here, amazing job, thanks again! Oh, to answer #2, it's a form inputting sku #s that I'm checking against a hidden virtual field's cascading dropdown (which contains the skus that are associated with the order). The idea is to validate skus we are picking and packing/shipping against the skus that should be in the order (from another table).- 3 replies
-
- jquery
- validation
-
(and 1 more)
Tagged with:
-
ANY help would be greatly appreciated!!!! Okay, I have a script that I think should work, but I can't get it to function....Here it is: <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js"></script> <script> $("#caspioform").submit( function() { var selectedopts = $('[name=cbParamVirtual1]').getChildren(); for(i=0;i<selectedopts.length;i++) { if(selectedopts[i].val() == '') { return false; } } }); </script> The script is trying to validate the input (into a text field via barcod
- 3 replies
-
- jquery
- validation
-
(and 1 more)
Tagged with:
-
Ba2sai reacted to an answer to a question: Automatically focus cursor on first field... inline edit report datapage
-
Did you ever figure this out? I'm doing almost the exact same thing as you were trying to do here.... I'm just struggling to do it on the client side.... I keep getting the answer to contact Caspio and do this server side, but I'd REALLY like to avoid paying extra for something that should be simple to do!
- 3 replies
-
- upc
- check digit
-
(and 1 more)
Tagged with:
-
Wow...that worked. I could've sworn that I had tried this already.... but I may have put the [0] in the wrong place. Thank you!!!!!!!!!!!!!!!!!!!!!
- 6 replies
-
- focus curson
- javascript
-
(and 1 more)
Tagged with:
-
Consequesnce for changing field names in a table
blarney replied to rstglobal's question in Tables, Views and Relationships
I've had issues renaming fields....especially with scripts that are pulling data from other tables. If it's an insterted field, I don't think there's an issue, but if it's a field from another table, you must input/update the correct table name and field name in the script. Let me also add, that for people (like me) that use Zapier to connect to third-party APIs, when you rename a table, you must go back to your zap and select the new table name or you'll lose all the information that's coming from the third party's API. Tough lesson to learn, because you can't retri -
I'm using a barcode reader to scan an order in a form, passing parameters to another form that scans the product sku, and the 2nd form opens itself up after each sku for however many skus are related to the order. It works well. The sum of the skus scanned by product are in another report datapage that updates on the same page the 2nd form is on. The report queries both the table used to scan skus for a sum by product, and a table containing data from shipping software that contains what should be shipped within it's table.... The only issue with this setup is that I'd
- 6 replies
-
- focus curson
- javascript
-
(and 1 more)
Tagged with:
-
Style sheet from my webpage removes all styling from my reports and forms
blarney replied to blarney's question in Deployment
I'll look into to doing this... I can edit the CSS (from the stylesheet once it's on the server), but I update the page to amazon using a zip file created by the webpage software I use and it'll be overwritten each time I make a change to the page in the software and upload the new zip file. The software has an html insert function, but it's limited to the block i'm editing, and doesn't give me access to the header. I think there may be a setting that allows the user to add code to the header, but I haven't played with that yet. My main issue was having a report, deployed- 2 replies
-
- css
- style sheets
-
(and 2 more)
Tagged with:
-
I have a few zaps that pull information between Shipstation (http://www.shipstation.com/) and a table in Caspio. However, when the data is pulled in, a few columns are blank (storeid, item sku, and item name...all info that shipstation gets from shopify, although most shopify data is brought over, just not these fields). My work around is using a zap to a google sheet, then another zap to caspio. I'm not sure if the data type isn't compatible or what, but I can't imagine that they aren't in a text format....because the storeids are alpahnumeric and the item names wouldn't be anyt
-
Style sheet from my webpage removes all styling from my reports and forms
blarney posted a question in Deployment
The style sheet (css) from my webpage removes all styling from my reports and forms. I can't work with iframes, there's just too much of a struggle to refresh data with multiple iframes deployed on one page (for me at least). My question is can I get my embedded deployed code to call the css style sheet from Caspio, instead of that of the webpage??? I've tried copying all the css into the webpage's style sheet, but for some reason my tables on this website appends a number at the end of of the css selector... for example: .cbFormLabel is now .cbFormLabel_23b221101fd7e9- 2 replies
-
- css
- style sheets
-
(and 2 more)
Tagged with: