Главная страница | назад





Article #19345: How do I change the SQLWait Cursor?

 Question and Answer Database
FAQ4345C.txt :How do I change the SQLWait Cursor?
Category :VCL
Platform :Win95/NT
Product :C++Builder1.0, C++Builder3.x, C++Builder4.x,
Question:
When I do a query the SQL wait cursor appears. How do I make this a normal hour
glass cursor?
Answer:
Type the following code in your forms OnCreate event:
Screen->Cursors[crSQLWait] = Screen->Cursors[crHourGlass];
2/9/1999 6:11:09 PM

Last Modified: 01-SEP-99