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...
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
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?
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!
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!
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!
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!
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
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
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...
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...
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
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=...
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.