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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: bugmenot2
  • Order by date
  1. bugmenot2

    DirSelect. Why is it throwing an error?

    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...
  2. bugmenot2

    Object Consistency

    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 { }...
  3. bugmenot2

    How to make a never-ending page in Microsoft Word?

    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.
  4. bugmenot2

    Timed Shutdown Screen Saver

    Hi, Excellent tool! Thanks a lot for this! Will
  5. bugmenot2

    Inline select statement in powerbuilder cutting off blob variable.

    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...
  6. bugmenot2

    Is SQL Server or ADO.NET cutting off my variable length in inline sel?

    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...
  7. bugmenot2

    Shared segment declaration

    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...
  8. bugmenot2

    Is SQL Server or ADO.NET cutting off my variable length in inline sel?

    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...
  9. bugmenot2

    Can you read data in as chunks in PB?

    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...
  10. bugmenot2

    Is SQL Server or ADO.NET cutting off my variable length in inline sel?

    Hi. Thanks for the reply, but that is all OLE DB related. Do you know of any information that pertains to ADO.NET?
  11. bugmenot2

    Inline select statement in powerbuilder cutting off blob variable.

    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...
  12. bugmenot2

    Is SQL Server or ADO.NET cutting off my variable length in inline sel?

    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...

Part and Inventory Search

Back
Top