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 wOOdy-Soft 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 eladi

  1. eladi

    Datasource problem

    Ecobb, I tried your hints - didn't work. I still got the same error message. Any other ideas? Tnx in advance. Adrian www.aresthetics.ch www.aresthetics.ch/trav (Travel website)
  2. eladi

    Datasource problem

    I'll try when I arrive at home. That's the one that doesn't work properly. Yes, the DB is always the same. Tnx in advance. Adrian www.aresthetics.ch www.aresthetics.ch/trav (Travel website)
  3. eladi

    Datasource problem

    Sorry, sure. The red section says: If you select unique values (continent), memo- or OLE-objects must not be included. Tnx for your trouble, Ecobb. Like I said, this should not be a syntax/programming error - as the very same application runs without error on 4 other pc's/servers. Tnx in...
  4. eladi

    Datasource problem

    Ok, so with the update installed, the above mentioned problem is solved. However, there seems still something to be strange strange. I still got a datasource error, although a different one. The thing is, it works at my PC in the office, at the two pcs my partner uses and online. This indicates...
  5. eladi

    Datasource problem

    I know, this problem isn't new - and yes, I read through plenty of posts in this and the mm forum. Nevertheless, my problem isn't solved. My CFMX Dev. version does not let me connect to the datasource anymore. It's the error: ---- Connection verification failed for data source: travellogs...
  6. eladi

    cffile not recognizing formfiel

    Sorry, I figured it out myself. I must have been too tired yesterday night, when I encountered the problem. I forgot the enctype="multipart/form-data". Tnx in advance. Adrian www.aresthetics.ch www.aresthetics.ch/trav (Travel website)
  7. eladi

    cffile not recognizing formfiel

    Hi, I work with the cffile on a different website already. On a new project, I have to have to upload two files. While processing, I get the following error: Error in CFFILE tag The form field specified in the CFFILE tag (FILE1) does not contain an uploaded file. Please be sure that you have...
  8. eladi

    cfupdate error

    Hi all, I'm creating a CMS for a client. All was fine so far, I've created several forms to change certain sectors - but now suddenly I have a problem with one form, although I believe that I did it similar to the other forms. When I execute the page the following error occurs: Syntax error in...
  9. eladi

    Shockwave Problem

    Tnx qazs. We figured it out before. It was a stupid mistake...he hadn't changed the script where he was calling the new movie, when he converted it into a shckwave app. Adrian
  10. eladi

    Shockwave Problem

    Hi all, My friend has a strange problem with a Director/Shockwave application. It was a rush job and was just meant for one short, but important presentation. Now they want it online. So he published the director movie as shockwave and put it online. It all loads well, but then when jumping to...
  11. eladi

    Problems with publishing dir movie

    Hei, So, have you solved your problem then, or not? If not, please explain excactely what you are trying to do and then where the problem occurs. Did you try to attach a file? Can't see it. Try again. Adrian
  12. eladi

    Problems with publishing dir movie

    Hei, Hm, not really sure, what the problem is. You say, that the client wants the excact same presentation as a website. So, are you publishing it in Shockwave now? As far as I know, there are no problems with mpgs and swfs within Director. What version of Director are you working with though...
  13. eladi

    submit button in forms

    Hei jcsp2000, Well, you'll have few other options. Depending on the cgi-script you have, there's not necessairily a new brower window to be opened - that's optional, wether you direct it or not. Usually the user wants to know, that his email/contact got through anyway. As for CGIs, there are...
  14. eladi

    SWF Header

    Hi all, I PM with a software development company, which provides data and software for car dealers. One of our products is a wysiwyg webeditor. In the new version, we'll implement the posibility to embed swf files. No big deal, generally. But now there is a slight problem. With the routine...
  15. eladi

    submit button in forms

    Well, as you've created a form, you'll probably have to send it to some cgi. Here's how I did it in a similar project: vNachname = member("fld.form.name").text vVorname = member("fld.form.vorname").text vAdresse = member("fld.form.adresse").text vOrt =...

Part and Inventory Search

Back
Top