Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ddozer

    Call Crystal Report from Flex with parameter

    I found some info on the portal about calling a custom crystal from flex in ES and I have been able to get a test report to work, but I want to pass a parameter value to the report automatically without having to prompt the user. here is my code for calling the report from a button added to the...
  2. ddozer

    Crystal Viewer

    We use Logicity http://www.logicitysuite.com/ All the viewers are probably pretty much the same. It just depends on what functionality you need. We also use Event Manager to distribute a lot of reports.
  3. ddozer

    Pass parameter value to SQL string in FLEX

    Thanks! That worked. If I can dovetail this into one more question then I think I'll have everything I need... I did some looking on-line trying to find a command to clear all the values from a form and reset the focus to a specific field. Is there a single command that will do this, or is...
  4. ddozer

    Advanced Distribution

    I think that in order to really use Macola to it's fullest you almost have to have advanced distribution (assuming you are a manufacturing or distribution business and not service based)... Otherwise you don't have a good view into anything that is happening with your inventory. Are you using...
  5. ddozer

    Pass parameter value to SQL string in FLEX

    Ok, I'm very, very, very new to using FLEX in Macola (ES v 9.5.500) and have very little VB experience... I am doing some testing in OE0101 because I want to add flex to prevent users from entering an order if a customer is over their credit limit (not just put the order on hold like Macola...
  6. ddozer

    What are Macola`s clients using for distributing Crystal reports?

    2 options I've used other than adding to the MES menu (for users that don't have Macola access). 1-Set up a one step work flow in Synergy that accepts the parameters, then have event manager run the report and email to the user based on the parameters they entered. 2- Try...
  7. ddozer

    MES FLEX -help adding search to an entryfield added to Macola screen

    Thanks for your help. We ended up having to add a button to the form and call the Macola search from the button then write the returned value to our field. And it looks like you are correct about the tab order. No matter what we tried we couldn't get it set.
  8. ddozer

    MES FLEX -help adding search to an entryfield added to Macola screen

    Hi, thanks for your response (and sorry for my mistype on the ppordfil_sql table, I think I had POs on the brain at the time). Without getting into a ton of the details we don't want to use a user def field because (and it definately will work with the searches) as a majority of our user fields...
  9. ddozer

    MES FLEX -help adding search to an entryfield added to Macola screen

    I am working with one of our developers to add a custom field to PP0301M. He has the code written so that when we manually enter a value it writes back to the appropriate field in the ppordhdr_sql. However, we want to add a Macola search to the field but have not been able to do so. Just...
  10. ddozer

    "Invalid argument for database" error in Enterprise for date range

    This one is driving me crazy. I created a new report that only pulled from the sp and published it to enterprise and it works ok for any date range. So I created a copy of my crystal report and removed the additional parameters (other than the dates needed by the sp) and published it to...
  11. ddozer

    "Invalid argument for database" error in Enterprise for date range

    Here is the code for my procedure. If I just execute it in SQL I do not get the error: CREATE procedure [dbo].[ProductionByItem_sp_NEW] @StartDate datetime, @EndDate datetime as SELECT t1.start_dt, t1.item_no, t1.item_desc_1, t1.item_desc_2, t1.ord_no, t1.ord_status, t1.ord_qty...
  12. ddozer

    "Invalid argument for database" error in Enterprise for date range

    I am getting the error "Invalid argument for database" when refreshing a report in Crystal Enterprise. I am on Crystal 11 and am using both a stored procedure and table links in the report. The SP requires a date range parameter. It always works fine when running from Crystal on my desktop...

Part and Inventory Search

Back
Top