Once email is verified, we will review and approve the account.
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.
One, you could change the setting in the global Cursors array. This array contains all the standard cursors that Delphi uses. To change the SQLl Hourglass to something else use the following:
Screen.Cursors[crSQLWait] := crDefault;
You could use any of the standard constants in place of crDefault in order to specify which cursor to use. You could also use the LoadCursorFromFile Windows API call to load the cursor from a .CUR or .ANI file. For example:
The other solution only works with Delphi 4 & 5. Simply drop a TSession component on the same form as your TDatabase component. Then set the TSession.SQLHourGlass property to false.
I hope this helps, Larry
------------------ Larry J. Rutledge
Programmer / Analyst Prestwood Software & Consulting 7525 Auburn Blvd., #8 Citrus Heights, CA 95610
Old UBB Archived Link: [URL=http://www.prestwood.com]www.prestwood.com[/URL]
One, you could change the setting in the global Cursors array. This array contains all the standard cursors that Delphi uses. To change the SQLl Hourglass to something else use the following:
Screen.Cursors[crSQLWait] := crDefault;
You could use any of the standard constants in place of crDefault in order to specify which cursor to use. You could also use the LoadCursorFromFile Windows API call to load the cursor from a .CUR or .ANI file. For example:
The other solution only works with Delphi 4 & 5. Simply drop a TSession component on the same form as your TDatabase component. Then set the TSession.SQLHourGlass property to false.
I hope this helps, Larry
------------------ Larry J. Rutledge
Programmer / Analyst Prestwood Software & Consulting 7525 Auburn Blvd., #8 Citrus Heights, CA 95610
Old UBB Archived Link: [URL=http://www.prestwood.com]www.prestwood.com[/URL]
Member subscribes to this thread but email is NOT VERIFIED.
Email Not Verified!
Once email is verified, we will review and approve the account.
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.
Member subscribes to this thread but email is NOT VERIFIED.
Email Not Verified!
Once email is verified, we will review and approve the account.
Web Presence Hidden.
Once above is taken care of, full Profile content will display including back links, about me, my message, custom Profile html,
social networking links, message board signature, company profile, etc.