Working in Scriptcase Dev Environent fails in deployment

I am trying to implement a sort of shopping cart. I have 2 forms and 1 blank application

  1. Form 1 is used to select a product

  2. Form 2 is a sort of Add to Wish list . This is an editable grid.

  3. Blank application has a custom html to display images of selected products

  4. I am storing the product selected in form 1 into a global variable

  5. In form2 to I am checking for a global variable [cust_row_id]. Using the following code to set the global variables
    $cust_row_id=0;
    $idProduct=0;
    sc_set_global ([cust_row_id]);
    sc_set_global ([idProduct]);

  6. I have set the where clause in Form2 as customer_id_from_master = [cust_row_id]

  7. Form 2 is to add the product into a wish list table. For this I check if the customer is logged in. IF not I have button “Register” in the form 2. Pressing this will show a Form where customer will register. After that [cust_row_id] is set to the customer_id newly created or signed in. Data Session shows this value as set.

  8. The dash board is working fine and showing both forms and blank app when running from scriptcase environment.
    But when I am deploying a local apache setup and running the Form2 Application is not displayed at all in the Widget.
    Can somebody please throw some light.
    I can also upload the project files if needed by somebody who is ready to help
    Thanks
    Suresh