Menu7
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 6 articles for 0.303 sec
"AGw. (Usenet)" <frederick@southernskies.co.uk> wrote in message news:e6010b18-90ee-4ce1-92f8-2e36b847c169@u10g2000prn.googlegroups.com... > On Jan 18, 1:13 am, Stan Brown <the_stan_br...@fastmail.fm> wrote: > >> Thu, 17 Jan 2008 07:45:51 -0800 (PST) from AGw. (Usenet) >> <freder...@southernskies.co.uk>: >> >> > On Jan 10, 1:46 am, "rf" <r...@invalid.com> wrote: >> > >> > > "Gregor Kofler"     

Group: comp.infosystems.www.authoring.stylesheets · Group Profile · Search for Menu7 in comp.infosystems.www.authoring.stylesheets
Author: rf
Date: Jan 18, 2008 03:59

Hello, I've been using Dreamweaver CS3 on Windows Vista, and no problems until I made some external css to my web page. Now every time I open my page to edit or any other page that has this css Dreamweaver CS3 hangs with a dialog like this: Adobe Dreamweaver CS3 has stopped working Windows is collecting more information about the problem. This might take several minutes... I tested
Show full article (2.46Kb) · Show article thread
I wouldn't even try to do that, Bob. It sounds like the kind of thing people do on web pages with JavaScript, rather than the kind of approach that would be productive in Access where command bars give this kind of functionality. -- Allen Browne - Microsoft MVP. Perth, Western Australia Tips for Access users - http://allenbrowne.com/tips.html Reply to group, rather than allenbrowne at     

Group: macromedia.dreamweaver · Group Profile · Search for Menu7 in macromedia.dreamweaver
Author: mwidman
Date: May 28, 2007 04:28

On Mar 15, 12:05 pm, "Allen Browne" <AllenBro...@SeeSig.Invalid> wrote: How will your code know how many items there are in the end? One you have determined that, you can ReDim the array to that many items, e.g.: iHowMany = 9 ReDim aiMenu(1 to iHowMany) I'm not really clear what you are doing here, but I think you are trying to use controls on the form to simluate a
Show full article (10.17Kb)
How will your code know how many items there are in the end? One you have determined that, you can ReDim the array to that many items, e.g.: iHowMany = 9 ReDim aiMenu(1 to iHowMany) I'm not really clear what you are doing here, but I think you are trying to use controls on the form to simluate a menu. If so, it might be easier to put the menu items in a table rather than hard code     

Group: microsoft.public.access.formscoding · Group Profile · Search for Menu7 in microsoft.public.access.formscoding
Author: Allen Browne
Date: Mar 14, 2007 23:03

On Mar 14, 7:26 pm, "Allen Browne" <AllenBro...@SeeSig.Invalid> wrote: I'm not sure I've understood exactly what you want in the end, but it looks like you want an array: Dim aiMenu(1 to 5) As Integer Dim i As Integer Dim strName As String aiMenu(1) = 3 aiMenu(2) = 6 aiMenu(3) = 8 aiMenu(4) = 2 aiMenu(5) = 3 For i = 1 to 5 strName = "Menu" & i & "Lbl"
Show full article (5.13Kb)
    

Group: microsoft.public.access.formscoding · Group Profile · Search for Menu7 in microsoft.public.access.formscoding
Author: Bob
Date: Mar 14, 2007 22:28

Show full article (4.56Kb)
    

Group: microsoft.public.access.formscoding · Group Profile · Search for Menu7 in microsoft.public.access.formscoding
Author: Allen Browne
Date: Mar 14, 2007 18:05

Show full article (4.05Kb)
    

Group: microsoft.public.access.formscoding · Group Profile · Search for Menu7 in microsoft.public.access.formscoding
Author: Bob
Date: Mar 14, 2007 15:39

Show full article (3.39Kb)