Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mjstone323

    Display total of contents of 'fields a' for records that have identica

    Hi there - I couldn't fit all of the title in - The full subject is: Display total of contents of 'fields a' for records that have identical 'fields b' in common. I am attaching code for a query that grabs all the records in a few tables that relate to workshops that have been attended but not...
  2. mjstone323

    variable not updating with new cfset

    Hi Eric - Oh, I wish that was it! but the sHeaderMessage is output here: <cfinclude template="/textbooks/header.cfm" /> in the "header.cfm" document. I gave up on trying to get the message to show that way, and instead used the <cfif> to display the appropriate messages - works great...
  3. mjstone323

    variable not updating with new cfset

    Hello there - I've got my page working pretty well but I have a puzzling problem. My variable "sHeaderMessage", which I'm using to communicate with the user, isn't updating at the end of each cfif. What's weird is that it works just fine on the other pages - but here, it gets set once and then...
  4. mjstone323

    Selecting for table display

    Thank you!!! I thought perhaps it needed some parentheses... wasn't sure where to put them :O
  5. mjstone323

    Selecting for table display

    I apologize if this has been answered elsewhere - I'm having trouble formulating my question, and thus it's difficult to know what to search for! I have a query such that the result is displayed in two related select boxes: SELECT School.SchoolID, School.SchoolName, School.SchoolOpen...
  6. mjstone323

    Code to generate tables results in RT error 91

    Hi MajP - I've been careful to select DAO in References - the instructions that prefix the code (item #4) do say to select that. It's interesting - I also posted this on another forum and someone said the same thing - I wonder if there's a problem with Access 2000? I remember seeing something...
  7. mjstone323

    Code to generate tables results in RT error 91

    Hi all - brand newbie here. Please be gentle - I've dabbled with VB but I'm not fluent by any stretch of the imagination - although I'm willing to learn! I'm attempting to create a database using ERD creation software (CASE Studio 2) that generates code based on what db one is using. I created...
  8. mjstone323

    macro not showing on list

    Okay - I figured it out... The "Private" declarations have to stay that way for the form to work properly - I misunderstood the directions and put the following code in the *form*'s code, when it should have gone into "ThisDocument"'s code: Private Sub Document_New() frmFormName.Show End Sub...
  9. mjstone323

    macro not showing on list

    Thanks - I see that this macro has 'Private Sub' declared multiple times... I'm wondering now - do I need to change all the 'Privates' to 'Public'? Guess I'll monkey around with it a bit...
  10. mjstone323

    macro not showing on list

    Please forgive this question if it displays almost complete cluelessness... I'm *just* beginning to learn VBA. I wrote a macro based on a lesson, and, for some reason, unlike the other lesson macros I wrote, it's not showing up in Word's Tools-Macro-Macros list :( I've tried everything I can...
  11. mjstone323

    off-topic (sorry)

    So sorry to hear that you've been ill; hoping to hear soon that you're better - and thank you again for your help earlier this year! Marianne
  12. mjstone323

    Easy drop down menu in flash

    Hi! Well, I don't have an exact answer for you, but I went to Google and typed in &quot;Flash drop down menu&quot; and a whole bunch of sites popped up. I looked at a few and they're all different - you'd just need to decide which one fits what you want. Also, I bet FlashKit...
  13. mjstone323

    Please view site - comments &amp; suggestions requested

    I completed a site a couple weeks ago, with a great deal of help from OldNewbie, TulsaJeff, davdesign and others - there is absolutely no way I could have done this without their help! But it isn't even close to perfect (being my first site designed with any Flash at all) and I would love to...
  14. mjstone323

    Load and keep playing consecutive mcs at intervals

    Hi all - I expect once again to be hitting my forehead and saying &quot;d'oh&quot;... this seems like something that should be easy to do but I'm having no luck... I have this feeling I could do this all with ActionScript but I don't know how...and now I'm stuck. I'm trying to create an...
  15. mjstone323

    Play sound clip once then loop second sound clip?

    Hi - I've looked everywhere for a way to do this & I'm beginning to lose hope... I have a piece of music that I want to use on a page, but I want the last four measures to loop. I created two sound files, and tried doing this by embedding each one in a movie clip & using TellTarget to call the...
  16. mjstone323

    Create a popup that, when clicked, will open *another* popup

    Hi! Thanks for your reply -[thumbsup2] No - not ridiculous - but are you suggesting that I create an entirely new html document with just the larger image in it or is there a way to do it in the same html doc as the original JS? (either way, I'm relieved to have a resolution in sight...[bigsmile])
  17. mjstone323

    Create a popup that, when clicked, will open *another* popup

    Hello - I am almost a total newbie to JavaScript, so I apologize if this is a no-brainer to most of you - I'm using some script to open a popup window containing a larger picture of a thumbnail in a Flash movie. I put some script in my source: on(release){...
  18. mjstone323

    very weird: where is that pop-up coming from???

    Hi - Actually, your first suggestion *isn't* crazy, and probably not far from the truth. If a browser is enabled for &quot;cookies&quot; (which is usually the default setting) the sites have a way of placing them on the visitor's machine, both for site tracking purposes and in some cases to...
  19. mjstone323

    PLLLLEEEASE HELP! - I can't publish!!!!!!!!!!!!!!!!!!!!!!!!!!!

    Hi there - Are you moving the .html doc to a different location after publishing to view it? Flash requires you to publish an .swf when you publish your .html, because the HTML doc needs something to display - if you don't keep both published docs in the same folder it can't find the .swf...
  20. mjstone323

    Movie won't progress - please please please help

    Well, it works now!!! I just had to change one thing - one of the variables in the ASP was marked &quot;false&quot; for some reason in the original .fla - just for kicks I changed it to &quot;true&quot; and the movie scooted right past to where it was supposed to be - Then my ISP did something...

Part and Inventory Search

Back
Top