Subject |
a solution that's not a solution i guess |
From |
Dirk C <dirk@C.com> |
Date |
Fri, 9 May 2025 14:26:45 +0200 |
Newsgroups |
dbase.getting-started |
Hello,
Function KNOP_CROSSOPSLAAN_onClick()
this.parent.parent.vraagbak_crossen.rowset.save()
this.parent.parent.vraagbak_crossen.rowset.notifycontrols = false
this.parent.parent.vraagbak_crossen.rowset.next(-1)
this.parent.parent.vraagbak_crossen.rowset.next()
this.parent.parent.vraagbak_crossen.rowset.notifycontrols = true
class::crosskleurenoem(null)
Return
i use an from wher i check a reference exist, if not the reference is
append to the article table,
by saving the same article is append in a crossarticle table
so far so good, i can add the prices in the price table, nut ...
when i add a crossreference in the crossarticle linked on the same
reference of the articletable, i cannot add the price on the
crossarticle reference. to handle it i have to navigate by saving up and
back so i can add the price
i tried by requering ( the grid show the first ref of the table
if i bookmark the same
when i add the dimensions of the articles i can do
the diffence is the dimension table get an Idnr , the price table only
the linked ref of crossreference table
i think there should be a more elegant way
thanks for more information
Dirk,
|
|