Jump to content

mshar

Members
  • Posts

    30
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

mshar's Achievements

Explorer

Explorer (4/14)

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

Recent Badges

0

Reputation

  1. I have update my info., any ideas on the issue?
  2. We have using been Filemaker for years and started doing some more develpment in ASP.NET using ODBC drivers provided with Filemaker. Our Filemaker Server is version 11 and ODBC driver is 11.3.81.0. We are experiencing extreme slowness form the server and any kind of operation like browsing thru records using the client is also slow. When we restart the service fmxdbc_listener, it helps for a while and then intermittently starts to slow down again. I have a few questions: 1. Is this expected when fmxdbc_listener is loaded with more requests form applications? 2. Is there a better way to query FMP databases (like Stored Procedures in SQL Server) instead of dynamically creating SQL queries in code? 3. Where should I be looking at to troubleshoot? Thanks, Max
  3. Wow...that seemed to have worked. Thanks so much. :
  4. Thanks for replying AudioFreak. Pilcrow is actually a character commonly used to denote paragraphs. What I am talking about is a new line character. Let me try to explain what I am trying to do. I have a web page that is actually a form that customers can fill in to submit a request for something. Now the form has textboxes where the customer can type in. For example, I have a textbox named "Name" and the other as "Location". Now in Filemaker pro database, values from these two textboxes go to the same field CustomerInfo. I use oledb to do that. And they should display in two seperate lines instead of just one line. So for that I use "rn" in my code which is essentially a new line character in Windows environment. Filemaker Pro 8 seemed to recognize this character but with 9, it doesnt seem to be the case.
  5. No responses yet. : Does anyone at least know what is the NewLine character for Version 9? Thanks again.
  6. Hi, I have a piece of code in C# that pushes data from an online form to the FileMaker Pro database. It grabs text from different textboxes. To insert a line break after each line, I use "rn" or Environment.NewLine (both mean the same in Windows Enviroment). This thing was working fine until I think we updated to FileMaker Pro 9. Users who are using version 9 see the data all jumbled up (as if FileMaker is not recognizing the new line character). Users who are using version 8 don't have this problem. They see the data fine. So I am pretty sure its not the code problem. Are there any known issues? Is there a work around. Thanks all...
  7. Hi, I am writing a script that saves the current records to an excel sheet using the "Save Records as Excel" script. Is there a way to set the Page Layout of the excel sheet to Landscape. I tried Print Setup script but that doesn't help. It seems its only for Printing. Please help. Max
  8. Don't know the problem but heres the solution: Reboot FileMakerPro server :
  9. I have an ASP.NET application in which I have a Form that takes in some values from the user and inserts them into our FMP database. Everything was working fine for a year (the last successful INSERT was on 08/14/2007) and then suddenly I get this error when I hit the SUBMIT button on my web page. This is happening on both my Production and Development server. Are ports creating a problem here? Thanks... max
  10. Thank you all...you have been of great help.
  11. is Substitue available in FMP 8???
  12. Thank yo so much. Let me work on this one. Thanks, Max
  13. Do you have a sample of the script? Thanks, Max
  14. When I import tables from Filemaker to SQL Sever, for some values, I get characters at the end of the value that look like small boxes. I found out that these characters were actually CR or LF characters which were already present in the source tables in Filemaker (a data entry problem). This creates problem when I am writing queries in SQL. For example, take a value of field Empl_Name as John, so a value John is treated differently than John{CR or LF} but these characters are not visible in Filemaker. So, is there a way to clean all the tables by removing these unwanted linefeeds of carriage returns. Thanks, Max
  15. Hi, Is there a way to clean-up the database by removing all the unwanted carriage returns (CR) and line feeds (LF). I don't want to do it manually by going to each value and deleting this unwanted special lower level characters. Some kind of script or option in Filemaker would be good. Thanks, Max
×
×
  • Create New...

Important Information

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