Search found 157 matches

by czentman
Tue Jan 13, 2009 4:00 pm
Forum: Business Rules
Topic: add record to lookup programmatically
Replies: 18
Views: 9731

add record to lookup programmatically

I want to be able to add a record to the attorney lookup programmatically. The attorney table in the db includes order id's. I want to add a record programmatically or manually but in the backend to have another attorney record for to choose from within in order, but not link to any specific order, ...
by czentman
Tue Jan 13, 2009 12:39 pm
Forum: Shell (User Interface)
Topic: More general help on creating editor windows
Replies: 2
Views: 824

Re: More general help on creating editor windows

I got it working but I have the editorControl declared to be set as object. What's the real thing to set it to? But it all looks like it runs so far so that's good.
by czentman
Tue Jan 13, 2009 11:55 am
Forum: Shell (User Interface)
Topic: More general help on creating editor windows
Replies: 2
Views: 824

More general help on creating editor windows

I went through the SDK documentation and the other topic on this but I still feel pretty in the dark and playing a guessing game of what I'm doing right and/or wrong. I'm getting an error on compilation becuase "editorControl" in my OnCreateControl function is not declared. I can't find th...
by czentman
Mon Jan 12, 2009 1:12 pm
Forum: General
Topic: Event Handler on adding new Contact in Lookup
Replies: 3
Views: 856

Re: Event Handler on adding new Contact in Lookup

Fine. So I would like to create another tab and editor window with a "lookup manager" that users can add/remove/edit entries in the lookup there. I'm starting with the shell. I'm trying to add an editor window with the filtering fields and the grid to do a similar thing that the regular lo...
by czentman
Wed Jan 07, 2009 1:22 pm
Forum: General
Topic: Event Handler on adding new Contact in Lookup
Replies: 3
Views: 856

Event Handler on adding new Contact in Lookup

I'm looking looking to add coding in Select capture the data that a user just added/edited as a new contact in the Contact (i.e. Attorney) Lookup and compare that data with another system's data. For example, a user added a contact "Mr A." with company "ABC" and phone #"111&...
by czentman
Thu Dec 11, 2008 2:25 pm
Forum: Crystal Report Development
Topic: Use a custom field code in my report
Replies: 1
Views: 910

Use a custom field code in my report

How get I access a custom field code from my crytal report. It's not a document so I don't think I should be using that context ID, it's a regular report. I just want to also access this custom field via the field code. What's the easiest way to do this?
by czentman
Tue Dec 02, 2008 12:05 pm
Forum: Crystal Report Development
Topic: How do I get the parameters set by Select Application
Replies: 1
Views: 977

How do I get the parameters set by Select Application

I am trying to run the Single Ledger Balance Report that I exported from Select application in Crystal Reports. I entered in my order number in the parameters and the date range and want to use the default for the other parameters. I couldn't seem to run it - I kept getting errors "database can...