RE: [DUG]: Control of Focus

1999-02-16 Thread Wes Edwards
You could also put some code in the OnEnter event of each of the edit boxes (one procedure linked to all OnEnter events). If this edit box isn't the right one then jump to the right one. You can then exit your combo box any way you like. Wes Edwards. -Original Message- From: [EMAIL

Re: [DUG]: Problem Reinstalling Delphi

1999-02-16 Thread Paul Lowman
Colin I had the same probem with Win95 installation of 4.02 Prof. I solved it by manually registering dll with Regsvr32.exe (in Windows\System ). This fixed it. I also had problems with page faults in vcl40.bpl that i could only fix by reinstalling. I also had problems with fast ALT TAB task

[DUG]: SavePictureDialog

1999-02-16 Thread Alistair George
Can someone enlighten me This is just a component for saving a bitmap picture and displaying recognised filetypes right? Why I ask is that the filetypes of save include GIFin the component, but if you try to save a GIF then an error occurs. I suspect that one has to use a 3rd party or

Re: [DUG]: Problem Reinstalling Delphi

1999-02-16 Thread Greg Nixon
Specking of problems with delphi 4. I have a problem at work where you move the mouse and it decides OK I better look for the declaration below the mouse and goes away into its own world for 30 - 60 seconds. It drives me nuts and I have turned off everything I can find in the options but it still

RE: [DUG]: Problem Reinstalling Delphi

1999-02-16 Thread Cooke, Andrew
_All_ the time, Greg. What specs are your work and home PC - any possible differences? Andrew Cooke. -Original Message- From: Greg Nixon [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, February 17, 1999 12:15 PM To: Multiple recipients of list delphi Subject: Re: [DUG]: Problem

RE: [DUG]: SQL - The First Shall Be Last...

1999-02-16 Thread Max Renshaw-Fox
Try SELECT * FROM Custoly WHERE CustNo = (SELECT MIN(CustNo) FROM Custoly) OR CustNo = (SELECT MAX(CustNo) FROM Custoly) (Where did I get the names from - ...\Demos\Data) if you want first and last by Primary Key rather than natural order. Max -Original Message- From: [EMAIL

Re: [DUG]: Problem Reinstalling Delphi

1999-02-16 Thread Aaron Scott-Boddendijk
Specking of problems with delphi 4. I have a problem at work where you move the mouse and it decides OK I better look for the declaration below the mouse and goes away into its own world for 30 - 60 seconds. It drives me nuts and I have turned off everything I can find in the options but it still

Re: [DUG]: Problem Reinstalling Delphi

1999-02-16 Thread Greg Nixon
Work PC is 233mmx with 64mb ram and home is a 200mmx with 96mb ram. So yeah I have a bit more ram. -Original Message- From: Cooke, Andrew [EMAIL PROTECTED] To: Multiple recipients of list delphi [EMAIL PROTECTED] Date: Wednesday, 17 February 1999 15:44 Subject: RE: [DUG]: Problem

Re: [DUG]: Problem Reinstalling Delphi

1999-02-16 Thread Greg Nixon
Also since I have the ctrl-click hotlinks I don't need the unit browsing tree at the left of the code window but it insists on returning to the fray every project load... I would also like to drag the project browser into the property inspector window as a tabbed window and remain there as the

Re: [DUG]: SQL - The First Shall Be Last...

1999-02-16 Thread Aaron Scott-Boddendijk
Does anyone know if its possible to write an SQL query that returns the first and last record in a table??? SELECT * FROM Custoly WHERE CustNo = (SELECT MIN(CustNo) FROM Custoly) OR CustNo = (SELECT MAX(CustNo) FROM Custoly) (Where did I get the names from - ...\Demos\Data) if you want first and

[DUG]: sql server

1999-02-16 Thread Siegfried Kirchmair
Hi, Whats the best replacement for the bde for accessing and MS SQL Server db? - or is there the bde option only? thanks for your help sigi --- New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]