Jump to content

Recommended Posts

Posted

Hello,

 

i have 2 tables:

 

 

1st tabel is named "S_TERMIN"  and has

"TERMINNAME"  String  (the name of the schedule)

"ID" Integer (primary Key not null)

 

2nd Table is named "S_TERMIN_WAS" and has

"LINK_INR" Integer    -< is linked to the S_TERMIN.INR

"BESCHREIBUNG" String (the work-order)

 

One Schedule can have a lot of Work orders ( one record of S_TERMIN.inr is connected to a lot of S_TERMIN_WAS.link_inr  records..)

 

 

Now i want to display the scheduls and the belonging work-infos of each schedule in a unidbgrid

 

how can i do this?

 

 

ThanX for help

 

Erich

 

 

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...