Jump to content

Seppel

Members
  • Posts

    9
  • Joined

  • Last visited

Seppel's Achievements

Apprentice

Apprentice (3/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Hi Jesse. Sorry my English is not the best to express exactly what I want to do. I would not use a FileMaker layout for printing. FM will only provide the content. The usual way would be here to write an XSL which is used to generate the output. This I would have gladly spared. On the other hand, I would like to be able to write in a Word document and then assign the contents to a FileMaker record. I need to test a few times Scribe to find out exactly what everthing is possible with it. First I have to buy a newer Word version to work with the XML interface. (°I°)
  2. Hi Jesse. Thanks for your reply. I would like to create my correspondence either in FileMaker or in Word. But the printout should be in Word. Also I would like to be able to change documents in both programmes. If a document is changed in FileMaker, the changes should be transferred into the Word document and vise versa. Best Seppel
  3. Hi. Is it possible to create a new Word file with the Scribe Plugin? Best Seppel
  4. Hi all, I would like to backup a single file hosted on FMS9 on XP SP3. I simply use the following command line to backup the file: fmsadmin -u admin -p password "file.fp7" It works fine. fmsadmin -u admin -p password "file.fp7" -d "D:_filemaker_projectsXYZBackup" returns every time the error 20500. Everyone an idea what this error means? Best Seppel
  5. Thank you Steven for your reply. I had already read your article. But why it shouldn't be possible to import from itself like in each other client-side script? What is the reason for this fact?
  6. Hi all, is it possible to import data of the own (hosted) database server-side? In other words: I would like server-side to import from a table into a other table of the same file which is hosted on the same server? Thanks all
  7. Hi, I'm trying out the FTPeek-Plugin. But something goes wrong. I try to delete a local file with the command: /*Delete local files*/ Let( [ $param = Get( ScriptParameter ) ; $local_del_path = GetValue( $param ; 1 ) ; $deleted = FTPeek_DeleteLocal( $local_del_path ) ; $ftp_error = FTPeek_LastError ; $error = $deleted = "ERROR" ] ; "" ) Which is the correct path to submit to these function? For Mac I submits /Users/username/Desktop/upload.gif and for WIN c:Documents and SettingsusernameDesktopupload.txt These are the same like in your documentation. But I get every time the error, that relative paths not supported by java. Maybe I m to tire -( Thanks a lot regards seppel
  8. I have found the correct spelling: [color:gray]cmd /C dir /b /od c:server_income > c:dir.txt This works correct, if I performed the the script on a client. But if I schedule the ScriptMaker Script at the server it doesn't work. Why? The code below in a CMD-File and scheduled by the FM-Server directly works perfectly. Why it doesn't work in ScriptMaker-Script? Thanks a lot. Seppel
  9. Hi all, at first: Sorry for my English. It's not the best. Now to my question. I have a batch file which works correctly. I would like to monitor a folder on Windows Server 2003. FileMaker 10 Server is running on it and I would like to monitor the folder by a scheduled script based on a ScriptMaker-Script. The code is very simple and looks like [color:black]dir c:server_income /b /od > c:dir.txt But I don't know the correct filling of the command "Send Event". How I have to submit the code below to the Script Step? [color:black]cmd.exe dir c:server_income /b /od > c:dir.txt don't work. Could someone tell me how to fill the script step correctly? Thanks a lot, Regards Seppel
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.