Problem with master detail

I might be missing something while setting up a “purchases” detail application for my master “customer” form, because I can’t find an option to link to the grid, and after I select the grid app “purchases” it gives me a message “without parameters”!!!

I tried to do it with a multiple record form instead of a grid, and even using an editable grid, and it works fine, --it allows me to set up a field as a link from customer to purchases—., but since I need to use a custom form (single record, with several blocks/tabs, ajax-driven calculations and validations) to edit each purchase, and not the simple editor that appears with the multiple record form, nor the in-line editor of the editable grid, I really wish I could use grid as detail, and if there is a need for edit or add purchases for this customer, all be done using the special single record form.

Any ideas?

Hello,

Please contact our support regarding this issue. Our chat is active on workdays from 8:00am to 6:00pm (GMT -3), and our ticket system is always available.

regards,
Bernhard Bernsmann

message was from 2011
now 2015

same problem with v8

basically, the database created is by scriptcase
called sample4

over there
table customers, got customerID
and
table orders, got orderID, customerID and then… shipment date etc


therefore, I create an application

form – customers
grid (editable, I guess, no choice there), – orders

then back to form customer
first, I create 2 blocks

then
in this form customer

I click add details (in master-detail [left pane]

then wizard click click click

unlike video or other place that explain master detail – simple how to

there is no customerid LINK for both table

SC simply says, LINKING between application

problem “WITHOUT PARAMETER”

so annoying

SAVE, RUN it

it can run

but all the records in detail section (i.e ORDER) will be for every ORDER, for every customer each order

ie total no link up for displaying one customer, and ORDERs only from that one customer – I gave up, I don’t know what is wrong (did I miss something or v8 does not work as it should

so simple master details, and I can’t work it out for SC !! feeling bad

[QUOTE=3xxx;35034]message was from 2011
now 2015

same problem with v8

basically, the database created is by scriptcase
called sample4

over there
table customers, got customerID
and
table orders, got orderID, customerID and then… shipment date etc


therefore, I create an application

form – customers
grid (editable, I guess, no choice there), – orders

then back to form customer
first, I create 2 blocks

then
in this form customer

I click add details (in master-detail [left pane]

then wizard click click click

unlike video or other place that explain master detail – simple how to

there is no customerid LINK for both table

SC simply says, LINKING between application

problem “WITHOUT PARAMETER”

so annoying

SAVE, RUN it

it can run

but all the records in detail section (i.e ORDER) will be for every ORDER, for every customer each order

ie total no link up for displaying one customer, and ORDERs only from that one customer – I gave up, I don’t know what is wrong (did I miss something or v8 does not work as it should

so simple master details, and I can’t work it out for SC !! feeling bad[/QUOTE]

i had this issue before, as i remember when i am trying to link from form to grid
there is 2 option to do that : make your id as global variable and set it " OUT, you will find it there when you link it with grid.

option 2
create like this
form – customers
form editable-- orders not grid and you will find parameter when linking.

i hope this will work
regards