CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: alfee5

Search: Search took 0.04 seconds.

  1. Thread: Crystal Report

    by alfee5
    Replies
    579
    Views
    637,219

    Actually I tried that before, using Photoshop to...

    Actually I tried that before, using Photoshop to reduce the image size before storing into SQL DB. And my picture box in the crystal report is sized to about that of my image. However, I still get...
  2. Thread: Crystal Report

    by alfee5
    Replies
    579
    Views
    637,219

    BLOB object

    Hi, Babu

    I was "forced" to use BLOB instead of jpeg, gif, etc.

    Initially I was storing only the the .jpeg file location in my SQL database. However, when I designed my report, I can't drag the...
  3. Thread: Crystal Report

    by alfee5
    Replies
    579
    Views
    637,219

    Hi Babu, Someone has also encountered the same...

    Hi Babu,

    Someone has also encountered the same problem with me. The image quality is very poor when we include a BLOB object in the report.

    I notice that the same image (if I happen to enlarge...
  4. Replies
    3
    Views
    1,769

    Hi I also got the same problem. I used SQL DB...

    Hi I also got the same problem. I used SQL DB though to store my .jpeg binary image in the data column.

    1 thing I noticed is that the quality of my image in Crystal Report improves if I enlarge...
  5. Thread: Crystal Report

    by alfee5
    Replies
    579
    Views
    637,219

    Hi Babu, (1) I would like to load a picture...

    Hi Babu,

    (1) I would like to load a picture file (eg. JPEG) in Crystal Report. However, my data is in SQL DB. The picture data field is actually the file location (ie. string data type) on my hard...
  6. Replies
    1
    Views
    888

    accessing SQL image data type

    I'm trying to add picture file to SQL image data type column. The image data type is actually storing binary object. I heard of BLOB. But don't know how to do that.

    I have tried using ADO.stream...
  7. Replies
    0
    Views
    748

    How to Merge 2 Word documents?

    Hi, I would like to append 1 word document after another and save it as 1 single document. Is there a way to do it? Some friend was suggesting open as appended document.

    Appreciate any advice.
  8. Replies
    2
    Views
    4,238

    Thanks. I tried out the code and it works! That's...

    Thanks. I tried out the code and it works! That's exactly what I want to do in my project.
  9. Replies
    2
    Views
    4,238

    How to edit a grid cell during run time?

    Hi, I was trying to use MSFlexGrid or MSHflexGird to edit cell data during runtime. But I found that this can only be done in my coding. I can't click the cell and edit data in my application.

    Can...
  10. Replies
    1
    Views
    875

    How to call an .exe file from VB?

    I got an application (.exe) I want to fire up from my program. I would like to just click a command button and call the .exe.
  11. How to generate report using MS Word or Excel?

    Learnt that might need visual word to generate report in word document. Anyone try that before?

    What about using Excel to generate report? Learnt that can actually formulate the cell.

    I have...
  12. Replies
    4
    Views
    771

    Re: Firing up a Microsoft word document

    I just found out we can use "ShellExecute" function to fire up application.

    For example,

    ShellExecute(NULL, "Open", "C:\\Program Files\\Microsoft Office\\Office\\winword.exe", NULL, NULL,...
  13. How to display image in format other than Bitmap?

    Can I display a JPEG or GIF file using VC++?
  14. Replies
    4
    Views
    771

    Re: Firing up a Microsoft word document

    Thanks, Jeff. The code helps.

    Wonder if u also know how to generate a report in Microsoft word using VC++? ie. I got some data I retrieve from DB and I wish to view it and print it in MS words.
  15. Replies
    4
    Views
    771

    Firing up a Microsoft word document

    I'm working on a project that requires to display data retrieve from DB in a word document.

    Have anyone tried this before? Need help urgently.
  16. Thread: CListBox

    by alfee5
    Replies
    1
    Views
    655

    CListBox

    May I know how to display an item in the list box with "\t"?

    For example, the list box is going to display the string "Name ID PhoneNo", followed by the next line "Mary 12345 ...
Results 1 to 16 of 16





Click Here to Expand Forum to Full Width

Featured