
capsprojectos
Members-
Content Count
73 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout capsprojectos
-
Rank
member
Profile Information
-
Gender
Not Telling
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Hello Wim, thanks for your comments again. In the previous post, I pasted the entire code. I don’t have any lines calling FMP 5 or .fp7. And I am using the last FMPRO70Lib from FMP 15. After your comment, I tested with and without plugins, and the problem remain. I don’t understand why Exit doesn’t work, Filemaker maintains in memory. I read this “FileMaker may not exit until all reference counts are released. In Visual Basic, you can release the reference count by setting the object variable to "Nothing", for example:” – source: http://www.filemaker.com/help/12/f
-
Hello Wim, thanks for your response and help. I read this, from a previous post from you: “Oh, keep in mind that there is a bug in FM (has been ever since FM8) that if you call a script through the ActiveX interface a few times in relative quick succession (as you will do I'm sure in testing), the ActiveX interface will go deaf. At some point the script will not fire. When you see that, you have restart FM.” - http://fmforums.com/topic/85877-activex-and-c-sharp/#comment-394772 #1. This still occur in the current FM version (15)? 2. I have this code: u
-
Hello, First thanks for your comment, and suggestion. Is an excellent tool! I do have some questions about it: 1. Is possible to use a script parameter - MBS( "Notification.Listen"; NotificationName; FileName; ScriptName ) ? 2. What is the limit of "Notification.Listen", how many notification per run? In my tests the maximum was ~ 5750, and have some errors ("Failed to get ID for this notification name", example: #5984; FM crash after = Net framework exception ) 3. There is a function to release all "Notification", or we need to do it "one by one"? 4. The Notifica
-
Hello, I have more than 10k executable files, each EXE export data to a single table, inside of an unique MySQL. I created a FM database to manage all data (ODBC), but I didn’t solve how to trigger a script from an external EXE, without looping for new data each minute. Questions: #01: There is way to trigger a script in an open database, without looping ? #02: Runtime solutions can be used with parameters? My best idea, at this time, is to create a runtime solution and a relationship, and call it from the EXE. I do think is a "stupid idea" and t
-
Duplicate without scripts isn't working.
capsprojectos replied to capsprojectos's topic in Finding & Searching
Hello Bruce, Thank you very much, I never thought about using "MD5". Much appreciated -
Hello Filemaker experts, I am trying to do a simple task without using scripts, but isn’t working and I don’t understand why. . I want to find duplicates in this Filemaker attached, the fields are as Unicode, the others types are worst. Correct Answer: zero (there isn’t duplicates) #Try1 – Perform find ! (oki::duplicated): Error 128 records; #Try2 – Base64 encode:; Perform find ! (oki::base64): Error 128 records; #Try3 – Using relationships with (oki::duplicated): Big mess (4 records duplicated); Can understand why?
-
SQL UPDATE, SQL INSERT or SQL Delete
capsprojectos posted a topic in FileMaker Query Language or FQL
Please delete this post test0.zip -
Thanks for your answers, Didn't work with me, but i don't know ywhy, so please can you help me trying to eliminate some steps: 1. The functions is correct? 2. There is any SQL functions to increment value? Thanks
-
Hello, It’s possible to run declare commands with SQL function, like this: Thanks
-
get(hostname), get(myname)?
capsprojectos replied to tomp's topic in Calculation Engine (Define Fields)
Please check if Get(UserCount) will fit your aim. Because if it's >1 the user is a client. -
Hello, I’m creating a solution where I need to secure the main file, preventing copies to other computers. First with FM 11, I was using MAC Address and other security steps. But with FM 12, we have available the new function called Get(PersistentID), with purpose of this is to “return a text representing a unique identifier of the computer or device, like 78569d0bd40b898a64e7d08ccdea8220”. Now my questions: If I format the computer and reinstall a new or different FM 12 (not the same serial), there will be a different ID? The Persistent ID how is obtained? Throw hardware (like