There are two ways. You can use Crystal Report Control(ocx) or crystal report designer. If you use ocx then you have to distribute rpt file along with your application. If you work with designer the report is compiled into your application. For more help or source code contact me personaly.
bye
I think the best way to do so is to include timer on the form. When you press the button you should set the time into variable and start timer. In Timer1.Timer event you should check if your selected time has elapsed and update label or text box.
If you want sample code, mail me.
bye
Try this:
SendMessage(ComboBox1.Handle,CB_SETDROPPEDWIDTH, NewWidth,0)
note that the function SendMessage is declared in module Windows so you have to include it in uses section of your module. NewWidth is type of integer.
bye
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.