A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

is this possible?



 
 
Thread Tools Display Modes
  #1  
Old July 7th, 2009, 10:33 PM posted to microsoft.public.access
Karim
external usenet poster
 
Posts: 68
Default is this possible?

Hello All,
lets say that I made a form with bottons that open shortcuts on the
local computer. is it possible to make it so that the user can choose what
shortcut a certain botton on the form would open? and can he change that
later to a different shortcut? this is without using vb at all, everything
right from the form...?
  #2  
Old July 7th, 2009, 10:39 PM posted to microsoft.public.access
Karim
external usenet poster
 
Posts: 68
Default is this possible?

sorry guys, I thought I was in vb.net general discussion...ignore my question.
  #3  
Old July 7th, 2009, 10:41 PM posted to microsoft.public.access
Dirk Goldgar
external usenet poster
 
Posts: 2,529
Default is this possible?

"karim" wrote in message
...
Hello All,
lets say that I made a form with bottons that open shortcuts on the
local computer. is it possible to make it so that the user can choose what
shortcut a certain botton on the form would open? and can he change that
later to a different shortcut? this is without using vb at all, everything
right from the form...?



It's certainly possible, so long as "without using vb" means that the user
doesn't need to use VB -- you, the form developer, would almost certainly
need to use VB to make it work. Also, what do you mean by "shortcuts," and
what would it mean to open one?

--
Dirk Goldgar, MS Access MVP
www.datagnostics.com

(please reply to the newsgroup)

  #4  
Old July 8th, 2009, 03:11 AM posted to microsoft.public.access
Karim
external usenet poster
 
Posts: 68
Default is this possible?

thanks for the replay Dirk...

for me, yes I will use vb to design the form. and what i ment be shortcuts
and opening it is for example, the button would open internet explorer, or my
computer...but lets say the user does not want the button to open my
computer, he would rather have it open my documents...is there a way for him
to change that right from the form?
  #5  
Old July 8th, 2009, 03:11 AM posted to microsoft.public.access
Karim
external usenet poster
 
Posts: 68
Default is this possible?

thanks for the replay Dirk...

for me, yes I will use vb to design the form. and what i ment be shortcuts
and opening it is for example, the button would open internet explorer, or my
computer...but lets say the user does not want the button to open my
computer, he would rather have it open my documents...is there a way for him
to change that right from the form?
  #6  
Old July 8th, 2009, 03:27 AM posted to microsoft.public.access
Dirk Goldgar
external usenet poster
 
Posts: 2,529
Default is this possible?

"karim" wrote in message
...
thanks for the replay Dirk...

for me, yes I will use vb to design the form. and what i ment be shortcuts
and opening it is for example, the button would open internet explorer, or
my
computer...but lets say the user does not want the button to open my
computer, he would rather have it open my documents...is there a way for
him
to change that right from the form?



I can only speak about Access here, and you said earlier that you were
really talking about VB.Net. For Access, I would consider storing the
shortcuts as hyperlink fields in a table, one per record, with a primary key
field that would associate each hyperlink with a button on the form. I'd
use the RunCommand acCmdEditHyperlink method to allow the user to edit the
hyperlinks in this table.

--
Dirk Goldgar, MS Access MVP
www.datagnostics.com

(please reply to the newsgroup)

  #7  
Old July 8th, 2009, 03:27 AM posted to microsoft.public.access
Dirk Goldgar
external usenet poster
 
Posts: 2,529
Default is this possible?

"karim" wrote in message
...
thanks for the replay Dirk...

for me, yes I will use vb to design the form. and what i ment be shortcuts
and opening it is for example, the button would open internet explorer, or
my
computer...but lets say the user does not want the button to open my
computer, he would rather have it open my documents...is there a way for
him
to change that right from the form?



I can only speak about Access here, and you said earlier that you were
really talking about VB.Net. For Access, I would consider storing the
shortcuts as hyperlink fields in a table, one per record, with a primary key
field that would associate each hyperlink with a button on the form. I'd
use the RunCommand acCmdEditHyperlink method to allow the user to edit the
hyperlinks in this table.

--
Dirk Goldgar, MS Access MVP
www.datagnostics.com

(please reply to the newsgroup)

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 09:50 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.