on 2008 Jun 09 7:33 AM
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
nice question. i think u r looking for is a 2D array but UDF only accepts 1D as input
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
U have to pass all the fields to UDF u can not pass only recordset for processing all the fields under it.
chirag
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
10 | |
10 | |
10 | |
10 | |
8 | |
8 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.