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. TruthInSatire

    Insert limit

    I've looked in the docs and searched google but can't seem to find the answer. I'm inserting multiple records at a time insert into myTable (x,y,z) values (a,b,c),(d,e,f),(e,t,c)... is there a limit to multiple inserts? thanks. Vegans are friends, not food...
  2. TruthInSatire

    passing values to or from a sub report

    I'm sorry, I think I posted this in the wrong forum. Can I get some assistance with this thread please?: http://tek-tips.com/viewthread.cfm?qid=1370143&page=1 Thank you.
  3. TruthInSatire

    passing values to or from a sub report

    Good morning. We are trying to create a table of contents as found in this link: http://tek-tips.com/viewthread.cfm?qid=1246791 We've got it working except some of the information we want to add to the ToC is in a sub report. We can add items 1,2,3 to the table of contents, but we also need...
  4. TruthInSatire

    Updating AD password using cfldap

    I'm trying to provide the ability for our users to change their domain password from our website. The website is located in the DMZ and is not part of the domain. I have sucessfully connected and run several LDAP queries. I can authenticate via ldap and all is well. When I try to change a...
  5. TruthInSatire

    Alert changing form width

    I have a js function that runs onsubmit. if the function causes an alert box to pop, it appears to change the width of the form. this ofcourse causes scroll bars Anyone know why the form is expanding? We've heard that a million monkeys at a million keyboards could produce the complete works of...
  6. TruthInSatire

    gap under image

    can someone please tell me why IE is putting a gap below the header graphic please? http://www.travmak.com/ltminc/index.html css #container { text-align: center; } #body { width: 750px; border: 1px solid #006699; margin-right:auto; margin-left:auto; overflow: auto; } #menu {...
  7. TruthInSatire

    need help with report display

    Ok... I'm not an access person, but we have a customer who needs something in access... anyway... we have 3 tables. table1 autoNumberID, partNum, structNum table2 autoNumberID, table1ID, ref1, ref2 table3 autoNumberID, table1ID, ref3 the report they want should look...
  8. TruthInSatire

    mySQL noob can't see databases in db table

    Shouldn't I be able to see all the databases in the mySql.db table? The problems I'm having are: 1) the php my admin interface stopped working (1045 access denied for user 'pma'@ 'localhost' bla bla) 2) I can not find a pma user in the mysql.user table 3) i can only see 3 databases in...
  9. TruthInSatire

    Help with flash media server

    I am using flash media server 2 and flash pro 8 I am also using the flash media server 2 components found here: http://www.macromedia.com/devnet/flashmediaserver/articles/components.html my problem is I changed the port in the adaptor.xml file to read "<HostPort>:9000</HostPort>" I changed...
  10. TruthInSatire

    Fun with host headers

    good morning all and thanks in advance for the help. I have a pretty (I think) simple question I've never used apache before How do i create a sub domain? I have mysite.com that uses folder A for productioin i want dev.mysite.com that uses folder B for development This is pretty simple stuff...
  11. TruthInSatire

    specify db fields

    I always specify the fields i'm using even if i pull back all the fields so I or anyone who needs to read the code can easily see what data is being used. However I haven't been able to find firm documentation as far as what kind of proformance benefit or hinderance this produces. Can anyone...
  12. TruthInSatire

    event handler not handling

    A little new to asp.net. I'm using VB.net I have a form with a button that doesn't seem to trigger the handler. any help would be great. Sub Button1_Click(sender As Object, e As EventArgs) ... ... End Sub ... ... <asp:button id="Button1" runat="server" Font-Bold="True" ForeColor="White"...
  13. TruthInSatire

    file upload not working

    We're having a problem uploading large files via our web form on our website. The site uses a framework and scripts that the webmaster didn't write. the problem is a user friendly message comes back saying to choose another file. I wrote a basic upload script just to see if i could get any...
  14. TruthInSatire

    fireside reading

    I'm working on learning asp.net. I'd like to use C# although I could settle for vb.net if i have to. My problem is all the books I find assume the reader already knows vb.net or C#. I don't. I've got asp.net in a nutshell, programming asp.net, essential asp.net with examples in C#...
  15. TruthInSatire

    Code wrap in DW 8

    the "auto wrap" is un checked, I've also checked it and set it to 999 but the code still wraps depending on the window size. Its very annoying and messes with my code indents. How do i turn this mess off? Thanks. We've heard that a million monkeys at a million keyboards could produce the...
  16. TruthInSatire

    doc to pdf isn't working

    I have a word doc about 100 pages. The docs switches back and forth from 8.5x11 portrait to 11x17 landscape. I've tried "creating pdf from file" and printing to pdf from the .doc The problem I'm having is the pages at 11x17 get cut. Acrobat sees it's an 11x17 page but the image is cut off...
  17. TruthInSatire

    monitors - Eye candy

    I have a DELL 8400 with nVidia 6800GTO. I'm considering getting a new monitor. I'm looking @ 2 options. A 24" widescreen flat panel from dell http://accessories.us.dell.com/sna/ProductDetail.aspx?sku=320-4221&c=us&cat=snp&category_id=6198&cs=19&l=en&Page=productlisting.aspx a 42" widescreen...
  18. TruthInSatire

    As lame as it gets...

    I've done this 100,000 times before but now it doesn't want to work. I'm trying to submit a form using a hyperlink vice a submit button //function I've also tried the name of the form, that didn't work either. <SCRIPT language="JavaScript"> function submitform() {...
  19. TruthInSatire

    New error message faq

    The faq is here: faq232-5932 if you need any more error messages translated you may post them here and I'll add them to the FAQ. We've heard that a million monkeys at a million keyboards could produce the complete works of Shakespeare; now, thanks to the Internet, we know that is not true.
  20. TruthInSatire

    New FAQ

    I added a new section of FAQ titled Tips for coders. The FAQ pertains to coldfusion developers, however since it also uses Dreamweaver i posted a link to it here. if you'd like to leave feed back please do so. faq770-5906 Thanks. We've heard that a million monkeys at a million keyboards...

Part and Inventory Search

Back
Top