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...
Have you a solution for this question? I am looking to do the same thing and cannot find out how to display a please wait message while performing a load. Paul Mele
DFAS-CL/TSAD
It happens randomly. Could be writing an email using outlook, in notepad reviewing something, using Dpeg (image duplicate finder), in Media Center creating thumbnail albums. Sometimes it just happens on its own or when restarting after a crash just after I login and before it completes the...
This problem has been driving me crazy for weeks. Keep getting 3 different BSOD messages with no indication of what driver or service is causing the problem. No dump to examine, tried debuggers, starting with crashdump and debug, nothing seems to tell me what driver or service is failing...
I too, have been having this problem in the last few weeks. I have swapped out motherboards (my son has the same MB on his PC), changed memory, added memory, changed drives from UDMA to normal and back, reloaded Win2k over my current install. Nothing seems to work. The only thing I have not...
You need to visit ASPN (www.aspn.com) and download Active Perl. Follow the instruction carefully and you will be all set. Just finished installing it myself a week ago.
pmele@pmsys.com
Paul Mele
DFAS-CL/TSAD
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.