Search found 54 matches

by danvanf
Fri Apr 24, 2009 11:01 am
Forum: Integration Development
Topic: DefaultTemplate in the API
Replies: 3
Views: 898

Re: DefaultTemplate in the API

spec.Templates.Add(@"MyTemplate"); Phil, This might be a newbie question, feel free to point me toward education, but what does the "@" sign do? I have an app that is attaching a template without the @, and I'm wondering if I should be using it. (Whatever IT is <smile>) FYI My a...
by danvanf
Fri Apr 24, 2009 10:27 am
Forum: Installation and Setup
Topic: SDK Installer - Major problem
Replies: 8
Views: 1705

Re: SDK Installer - Major problem

Another method to get around this problem requires one to be comfortable deleting from the registry. Search the Registry for "Select SDK" and delete all Keys which contained a Name or Data that matches, which are not an obvious key of another application. Also Delete the "Select SDK&q...
by danvanf
Mon Apr 06, 2009 4:40 pm
Forum: ProForm (Order Tracking)
Topic: New Order, template not attached
Replies: 1
Views: 721

Re: New Order, template not attached

Oh gosh nevermind....

I just needed to hit period, then add, to get the right level.

spec.templates.add("DVF-Estimator") works fine.
by danvanf
Mon Apr 06, 2009 11:54 am
Forum: ProForm (Order Tracking)
Topic: New Order, template not attached
Replies: 1
Views: 721

New Order, template not attached

I am creating a new order via the API, when I do, the Default template for the Profile, that the authenticated user is a member of, doesn't apply to the order. If I create the order via the standard user interface, logged in as this same user, the template is attached. The correct unique Order Numbe...
by danvanf
Thu Apr 02, 2009 9:54 am
Forum: ReadyDoc Development
Topic: System Time
Replies: 2
Views: 1190

Re: System Time

Sure,
<CALC TS (SystemTime())>

Just in case you didn't know, I used the Select Developers Toolbar to generate the above formula in a few seconds. Visit http://SoftProDeveloper.com for more information.

DanV
by danvanf
Mon Mar 23, 2009 8:51 am
Forum: ReadyDoc Development
Topic: PC for individual names of sellers and buyers
Replies: 20
Views: 4391

Re: PC for individual names of sellers and buyers

HI Miri, How about adding a page with something like this to find Organizations without people. <FOREACH {{Order.Buyer}}> <IF {{.INdivOrOrg}} = (whichever way the True False goes if it's an organization)> <IF (ISEMPTY({{.Person[1].Name}} = TRUE))> So if we are processing this line, we have found a b...
by danvanf
Sun Mar 22, 2009 12:27 pm
Forum: ReadyDoc Development
Topic: PC for individual names of sellers and buyers
Replies: 20
Views: 4391

Re: PC for individual names of sellers and buyers

If I get my Glenwood version able to run again, I'll take a look there to see why my example doesn't work in 2.2.x.

Dan
by danvanf
Sat Mar 21, 2009 6:40 pm
Forum: ReadyDoc Development
Topic: PC for individual names of sellers and buyers
Replies: 20
Views: 4391

Re: PC for individual names of sellers and buyers

I'd like to see that happy dance, Dan. :) You can thank our dynamic doc duo, Mark and Shelby, for those great new features. My head is bowed, and my hat's off to the duo! Thanks Mark and Shelby, good show! Being able to create and manipulate variables is Huge . There have been a number of times I'v...
by danvanf
Sat Mar 21, 2009 4:14 pm
Forum: ReadyDoc Development
Topic: PC for individual names of sellers and buyers
Replies: 20
Views: 4391

Re: PC for individual names of sellers and buyers

Hi Miri, To use the VAR concept, you will need to be on the 2.3.x.x release, I'm sure you'll be upgrading soon. In the mean time, I've attached sample documents one for the 2.3 release, the other for 2.2. The Glenwood(2.2) Version should work fine as long as the Organization has Corporate Officers /...
by danvanf
Wed Mar 18, 2009 3:28 pm
Forum: ReadyDoc Development
Topic: PC for individual names of sellers and buyers
Replies: 20
Views: 4391

Re: PC for individual names of sellers and buyers

Happy Dance , oh oh, I'm doing a happy dance. VAR and COUNT, Woo Hoo! With that we can solve this and many other issues. I'm still doing a head bob!, VAR---- awesome! Thank you development team! VAR , too cool . Gosh I just can't stop.... So Miri, what Select version are you currently working on? D...