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"...
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
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...
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...
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...
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...
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...
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...
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
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.