Jump to content

krusader

Members
  • Posts

    27
  • Joined

  • Last visited

krusader's Achievements

Explorer

Explorer (4/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. I have a layout as "View as List" with a header...in the header I have two Global fields in which the user can input info to do a search... the problem is that the buttons work in the header but data cannot be entered in fields that are located in the header... is there a way to activate these fields using a script or an FM trick?? THANKS
  2. I am trying to get FM to draw line graphs but have been unsuccessful I have tried ChartmakerPro but its very complicated to use and the graphs don't look that great I have used easy FM tricks to make bar graphs (I know there are also pie graph tricks)...are there any simple tricks to make line graphs in FM??? THANKS
  3. Hi is there a way to play a wav file when a button is clicked?? THANKS
  4. after developing...when you run the software on another machine I always get the message saying do you want to use your own system settings or not... is there a way to prevent this dialog from popping up??? thanks
  5. just make a script and attach to a button...thats what I have done Go to Field["images"] Insert Picture[]
  6. my mistake was to try to import the records to the exe file not the file with the special extension...THANKS a lot...it works now...
  7. OH WOW there so many GREAT plugins there I am trying them all right now...THANKS
  8. Hi I want to connect my database solution to another one developed by me...both have been converted to exe with Developer I want the user to select one record and through the use of a script be able to import that record into the other database solution... how can I do that?/ THANKS!!!!
  9. Hi after doing a search for duplicates how can I delete them searching for duplicates using the "!" mark shows the original record plus the duplicates so using the "Delete Found Records" feature is not possible I want to keep the original record while removing the duplicates any ideas??? THANKS
  10. yup I had tried that but it quits the kiosk version instead of minimizing it...
  11. thanks guys... I do have the option to use scripts which would work perfectly...but I don't want the user to click on any buttons... I think using a loop and pausing the script every 1 sec might do the trick but during the pause time the user can't enter anything which would not look good on the program... is there a way to set up a field so upon exiting the field the script would run automatically..:...
  12. what I am trying to say is that can calculation fields look at a previous record and copy/paste the info from a previous record into the current record...
  13. Hi it is a list view record 1 the user enters 5 as the interval begin=5 and end=10 record 2 the user enters 5 as the interval begin=10 and end=15 record 3 the user enters 4 as the interval begin=15 and end=19 record 4 the user enters 1 as the interval begin=19 and end=20 and so on... the field begin is the field end from the previous record except in the case of the first record where begin is equal to the field interval... think calc can do this??? THANKS
  14. Hi thanks for the reply the trouble is that user only enters in the interval and based on the value for the interval FM calculates the begin and end... is that possible with calculations??
  15. Hi this is what I am trying to achieve I have three number fields "begin" "end" and "interval" I want the values of begin and end to be based upon interval so the user sees this all in years... Begin End Interval 0 1 1 1 5 4 5 10 5 10 15 5 I know it can be easily done with a script but I want the user to see the values being entered automatically for begin and end any help is greatly appreciated!!! THANKS [This message has been edited by krusader (edited December 28, 2000).]
×
×
  • Create New...

Important Information

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