Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Passing Values from ReusableAction To mainscript
#2
Not Solved
I have got the answer for this.

Code:
On error resume next
CheckForParam = DataTable("Display", dtGlobalSheet)

If err.number <> 0 Then
'Param does not exist and must be added
DataTable.GetSheet("Global").AddParameter "Display",PrdName
Else
'Param exists and should be updated
DataTable.Value("Display",dtGlobalSheet) = PrdName
End If
Reply


Messages In This Thread
RE: Passing Values from ReusableAction To mainscript - by bostonma - 03-25-2009, 05:11 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Passing Object to Function Mozza 2 1,583 08-02-2018, 03:22 AM
Last Post: Mozza
  Passing objects to Functions vinod.nhce 0 3,233 03-13-2014, 06:09 PM
Last Post: vinod.nhce
  Passing the object list as the argument arun2kindia 1 2,163 07-28-2009, 03:01 PM
Last Post: manabh
  How to compare local sheet values with run time data table values? test71 2 8,167 03-14-2008, 07:09 PM
Last Post: test71

Forum Jump:


Users browsing this thread: 1 Guest(s)