Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by pmele

  1. pmele

    Form Attr EncType with Post

    A question which I hope someone can explain to me. I have a form which submits data using get <form action="xxx" enctype="multipart/form-data"> blah - blah </form> This works fine up to 2000 chars due to the Get method. When I add the Post method attr, it doesn't work: <form action="xxx"...
  2. pmele

    Strange Date Validation Problems in PB 9.0.1 Enterprise

    Having numerous problems and quirks with PB9.01. The editmask was changed for numbers also and caused me some headaches with my customer. Got that fire out and now I am seeing strange things happening in IDE where they work just fine when built. Paul Mele DFAS-CL/TSTB
  3. pmele

    Dynamically changing RTF datawindow contents.

    Unfortunately you cannot use Office to create or edit the file. The RTF that Office uses is not recognized by the control, nor or the fields used in the control. This is why we needed to create our own RTF editor. Also, we use notepad to edit the file manually. Its a pain since Sybase does...
  4. pmele

    Declaration of Local External Function Limit??????

    Yes, it is tedious yet it breaks it down to a manageable level. You would have 200 odd functions in n_tr_tvm to access 200 odd local external functions of n_tr_tvm1 plus another 200 odd functions in n_tr_tvm for the 200 odd in n_tr_tvm2 and so on. In the end n_tr_tvm would have 500 or so...
  5. pmele

    Declaration of Local External Function Limit??????

    From the way I understand it, try this - ---------------------------------------- Create four objects from your base transaction object: n_tr_tvm1 inherited from n_tr n_tr_tvm2 inherited from n_tr n_tr_tvm3 inherited from n_tr n_tr_tvm inherited from n_tr In the Application variable tab keep...
  6. pmele

    Declaration of Local External Function Limit??????

    Why would you want that many in a single object? Break it down into related elements. For example, create on for FileOps API, another for DeskTop, another for String and so on. Then create a main nvo which creates an instance of them. We created a single system funtion base called...
  7. pmele

    Openwithparm

    Response windows cannot have child windows. It may be a fluke that you even got it to work at all. Paul Mele DFAS-CL/TSTB
  8. pmele

    Declaration of Local External Function Limit??????

    No limit that I am aware of, unless you are trying to declare the entire API. Paul Mele DFAS-CL/TSTB
  9. pmele

    Dynamically changing RTF datawindow contents.

    The saved RTF file is separate from the sql and columns selected. It is just the text and data fields within the text that is saved to the file in RTF format readable with Windows Notepad. You merely have design a datawindow with the sql leaving the header footer and detail bands blank. When...
  10. pmele

    Dynamically changing RTF datawindow contents.

    We create a generic RTF document complete with text and data fields and save them into a RTF file. This is done during development using the application in a window we created with an RTF control just for making document. During execution, we read the RTF document we saved and allow the user...
  11. pmele

    IIS and TomCat Downloads Page

    Unfortunately I don't have access to the adminstration of IIS and TomCat, but is what could be the problem if your page wants to be downloaded instead of being viewed? Click and the redir asks to download the page... Paul Mele DFAS-CL/TSTB
  12. pmele

    System tray icon

    Sample code for this can be downloaded from http://www.pmsys.com/pb/systray.zip Paul Mele DFAS-CL/TSTB
  13. pmele

    Dynamically changing RTF datawindow contents.

    Two other methods of changing the RTF. Both require a knowledge of how a rtf document is constructed. Some help may be at http://www.pmsys.com/pbtips/ These routines are only good for 32k size and less, otherwise they will need to be modified for larger files. We only use single page...
  14. pmele

    SP3 Won't Install - SYSMAIN.SDB

    Did not try to re-download the SP3 Express Install. I am installing on W2K. Paul Mele DFAS-CL/TSAD
  15. pmele

    SP3 Won't Install - SYSMAIN.SDB

    Attempted to install the Win2k SP3 and after analyzing the configuration the setup stops and complains about the file sysmain.sdb being in use by another program. I have shutdown all apps, stopped non-essential services, removed any Norton items and still the same message. Anyone know what...

Part and Inventory Search

Back
Top