How to call one the same page from two different applications? Calling completely including a left bar, right bar. Of course I can copy the page, but this is not correct because of maintenance at 2 locations.
Thanks,
Martin
How to call one the same page from two different applications? Calling completely including a left bar, right bar. Of course I can copy the page, but this is not correct because of maintenance at 2 locations.
Thanks,
Martin
Hi Martin,
You can include the Left and Right Sidebars in a Page saved to the Page Library, they just need to be set to be shown in the Page Attributes - is this what you want?
Regards,
Yvonne
Yes, it is similar, the difference is starting in separate window.
Thank you,
Martin
Martin,
I do not know what you want to do, but in a couple of days, I should post something like this to do research ..
ciao
Fabio
I want something like this:
Command button I found in field properties, can check Dialog button and need fill Dialog button delegate. In button I can call the page with Lianja.showDialog() or Lianja.showDialogPanel().
My problem is that I can not give to the one section two fields from different tables.
I wanted to solve this with Virtual Tables with adding a left join column from the second table. When I used "left join" in SELECT, no write to the table was possible.
Example of VT with left join:
open database southwind
create virtualtable vtProdSupp alias "vtProdSupp" connstr "local" as select *,suppliers.companyname from products left join suppliers on products.supplierid = suppliers.supplierid
Example, how I can it design without VT:
![]()
I know that we want the same thing ..
I tried to bribe (?) Barry and the rest of Team with Lasagne, Tortellini and Lambrusco .. but I would not have done anything like this ..![]()
I simple drag and drop Company name from section 3 to section 2 and it works...
It would be good if we now have in field properties (Attributes) Dialog button and Dialog button delegate, if there cannot be something like "Joined field" or "Joined expression". Is this Utopia?
Martin
Take a look at this..
http://www.softup.it/download/EDT.pdf
It is exactly what I need. It looks very nice.
In your EDT.pdf I can not see the left side of property Get data mapping, and I do not know what code is in methods Load and Change.
Can you send me some example to protempore@protempore.sk or make a link?
Thank you,
Martin Cibulka
the GetDataMapping delegate are composed dynamically by the dd_SetFieldProperty Function composing "referneced table" and "fields".
The Change Delegate "dd_change(this)" make a select on "referneced table" with the value (in the sample, %no%) and, if the select found 1 record, replace the field with "HyperLink" value, if the records are more than one, open the search page and make..
I'm finishing some corrections and soon will pass all at Barry to publish it on the site.
stay tuned..![]()
Bookmarks