Although I can use Hash cookies in Breadcrumb titles, it seems that I'm unable to use them in SQL statements in Breadcrumb titles.
Is there a way round this?
Cheers,
Alan
Lov'in nuBuilder, keep up the good work!
select extpatientid from Patient_v where patientid = '#PatientID#'
but this cases a fatal error.
However, if I wrap the statement in another select it does not crash and I can see on the server that the hash cookie #PatientID# is not being interpreted.
select (select extpatientid from Patient_v where patientid = '#PatientID#')
Furthermore, if I just use #PatientID# in the Breadcrumb title it is successfully parsed.
In my case it also happens that the Hash Cookies don't resolve in SQL. I will investigate this further.
As a workaround, you can use the JS function nuSetTitle() to set the breadcrumb title.
Please note that extpatientid must be an object on your form (can be hidden).
Alternatively. use a display object where you can use SQL and then set the title with nuSetTitle().
Wow, you are a champion!
Will this fix be in future releases?
I'm currently testing nuBuilder out on legacy databases to see how it can work with existing composite natural keys.
Looking good so far...if this can be achieved then I think you're on to a winner. Goodbye Access!