Joseph Flesche
- Total activity 85
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 7
- Subscriptions 28
Activity overview
Latest activity by Joseph Flesche-
Joseph Flesche commented,
Eric Weldon, Please let me know if this is something that is possible with Excel Integration.
-
Joseph Flesche created a post,
Excel Integration - Dynamic Combo / List Box
I have a requirement to provide dynamic list boxes (based on row criteria) to end users. This is not a problem when using the page within DSP; the field configuration is setup as follows. When I...
-
Joseph Flesche commented,
Is this for an update of existing records or for an append into the target / destination table? Either way, I do not know where this data is stored, but why not just do your duplicates analysis / r...
-
Joseph Flesche commented,
I decided to creating a custom solution for this requirement. The page / functionality is presented to an end user like this. This custom solution allows for an end user to do the following. Sele...
-
Joseph Flesche created a post,
Custom WebApp Page - Filter page / column based on comma separated values
AnsweredI have received quite a few requests from end users to be able to filter on a list of values (comma, semicolon, or carriage return separated). As far as I know, this is not possible within the DSP ...
-
Joseph Flesche commented,
I am familiar with the spanning properties. But if I recall correctly, they only get triggered if you use a row span. Looks like I will have to use HTML for now!
-
Joseph Flesche created a post,
Custom WebApp Page - specify field / column width
AnsweredI have looked through the column properties, web help and forums here to see if there is a way to specify a field / column width. But I cannot seem to find any documentation. Is there a way to spec...
-
Joseph Flesche commented,
Ben Bauer, I will admit that the Messages system is not well documented in the framework. And that's why I can find it! But this is exactly what I was looking for. This is all great information....
-
Joseph Flesche created a post,
Button to trigger Stored Procedure - Notification that it is complete
AnsweredI have a custom WebApp page (this page is a summary page so it does not have the boaStatus field listed) with a button that runs a stored procedure (stored procedure takes about 1-2 minutes to run)...
-
Joseph Flesche commented,
You could use a Validation Stored Procedure as opposed to a Validation View. Good point. And this logic would be generic in nature, so I could have a generic stored procedure written to pass the ...