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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...