Jump to content
Server Maintenance This Week. ×

writing plug-in


This topic is 7520 days old. Please don't post here. Open a new topic instead.

Recommended Posts

The pointer Tom has offered is also the only one that I'm aware of.

However I'm not clear on what it is you are trying to do, nor why you would contenplate using a plug-in to do it.

The two most obvious number-to-string operations are accommodated by FileMaker's native calc functions. Notably the NumToText( ) function (to render a numeral as a text literal string), or a compound formulation using the Choose function to express a numeric value in words.

Either of these can be achieved with reasonable efficiency by dropping some code into a FileMaker calc dialog.

Link to comment
Share on other sites

source code at that site seems to no longer exist or the links are dead.

I'm also trying to author a plugin, but I'm having no luck using CodeWarrior under OSX, although I have written plugins for FM/Windows.

As for trying to convert a number to string, you shouldn't need a new plugin to do that. You should just use a built in function. Judging from how FM handles data passing between your plugin and Filemaker, everything is a (char*) string.

Does anyone here

Link to comment
Share on other sites

  • Newbies

I konow i can convert number just a 2 fields and a calculation. but i want to learn how to write plugin. So i decided to make an plugin that contevts.

Have you got another-simple-open source plug in that helps me to learn??

Thanx

Link to comment
Share on other sites

  • 1 month later...
  • 2 weeks later...

This topic is 7520 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

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