Bryan Carbonnell
Bryan_Carbonnell at cbc.ca
Thu Mar 18 14:15:14 CST 2004
OOPS!!! <blush> To set the value Application.SetOption "Behavior Entering Field", 0 To get the value; SomeVariable = Application.GetOption("Behavior Entering Field") If there is a list, I have NO idea where it was. This was just a guess of the name based on something I stumbled on in the UnHelp file. But I did test it slightly to make sure it was the right guess :) Bryan Carbonnell bryan_carbonnell at cbc.ca >>> HollisVJ at pgdp.usec.com 18-Mar-04 2:42:51 PM >>> I get the error: RunTime error 424, Object Required. on Application.GetOption("Behavior Entering Field") = 0 Is there a list of all the properties you can set at StartUp? I have searched Unhelp several times but can never find anything. Virginia -----Original Message----- From: Bryan Carbonnell [mailto:Bryan_Carbonnell at cbc.ca] Sent: Thursday, March 18, 2004 12:32 PM To: accessd at databaseadvisors.com Subject: RE: [AccessD] RE: Hyperlink Field Beat them into submission?? OK, since that would be too welcome :) how about in your statup code: Application.GetOption("Behavior Entering Field") = 0 and in your shut down code Application.GetOption("Behavior Entering Field") = _ What_Ever_The_Users_Original_Value_Was_That_You_Remebered_To_Stored_Right_? Bryan Carbonnell bryan_carbonnell at cbc.ca >>> HollisVJ at pgdp.usec.com 18-Mar-04 1:02:51 PM >>> Now the million dollar question - what if the users have changed their properties to Start of Field? -----Original Message----- From: Bryan Carbonnell [mailto:Bryan_Carbonnell at cbc.ca] Sent: Thursday, March 18, 2004 9:17 AM To: accessd at databaseadvisors.com Subject: RE: [AccessD] RE: Hyperlink Field Glad that was it. Bryan Carbonnell bryan_carbonnell at cbc.ca >>> HollisVJ at pgdp.usec.com 18-Mar-04 10:13:54 AM >>> Give the man a beer!! He did it. Virginia -----Original Message----- From: Bryan Carbonnell [mailto:Bryan_Carbonnell at cbc.ca] Sent: Thursday, March 18, 2004 8:54 AM To: accessd at databaseadvisors.com Subject: RE: [AccessD] RE: Hyperlink Field Virginia, Under Tools|Options|Keyboard tab What is selected in the Behaviour entereing field frame? I would bet that it is NOT Select Entire field. Switch it to Select Entire Field, and try that. I think that might "fix" the problem. -- _______________________________________________ AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com -- _______________________________________________ AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com -- _______________________________________________ AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com -- _______________________________________________ AccessD mailing list AccessD at databaseadvisors.com http://databaseadvisors.com/mailman/listinfo/accessd Website: http://www.databaseadvisors.com