Search found 17 matches

by at2k21
Thu Aug 24, 2017 7:04 pm
Forum: Standard/Enterprise Development
Topic: Call to SPGetFieldValue returns 0 on invalid FieldName.
Replies: 1
Views: 2428

Call to SPGetFieldValue returns 0 on invalid FieldName.

Making a call to SPGetFieldValue passing "" or even "nonsense" for chFieldName parameter returns 0 as the result. According to the documentation it should return a result < 0. Has this changed and not been updated in the documentation? Is there a way to know if a field name is in...
by at2k21
Tue Aug 22, 2017 3:34 pm
Forum: Standard/Enterprise Development
Topic: Where is the COM+ API?
Replies: 11
Views: 6988

Re: Where is the COM+ API?

Thank you Gil. That is very similar to code I was able to get working already. I will just go with that.
by at2k21
Tue Aug 22, 2017 1:57 pm
Forum: Standard/Enterprise Development
Topic: Where is the COM+ API?
Replies: 11
Views: 6988

Re: Where is the COM+ API?

That did show a success message but I cannot find the class ProForm.ProFormAPI in the registry. What is the best way to reference this from my C# project? Maybe I am going about this all wrong.
by at2k21
Tue Aug 22, 2017 12:48 pm
Forum: Standard/Enterprise Development
Topic: Where is the COM+ API?
Replies: 11
Views: 6988

Re: Where is the COM+ API?

Yes, I have the same files and the date modified stamps, sizes are the same.
by at2k21
Tue Aug 22, 2017 11:07 am
Forum: Standard/Enterprise Development
Topic: Where is the COM+ API?
Replies: 11
Views: 6988

Re: Where is the COM+ API?

I checked the softpro.dll from the SDK and in my client folder and they appear to be the same. Neither indicates whether it is Classic or STD. The version number is 30.0.41004.32 and I have included a screenshot of the properties window in case I am missing something. Link to properties window image...
by at2k21
Mon Aug 21, 2017 5:48 pm
Forum: Standard/Enterprise Development
Topic: Where is the COM+ API?
Replies: 11
Views: 6988

Re: Where is the COM+ API?

Bob, Thank you for your reply. I think there is some confusion though. I am doing Enterprise development as opposed to Select and the documentation with the API I got is titled. PROFORM CLASSIC API & COM+ INTERFACE . It is laid out it three primary sections labeled ProForm Classic API , COM+ Int...
by at2k21
Mon Aug 21, 2017 4:55 pm
Forum: Standard/Enterprise Development
Topic: Where is the COM+ API?
Replies: 11
Views: 6988

Where is the COM+ API?

I'm new to using the ProFormAPI. I have it installed on my development machine and can access ProForm using the classic interface. I am using C# and was thinking that using the strongly typed COM+ dll would be better but ProForm.ProFormAPI does not seem to be registered and calling dllregister on th...