[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: WebForm


Fabien,

You can download one of my web applications named as ‘gbGestionImmobilier’ from the Farm where I use embedded webform into another webform

Olivier

> Le 6 mai 2026 à 09:39, Fabien Bodard <gambas.fr@xxxxxxxxx> a écrit :
> 
> 
> with gb.form.gui
> 
> How to load a form in a form ...
> 
> I try this :
> 
> Public Sub WebMenu2_Click()
>   Dim hForm As New FParcellaire(WebContainer1)
>   hForm.Show
> End
> 
> this can be correct in a gui context ... but seem to fail in the webform one.
> 
> I admit... i'm a beginner with this component. 
> 
> 
> Any tips ?
> --
> Fabien Bodard


References:
WebFormFabien Bodard <gambas.fr@xxxxxxxxx>