Window

The recommended method of customizing your AppGini-generated application is through hooks. But sometimes you might need to add functionality not accessible through hooks. You can discuss this here.
Post Reply
User avatar
Marcelo Vitoria
Veteran Member
Posts: 85
Joined: 2016-10-11 12:08

Window

Post by Marcelo Vitoria » 2024-07-17 14:26

Hello friends

I would like to create a window "about the system", with only the detail view without the table view.

It would also be interesting to use it as a parameter file, such as storing the numerical sequence of sales orders or for the company logo that will be used in reports.

Does anyone have a tip on how to make one?

Thanks
Marcelo Vitoria
Coding since 1982 ! :geek:
Basic Sinclar - Clipper - Visual Foxpro - VB6 - PHP
AppGini 24.18 - AdminLTE - SPM
https://www.workspaceservices.com.br

User avatar
Marcelo Vitoria
Veteran Member
Posts: 85
Joined: 2016-10-11 12:08

Re: Window

Post by Marcelo Vitoria » 2024-07-24 20:53

Anyone?

Hello! Anybody home?
Image
Marcelo Vitoria
Coding since 1982 ! :geek:
Basic Sinclar - Clipper - Visual Foxpro - VB6 - PHP
AppGini 24.18 - AdminLTE - SPM
https://www.workspaceservices.com.br

pbottcher
AppGini Super Hero
AppGini Super Hero
Posts: 1672
Joined: 2018-04-01 10:12

Re: Window

Post by pbottcher » 2024-07-29 20:28

Hi Marcelo,
sorry, but I'm not sure I get what you need.
If you only want to show the detailview, you should be able to redirect the user to that page in the TABLENAME_init function of your table.
But you would have eiher the record created beforehand.
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.

Post Reply