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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by louderthanu

  1. louderthanu

    FM Server 10 Advanced with Dot Net Front End

    I'm a .NET/MSSQL guy and can connect and push/pull data with my eyes closed.... until asked to do the same with FileMaker Pro using .NET! I'll have to admit, I'm totally lost. I want to connect to a FileMaker Pro 10 Server database using a front-end written in .Net. Here's the setup as the...
  2. louderthanu

    loadVariable Path

    I follow what you're saying... and yes, that was the first thing I checked... It is being served by the webhost (locahost and/or the webserver) I suppose to clarify, my question is doen't flash accept relative addressing? Or, am I just doing it wrong.
  3. louderthanu

    loadVariable Path

    Yes I do... on both my local machines.
  4. louderthanu

    Calendar Control Question

    I have a database that returns date data in the mm/dd/yyyy format. How do I get the advanced calendar control (the one that comes with the macromedia devkit) to recoginize this? I understand that it sets date values in a completely diffrent manner than just taking a standard formatted date...
  5. louderthanu

    loadVariable Path

    I can get a fully qualified domain name to work in the "path" parameter of the loadVariable command, ie. "http://www.thisdomain/flashData.aspx" I want to make it work locally with a relative path... that is, with "../flashData.aspx" WHY won't it work?? I don't...
  6. louderthanu

    Server Side Code Does Not Work

    Big gold stars all around!! I don't know if it was restarting the machine I'm on right now. (errrr.... duh! <smack>).. or putting the &quot;hello world&quot; in the code behind instead of on the aspx page.. .but by golly! She works!! Makes me really question the accuracy of the $40 book I...
  7. louderthanu

    Server Side Code Does Not Work

    I am so frustrated!! I cannot get any of the .net code to run... for instance sub page_load() response.write(&quot;hello world&quot;) end sub returns nothing... I can however put any asp controll EXCEPT a lable on the page, but only when it is written in the <body> of the page... ie...
  8. louderthanu

    database compression with asp

    Thanks guys! Exactally what I was looking for!! Kevin Howell www.briefcaseoftalent.com
  9. louderthanu

    database compression with asp

    Somewhere on this site I once saw a thread that had the code to compress an access database via vbscript. I even printed it out. The problem is, of course now that I need it- I can't find the printout OR find it searching the various forums... how annoying, huh? Does ANYONE have this code, or...
  10. louderthanu

    ADO Compression Method?

    Does ASP's ADO offer a compression method like VB's db.engine? Thanks! Kevin Howell www.briefcaseoftalent.com Austin, Tx.
  11. louderthanu

    i want critics

    Reguardless of what the user base or market share is or is not, there are still considerations that SHOULD be made for the the users out there. A properly coded and tested site should run on the major operating systems and browsers. That is- IE, Netscape, Win and Mac. It is not difficult to...
  12. louderthanu

    i want critics

    Guess what?! It doesn't run at all under IE 5:Mac... but then who cares, right?
  13. louderthanu

    Calendar Object Date Format

    Being cheap, I didn't pop for the additional $99 manual for the v2 dev kit... and of course, am now running into an issue... <g> I have a database that returns date data in the mm/dd/yyyy format. How do I get the advanced calendar object to recoginize this? I understand that it sets date...

Part and Inventory Search

Back
Top