Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9239

Re: Line details too many UDF

$
0
0

Hi Yin,

 

There is something you can try:

 

Dim SQUsrFields As UserFields = oSQ.Lines.UserFields.Fields

Dim PSQUsrFields As UserFields = pSQ.Lines.UserFields.Fields

 

For p = 0 To SQUsrFields.Count - 1

                            SQUsrFields.Item(SQUsrFields.Item(p).Name).Value = PSQLUsrFields.Item(p).Value

                        End If

                    Next

 

You should always save a direct reference to collections (Fields, cells, etc...) and use that reference instead of always pulling the entire collection back from the original object.

 

If this still doesn't cut it you can use Xml to update the SQ.

Good luck.


Best regards,

Pedro Magueija


View Pedro Magueija's profile on LinkedIn


Viewing all articles
Browse latest Browse all 9239

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>