Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~281 People Reached
Member Avatar for aspsqlvb

[ hEY GANG.. When using PHOTOSHOP for using the automate batch option for pics, I am getting the prompt "COULD NOT SAVE THE FILE BECAUSE THERE IS NOT ENOUGH RAM" I have 1.5 GB of RAM.... I believe that is more than enough RAM to perform this operation. Any help …

Member Avatar for katarey
0
124
Member Avatar for aspsqlvb

Hey guys..... can someone tell me why when I pass a NULL value to this function, the logic comes back as NULL and not an empty string?...... Thanks, Ken [CODE]Public Function Field2Str(strValue As String) As String If IsNull(Trim(strValue)) Then Field2Str = " " Else Field2Str = Trim(strValue) End If End …

Member Avatar for aspsqlvb
0
157