Questions tagged [data-linking]

33 questions
0
votes
1 answer

Opening an excel file using New-Object breaks formulas, using Invoke-Item doesn't

I need to run a script that just opens an excel file, calculates an excel cell connected with a Pi DataLink, then tells me the value. If I try to do that in the way that's standard: $objExcel = New-Object -com Excel.Application $objExcel.Visible =…
Charles Clayton
  • 17,005
  • 11
  • 87
  • 120
0
votes
2 answers

CodeIgniter Datalink with both MySQL and MSSQL

I know there are several questions that is similar to this question, but somehow I am not able to get it to work, and I have been going around to check for solution but unfortunately I cant find any: Situation: I have a web application built in…
rfpdl
  • 956
  • 1
  • 11
  • 35
0
votes
1 answer

jsViews: Check data to be validated before the view is updated in data-link

The question is related to validating/catching the data before the binding update, in a manner that you can implement validation. Does anyone have any examples that are a generic type implementation, not specific of doing something in a similar…
Ronny
  • 471
  • 1
  • 5
  • 11
1 2
3