adspace
can you convert or reverse engineer a fmx back to a fmb file?
Answer Posted / Sudhanker Tiwari
No, it's not possible to convert an FMX file (a FileMaker Pro file) directly back to a FMB file (an Oracle Forms Module). You would need to use Oracle Forms Builder to create a new form from scratch and then manually recreate the form.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
in user parameter property we have list of values.can we write select query for binding? for example:: select empno from emp where deptno=:deptnum :deptnum is first parameter it displays distinct dept nos. if i do like this it is giving error:: bind variables are not allowed in the select statement