Jump to content

sam215

Members
  • Posts

    37
  • Joined

  • Last visited

Recent Profile Visitors

2,542 profile views

sam215's Achievements

Contributor

Contributor (5/14)

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

Recent Badges

0

Reputation

  1. One of the database was corrupted. So we have created clone of that database and performed recovery. We have imported records from this recovered file into new clone file. This database is connected(relationship) to other database.e.g there are two database Department & employee database.These two table are created via DEPT_ID.I performed recovery on employee database. Department Employee DEPT_ID EMP_ID DEPT_NAME DEPT_ID EMP_NAME Now When I create new employee for XYZ department.It is assigned to the another department. How to solve this ? I checked the recovery logs and did not find any errors but found this line
  2. Its not crashing on all machine. On some of win 7/8 m/c its working fine.
  3. Yes , we use base element(32 bit)
  4. We have upgraded FileMaker pro 11 to 15 on windows7 and 8 machine. After this migration , we are facing FileMaker pro crash issue. Application: FileMaker Pro.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.DivideByZeroException at MS.Win32.UnsafeNativeMethods.DispatchMessage(System.Windows.Interop.MSG ByRef) at System.Windows.Threading.Dispatcher.PushFrameImpl(System.Windows.Threading.DispatcherFrame) at System.Windows.Threading.Dispatcher.PushFrame(System.Windows.Threading.DispatcherFrame) at System.Windows.Window.ShowHelper(System.Object) at System.Windows.Window.Show() at System.Windows.Window.ShowDialog() at <Module>.WPFCBase.DoModal(WPFCBase*) at <Module>.WPFCDialog.DoModal(WPFCDialog*) -------------------------------------------------------------------------------------------- Faulting application name: FileMaker Pro.exe, version: 15.0.1.119, time stamp: 0x5706f6cd Faulting module name: ViewSystem.dll, version: 15.0.1.50139, time stamp: 0x5706fbeb Exception code: 0xc0000094 Fault offset: 0x00069cfb Faulting process id: 0xdfc Faulting application start time: 0x01d208ef6876fbd1 Faulting application path: C:\Program Files (x86)\FileMaker\FileMaker Pro 15\FileMaker Pro.exe Faulting module path: C:\Program Files (x86)\FileMaker\FileMaker Pro 15\ViewSystem.dll Report Id: ed5ed57f-74ea-11e6-9d44-54271ecb41ea In application event logs , Framework Version: v4.0.30319 > but when I look into .net framework - it says 4.6. In application log's framework version is equal to .Net framework version ???????
  5. Hey How you solve this. I m also getting 507 error.In my table there is no any validation field still me getting this?
  6. Thanks.Sorry but actually I want to find records based on timestamp means i want to find only those records which were creaated in last two hours .In this in this if I change format like this Set Variable[$date;Value:Year(Get(CurrentDate))&"-"&Month(Get(CurrentDate))&"-"&Day(Get(CurrentDate))] This in day and months if its value are below 10 then give o/p 6 instead of "06"..
  7. I m trying to find records based on date. I wan tto current date so geth this using get(currentDate)..but its in mm/dd/yyyy format and data are in yyyy-mm-dd format
  8. I wan tot convert date from mm/dd/yyyy to yyyy-mm-dd .
  9. I tried this .but also want create or manage script but dont want to edit layouts
  10. I want to disable edit layout so that user cant edit it.But they can manage scripts.
  11. want to execute on server.That jar download xml file.
  12. I want to execute jar file.How to execute it from the server ?
  13. I want to execute some files from cmd e.g i want to execute a file hello.php from C:xampphtdocs folder.So how to say cmd that u have go in C:xampphtdocs folder I mean how to go to specific folder in cmd. I try this "Send Event [ open document/application; "cmd.exe /C:xampphtdocs" ]" and Send Event [ open document/application; "cmd.exe C:xampphtdocs" ]. Bur its not working
  14. I want to show vertical scroll bar in text box.This text box is ready only mean Enter browse mode is not mark.How to perform this . When I mark Include vertical scroll bar->if this text box is not read only then its shows scroll bar if I select it as ready only then nothing is happen.
  15. I want to find those records whose total is >1000. How to write this in script.I try smthng like these. Set Variable[$a;Value:1000] Enter find mode[] setfield[Table:Total;">"&$a] PerformFind[] But this is not working.
×
×
  • Create New...

Important Information

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