Hey,
I''m getting a weird error with DirSelect in the selectionchanged event of a drop down picture list box. The code looks like this
====================
1 string lsNewDir
2
3 IF This.DirSelect(lsNewDir) THEN
====================
and the error is this
"An error has occured
Message: Error...
Hi all,
first exuse me please for my english, it is not a native.
here is my question:
say you have some class hierarchy
abstract class Warior
{
String Description;
Armor armor;
Weapon weapon;
//Adittional Get/Set Properties
}
class HumanWarior : Warior
{
}...
How to make a never-ending page in Microsoft Word? Just one page, that never ends... Is that possible? By the way, I don't want to print anything in the file.
I have solved my issue, and am replying to myself, because I hate when I find a problem I'm looking for on some message board from 2004, and the guy replies with "I solved my issue. Never mind".
So, originally the problem was with an ADO.NET DBMS interface, interfacing with a SQL Server...
I have solved my issue, and am replying to myself, because I hate when I find a problem I'm looking for on some message board from 2004, and the guy replies with "I solved my issue. Never mind".
So, originally the problem was with an ADO.NET DBMS interface, interfacing with a SQL Server...
In MS VC you can declare to preprocesor how to declare global data:
#pragma data_seg(".gdata")
int i=0;
int z=1;
...
#pragma data_seg()
and then linking with /Section:.gata,WRS
if Borland, I have see the linker has the option of GS to this, but I dont know whats command the compiler need to...
The GetChunk and AppendChunk looked promising for the first few second, and then it took me down another step when i realized it was in VB.
Unfortunately, there is no way in PowerBuilder to read in data in chunks from a DB into a blob. I know there is from files, but that's it.
Something is...
Hello.
As you may have read from a previous post, I'm having a problem with data being cut off at 32000 bytes using the following code.
SELECTBLOB pic
INTO :lbPicBlob
FROM etc...
BLOB lbPicBlob only contains the first 32000 bytes. This is not a code issue, as it works with Sybase, not is it a...
Hello,
I currently have a problem with blobs being cut off.
From powerbuilder, I am trying to pull in an image that is stored as a blob. This has always worked fine in our software, until a more recent version, and is now presenting me with this problem. Here are the details...
When the...
Hello,
I currently have a problem with blobs being cut off.
From powerbuilder, I am trying to pull in an image that is stored as a blob. This has always worked fine in our software, until a more recent version, and is now presenting me with this problem. Here are the details...
When the...
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.