Jump to content

chrisnta

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by chrisnta

  1. I have build visiual room plan in my latest FileMaker Solution. Its fairly easy althought it took me few days to figure this out.
  2. Do you mean when I receive the xml response in a field than export the field content has a xml file and import the xml file back to filemaker with a style sheet? I just need to think about the procedure, I want to keep it simple for the user.
  3. The data will be saved in filemaker. It is not meant to convert the xml to something else to export. I just need it readable for others. Also I can only send it per https post request, thats the reason why I'm using troiurl otherwise I could use filemaker tools. I already using a simelar function to get data within the tags in a field. However, something like checking ADSL availabilty returning more option or set of data not just one set. Here I just would like to present a readable list.
  4. I have the following problem. I use xml to get data from a ISP with TroiURL. Everything works fine, but I try to replace the tags to more simple tags. Like this one: 5 to 5 I have got this working with the calculation (see end) However, it takes only the first available line and not the whole text or other lines. <?xml version=1.0?> 5 OH3 9YH Z G 2097152 G HSHSH City E Y G 4096000 1235 Home 512k Classic adsl Y 524288 extract ( "
  5. cmd starts the command line /c execute the program try something easier to test like: "cmd /c ping your IP Address" EDIT: cmd /c xml-dir-listing.bat -o MusicList.xml [color:red]"Z:Songs[color:red]" try: "cmd /c xml-dir-listing.bat -o MusicList.xml [color:green]> Z:Songs"
  6. Use in Send DDE calculation: cmd /c xml-dir-listing.bat -o MusicList.xml "Z:Songs"
  7. I will test this tomorrow. Thank you for your help.
  8. Sorry if it wasn't clear, Here my situation: I need to calculate when a contract is finished. I have a start date and a period. The end date must fall on the same weekday as the start weekday. So, I need to calculate Weekday times period (4 Weeks = 28 days). For me its not clear what to use to get the right result.
  9. I have a problem where I need to calculate to the next date of a particular weekday. Let say: Start_Date = Monday, 8th December 2008 Period= 4 Weeks Calc_End_Date = Must be the weekday of the Start_Date in a Period of 4 weeks (=5th of January '09) If I use the Date Function, Day (Start_date + 28), it doesn't work always because it calculates the day not the weekday. How do I calculate the weekdays if I want to use the Date function? Thanks
×
×
  • Create New...

Important Information

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