cancel
Showing results for 
Search instead for 
Did you mean: 

Recordset in UDF

former_member190313
Active Participant
0 Kudos

hi all

i have sender structure :

Sender_MT

|----


RecordSet

|----


A

|----


B

|----


C

|----


D

I want to pass all the fields under RecordSet to UDF for further processing . but the fields might get added or deleted from the recordset later. so instead of passing individual fields to UDF can i directly pass RecordSet strcture to UDF as input and access all the fields under it???

If yes how to access individual fields under RecordSet in the UDF?

Thanks

Sheetal

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

nice question. i think u r looking for is a 2D array but UDF only accepts 1D as input

Former Member
0 Kudos

Hi,

U have to pass all the fields to UDF u can not pass only recordset for processing all the fields under it.

chirag