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 bkrike 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: Moogles
  • Content: Threads
  • Order by date
  1. Moogles

    Open pdf blob from Oracle table

    Greeting from the PHP newbie! I am trying to open a pdf file stored in oracle blob column. The following code always get the result: Object id #1 Could someone tell me what that means and why I can't open the pdf file? TIA <?php { header("Content-type: application/pdf"); if...
  2. Moogles

    Data Report in Visual Basic.Net standard version?

    Could someone help me on these: 1. I have VB.net standard version, does it come with crystal report? 2. If not, how can I create a report similar to Visual Basic 6 Data Report? Is there a specific reference I have to add in order for the Data Report to show up in Add new Item? TIA, Moogles
  3. Moogles

    wonder why I got the following erro

    wonder why I got the following error when compiling my simple program used 'EnumDisplayDevices'. error: error C2065: 'EnumDisplayDevices' : undeclared identifier I have included window.h, also tried to include multimon.h. Anything wrong with my setup?
  4. Moogles

    Email in c++ or invoking print in C++

    Is there anything similar to VB mapisession in C++? I would like to email out a text file on the OS within in a C++ program; Or if you know how to invoke print to print the text file on OS within the C++ program. Any help is greatly appreciated!
  5. Moogles

    Send binary data, received only portion of data

    Hi, I use winsock to send a .jpg image. The image is 32K but the client received only 8k. the image is skewed/distorted at the bottom. I read a winsock bug from MSDN,Q234576, saying that winsock may not receive binary data. Anyone has suggestions to work around this problem? Thanks!
  6. Moogles

    Image missing after export report as html file

    In my datareport, I have an image (.bmp or .gif or .jpg). After exportreport using html format, the image disappears. How do I fix this problem? Thanks!
  7. Moogles

    Line missing in Email attachment

    Hi, I got serveral lines in my datareport, I email the report as html attachment. When opening the attachment, those lines were all missing. Any idea? thanks!
  8. Moogles

    Html file as MAPI attachment

    The html file that I emailed under MAPI control show up with a window icon, not the html file icon. What did I do wrong? I tried the attachmenttype = 0 or 2. they show up the same. Help, TIA
  9. Moogles

    Set report height = where the last section footer ends

    Hi, The last section in my report is a dataenvironment section footer(parent data). The detail section above the footer section is dynamically retrieve from db(child data). The footer section is fixed. I was unable to set the report height = to the end of the footer section. Could you help? TIA
  10. Moogles

    Unselect radio button

    How do I set the radio button on and off when I click everytime? TIA
  11. Moogles

    Binding Collection Error

    Hi, Does anyone know what causes this error: Binding Collection Error, field not updatable.... this is happening when I have a list box's datasource linked to an ADODC. The list box retrieves data from Oracle database just fine, but when I click on the item in the list box, the error msg pops...
  12. Moogles

    One report, two dataenvironment commands

    I have one report which has two dataenvironment commands, these commands are from the same connection. In the report, I have 50 columns from one command, and a mutiple recordset of 9 columns from the second command (which needs loop to get all records). How do I combine all these into one...
  13. Moogles

    What's the maximun length for commandtext?

    It seems that text longer than 256(?) are truncated, is it right? TIA
  14. Moogles

    Export data report by record

    Hi, Is it possible to export a data report of 100 records into 100 report files (plain text) instead of 1 big report? I also would like to automate this in VB code which will pick up filename dynamically. Any help is deeply appreciated! TIA
  15. Moogles

    Email

    How do I sent email from VB to GroupWise(NoVell)? Which function should I call? How do I set up my pc to use GroupWise instead of OutLook? TIA
  16. Moogles

    Insert data into DataGrid

    I use DataGrid for the purpose of storing runtime data (like a spreadsheet, no database connection), is this right? I try to insert DataGrid with the following statements, it gave me 7005 runtime error. (rowset not available) Me.DataGrid1.col= 0 Me.DataGrid1.row = 0 Me.DataGrid1.text=...

Part and Inventory Search

Back
Top