On 28 January 2010 20:43, Cyro Corte Real Filho wrote:
> 2010/1/27 Benoît Minisini
>
>> > Hello all,
>> >
>> > I started to program with gambas and i am very impressed and satisfied so
>> > far, a have only two drawbacks on the moment:
>> >
>> > 1. How can i order my Datacombo by the display Text
2010/1/27 Benoît Minisini
> > Hello all,
> >
> > I started to program with gambas and i am very impressed and satisfied so
> > far, a have only two drawbacks on the moment:
> >
> > 1. How can i order my Datacombo by the display Text?
>
> It is not possible at the moment, but I think I can add a p
2010/1/27 Rolf-Werner Eilert :
> Am 27.01.2010 09:08, schrieb Kadaitcha Man:
>> 2010/1/27 Rolf-Werner Eilert:
>>
>>> How can I access the clipboard from Gambas?
>>
>> http://tinyurl.com/y898okr
>>
>> Regards,
>
> Didn't expect it to be THAT easy, man :-)
Didn't expect it to be greeted with such HU
Am 27.01.2010 09:08, schrieb Kadaitcha Man:
> 2010/1/27 Rolf-Werner Eilert:
>
>> How can I access the clipboard from Gambas?
>
> http://tinyurl.com/y898okr
>
> Regards,
Didn't expect it to be THAT easy, man :-)
Thanks for the tipp.
Rolf
-
2010/1/27 Rolf-Werner Eilert :
> How can I access the clipboard from Gambas?
http://tinyurl.com/y898okr
Regards,
--
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data c
Am 27.01.2010 04:38, schrieb Benoît Minisini:
>> Hello all,
>>
>> I started to program with gambas and i am very impressed and satisfied so
>> far, a have only two drawbacks on the moment:
>>
>> 1. How can i order my Datacombo by the display Text?
>
> It is not possible at the moment, but I think I
> Hello all,
>
> I started to program with gambas and i am very impressed and satisfied so
> far, a have only two drawbacks on the moment:
>
> 1. How can i order my Datacombo by the display Text?
It is not possible at the moment, but I think I can add a property for that in
Gambas 3.
>
> 2. I
Hello all,
I started to program with gambas and i am very impressed and satisfied so
far, a have only two drawbacks on the moment:
1. How can i order my Datacombo by the display Text?
2. Is there a Gridview or Tableview replacement where i can do cut and past?
This way i would select the text on
Amended. Thank you for so gently pointing out my error.
b
nospam.nospam.nospam wrote:
>
> bbb888 wrote:
>>
>>
>> Try setting .type as the last assignment, don't know, works for me in
>> postgresql. It seems that as soon as you give it a type and host and
>> user postgresql makes a connect. A
bbb888 wrote:
>
>
> Try setting .type as the last assignment, don't know, works for me in
> postgresql. It seems that as soon as you give it a type and host and
> user postgresql makes a connect. Anyway, as I said, dont know works
> for me.
Perhaps it does work for you. Perhaps the poster isn't
I have a list of items( over 8000) . Each item starts by a numeric part(two
digits) that are used to classify the item, and according to this
digits certain
textbox are visible and certain other not. I want a event when I write the
second digit.
I write in a datacombo instead of "expand(popup) and
> Hello:
>
> Does'nt work a datacombo with key events?
>
> How can I solve this problem?
>
> Regards
What do you want to achieve exactly?
--
Benoît Minisini
--
Let Crystal Reports handle the reporting - Free Crystal
Try setting .type as the last assignment, don't know, works for me in
postgresql. It seems that as soon as you give it a type and host and user
postgresql makes a connect. Anyway, as I said, dont know works for me.
b
--
View this message in context:
http://old.nabble.com/DataCombo%2C-key_pr
distro? gambas version?
2009/11/18 Tomas Costa rivas
> Hello:
>
> Does'nt work a datacombo with key events?
>
> How can I solve this problem?
>
> Regards
>
> --
> Let Crystal Reports handle the reporting - Free Crystal R
Hello:
Does'nt work a datacombo with key events?
How can I solve this problem?
Regards
--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
trial. Simplify your report design, integration and d
Hello
If a datacombo don't run with the event key_press or key_release, how can I
launch a event while I write in this control?
Another question:
Can I display in a datacombo two fields?
e.g: datacombo1.display="name"; "surname"
There's a few information abouth gb.db.form
Thanks
Tomás
--
> Benoît Minisini schrieb:
> > DB.Debug = TRUE, and all SQL request sent to the database driver are
> > print on the standard error.
>
> DB.Debug = TRUE is fine, but doesn't display this error.
>
> Try this tiny silly test file (never did tar.gz before, hope it works)
> If you can use it:
> Set the
Benoît Minisini schrieb:
> DB.Debug = TRUE, and all SQL request sent to the database driver are print on
> the standard error.
DB.Debug = TRUE is fine, but doesn't display this error.
Try this tiny silly test file (never did tar.gz before, hope it works)
If you can use it:
Set these propertie
> I now managed to install Gambas3 sucessfully. (Looks very good, waiting for
> the final version!)
>
> But the error situation about DataCombo ist the same as in Gambas2.
>
Maybe if I see your code and your SQL schema, I could tell.
> Is there any way to see the SQL query the DataCombo produces?
I now managed to install Gambas3 sucessfully. (Looks very good, waiting for the
final version!)
But the error situation about DataCombo ist the same as in Gambas2.
Is there any way to see the SQL query the DataCombo produces?
Would help to find out who's wrong, me or Gambas.
Matti
Matti schri
Benoît Minisini schrieb:
> If I remember, DataCombo only works if the primary key of the "directors"
> table is "Directors_ID", with the same field name. Is it the case?
Too bad.
If I rename the primary key field of the lookup table to the same field name, I
get the error "Cannot find 'Directo
> Hi,
> I'm experimenting with a DataCombo. Maybe I'm wrong again, but as I
> understand, it should work like this:
>
> Let's say I have a movie database.
> The table "movie" is in my DataSource.
> In this table is a field "Directors_ID", the directors are stored in the
> table "directors", where t
Hi,
I'm experimenting with a DataCombo. Maybe I'm wrong again, but as I understand,
it should work like this:
Let's say I have a movie database.
The table "movie" is in my DataSource.
In this table is a field "Directors_ID", the directors are stored in the table
"directors", where there is a fie
23 matches
Mail list logo