On dimanche 06 juillet 2008, richard terry wrote:
> Is it possible disable these buttons, so that the user cannot more forward
> until the progammer decides there's enough informaton collected to proceed?
>
> Regards
>
> Richard
>
At the moment no. But you can stop the BeforeChange event when you
On dimanche 06 juillet 2008, richard terry wrote:
> I've embedded a form into a wizard, but I don't want the user to be able to
> close the form embeddedon the workspace, so I wondered if it was possible
> to disable the close button.
>
> Regards
>
> Richard
>
No. But why using a workspace then?
On Wed, 9 Jul 2008 08:27:38 am Leonardo Miliani wrote:
> richard terry ha scritto:
> > I wondered if anyone had experience/code/examples of how to create/save
> > encrypted passwords in a database?
> >
> > Thanks in advance.
> >
> > Richard
Thanks,
I searched the web ++ before a C++ programming m
I've embedded a form into a wizard, but I don't want the user to be able to
close the form embeddedon the workspace, so I wondered if it was possible to
disable the close button.
Regards
Richard
-
Sponsored by: SourceForge
richard terry ha scritto:
> I wondered if anyone had experience/code/examples of how to create/save
> encrypted passwords in a database?
>
> Thanks in advance.
>
> Richard
>
> -
> Sponsored by: SourceForge.net Community Cho
My question is is it possible/could it be made possible, to compile one form
into a stand alone program, without compiling the whole project.
Within my complex program, I've a number of effectively stand-alone programs,
which, could run independantly of the whole program and would be useful to
I wondered if anyone had experience/code/examples of how to create/save
encrypted passwords in a database?
Thanks in advance.
Richard
-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown tha
Is it possible disable these buttons, so that the user cannot more forward
until the progammer decides there's enough informaton collected to proceed?
Regards
Richard
-
Sponsored by: SourceForge.net Community Choice Awards:
I was using the database as a part of a wizard to create my database last
night and noticed that if I type anything other than localhost (eg something
nonsensicle like 'adlkfjldjaldkjf' as the host, then the example freezes up.
Regards
Richard
--
Leonardo,
Thanks for your reply. The last line in the pg_hba.conf should make the
'server' accept requests from the range 192.168.1.0 to 192.168.1.255.
I have just found a solution by adding a connection to the other server with
pgAdmin3. Sometimes the obvious solutions are difficult to find (sa
Thanks, that worked
except, I used the treeview's mouse_up event to set the Previous key
and the click event to set the pictures
for future reference
PUBLIC SUB treeview1_mouse_up()
sLastKey = treeview1.current.key
END
Thanks for the push
On Tue, Jul 8, 2008 at 2:10 PM, Jaap Cramer <[EMAIL
All entries have at startup pic1.
I think when you call the _change of _activate event you set the picture
to pic2.
I think you should remember the key of the item clicked in a global
variable. At the end you replace it with the current Key. This way you
remember the previous item clicked. You se
Here is my problem
I have a tree view I've populated it with my contents, I know how the
keys work and all.
I have set picture properties for the items in this treeview.
Here is what I want to do
I have 3 pictures that these items can have
Pic1 is for an item that has not yet been clicked on
Pic
Very simple question from a new user - please be patient !
The main form is calculating positions, time and distances.
I have a sub-form where the start position (initial data) is entered.
The main form class file has this;
PUBLIC SUB AddData_Click()
AddDataForm.Show
END
which opens the initi
On dimanche 06 juillet 2008, Benoit Minisini wrote:
> On vendredi 04 juillet 2008, John Dizaro wrote:
> > I am using gambas 2.6 debian GTK
> >
> > How do i use bold in gridview in a cell
> > when i try:
> > DV_t07_carro[LINHA, 10].Font = Font["Bold"]
> > or
> > DV_t07_carro[LINHA, 10].Font .Bold
15 matches
Mail list logo