Jump to content

Refresh manually a undbgrid


Guest

Recommended Posts

Message from: "Farshad Mohajeri"

 

"UniGui" wrote in message

news:s%23HneMogLHA.2084@anaxagvs227...

> Hi to all,

> i'm try the product and it's very interesting...

>

> i have two question

>

> 1) when you thing to implement scrollbox component?

 

I can't give an exact date for this.

 

> 2) how i can refresh a dbgrid after filter in a textbox?

 

You can simply (re)open your dataset. All changes to dataset are

automatically reflected to the grid.

 

 

.

 

Link to comment
Share on other sites

Message from: "C_thelegend"

 

Il 12/11/2010 17.09, Farshad Mohajeri ha scritto:

> "UniGui" wrote in message

> news:s%23HneMogLHA.2084@anaxagvs227...

>> Hi to all,

>> i'm try the product and it's very interesting...

>>

>> i have two question

>>

>> 1) when you thing to implement scrollbox component?

>

> I can't give an exact date for this.

>

>> 2) how i can refresh a dbgrid after filter in a textbox?

>

> You can simply (re)open your dataset. All changes to dataset are

> automatically reflected to the grid.

>

>

thanks :)

.

 

Link to comment
Share on other sites

Message from: "C_thelegend"

 

Il 12/11/2010 17.09, Farshad Mohajeri ha scritto:

> "UniGui" wrote in message

> news:s%23HneMogLHA.2084@anaxagvs227...

>> Hi to all,

>> i'm try the product and it's very interesting...

>>

>> i have two question

>>

>> 1) when you thing to implement scrollbox component?

>

> I can't give an exact date for this.

>

>> 2) how i can refresh a dbgrid after filter in a textbox?

>

> You can simply (re)open your dataset. All changes to dataset are

> automatically reflected to the grid.

>

>

again for an info, i have put the code in onchange event of uniTedit and

not work after the same code put under a button it work (whe talk about

web) why? thanks in advance :)

.

 

Link to comment
Share on other sites

Message from: "Farshad Mohajeri"

 

"C_thelegend" wrote in message

news:vTijYQpgLHA.2084@anaxagvs227...

> Il 12/11/2010 17.09, Farshad Mohajeri ha scritto:

>> "UniGui" wrote in message

>> news:s%23HneMogLHA.2084@anaxagvs227...

>>> Hi to all,

>>> i'm try the product and it's very interesting...

>>>

>>> i have two question

>>>

>>> 1) when you thing to implement scrollbox component?

>>

>> I can't give an exact date for this.

>>

>>> 2) how i can refresh a dbgrid after filter in a textbox?

>>

>> You can simply (re)open your dataset. All changes to dataset are

>> automatically reflected to the grid.

>>

>>

> again for an info, i have put the code in onchange event of uniTedit and

> not work after the same code put under a button it work (whe talk about

> web) why? thanks in advance :)

 

UniEdit doesn't generate OnChange after each keystroke. For this, you need

to monitor KeyPress event.

OnChange is fired when Edit contents are changed and you leave the edit

control.

 

 

.

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...