× Discuss on Template programming, jBASE programming, Enquiries, No-File enquiry, Enquiry routines, Version, Version routines, Menus, Abbriviations, Creating local reference fields, Fast path enquiries, Creating charts and graphs, Generating Reports, Deal slips, Straight through processing, Multi Company and Multi Book setup, Tabbed screens, Composite Screens, T24 API, etc...

EBS.CREATE.FILES

  • malai
  • malai's Avatar Topic Author
  • Offline
  • Platinum Member
  • Platinum Member
More
16 years 7 months ago #692 by malai
EBS.CREATE.FILES was created by malai
For creating files you can use EBS.CREATE.FILES.



Which version of jBASE you are running?

In latest version you need to logout/login to refer the latest library.






Keep posting and make this community active|Thanks

Please Log in or Create an account to join the conversation.

More
16 years 7 months ago #693 by murali
Replied by murali on topic dynamic Standard Selection creation
hi

i thank you for your update.. im using jbase4.1.

could u get me the syntax of EBS.CREATE.FILES or the place where i ll get that.

and let me also know about rebuilding of SS through the program.

Please Log in or Create an account to join the conversation.

More
16 years 7 months ago #694 by KingArthur
Replied by KingArthur on topic Not recommended
EBS.CREATE.FILE is not a standard subroutine that you shoud not use in your local developments.



It is strongly recommended not to use any subroutine that are not in T24 standard subroutines.




If you use this, you may face problems during upgrade.

If I am not wrong, it accepts 3 arguments (filename,dataortype,errmsg).




filename : filename to create
dataortype : ''



Before calling this you should create the FILE.CONTROL record.



You cannot build SS inside a subroutine/program.
You may try creating OFS message to build the SS.






King Arthur

Please Log in or Create an account to join the conversation.

Time to create page: 0.093 seconds