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 Chriss Miller 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: halfbarrel
  • Content: Threads
  • Order by date
  1. halfbarrel

    resize term-ncurses

    Hello, Is there a way to resize a terminal in ncurses? I know that there are functions like resizeterm which I believe tries to handle resizing the windows within a term when a resize event happens, but what I interested in is actually resizing my current term which is about 150X40...
  2. halfbarrel

    Retrieve pixel color

    Hello, What I would like to do is pass an image file into a c program as an argument on my linux box and then loop through it's pixels to see what color they are. Does someone know what the code is to get a pixel(specifically the pixels color) and what header/s would have to be included. Thanks,
  3. halfbarrel

    Open url in same browser everytime

    Hello, Can anyone tell me how from a vb app you can open a url into the same browser window everytime, or if it is possible? At work a programmer from one of our vendors is using ShellExecute currently to open the browser, and I've done some searching, but am not that great of a vb...
  4. halfbarrel

    Output to Excel

    Hello, Not sure if this is the right area to post, but maybe someone can help. I was wondering with xsl if it is possible to output multiple sheets in Excel. Let me know if you can offer any help. Thanks, Chris.
  5. halfbarrel

    Difference of two datestamps

    Hello, In MySql 4.1 how do you find the difference(preferrably int hours/minutes) of two dates? I see in 5.0 there is a timestampdiff function. Thanks, Chris.
  6. halfbarrel

    Setting focus to iframe

    Hello, I'm currently creating a web page with a table of data at the top, and iframe below that, and then a second iframe below that. When a hyper link from the table is clicked it changes the source of the first iframe, then when a hyper link is clicked from that iframe it sets the source...
  7. halfbarrel

    moveFile overwrite

    Hello, Is there a way with moveFile to overwrite the file if it already exists? Thanks, Chris.
  8. halfbarrel

    Access Report to Adobe/Email Problem

    Hello, I'm working on coverting an access report to a pdf and then I would like to email it. I set report's printer to the Adobe Writer, and open the report to print. My problem is, I believe that the report is submitted to the Adobe printer queue and then the next line of code to email the...
  9. halfbarrel

    Simple c Character manipulation question

    Hello, I was wondering if someone could kind of tell me what the second line bellow would be outputting: x=(char) *myinputval++; /* get input char */ x=x * x; The first line I know pulls just a character for example 'P', but I don't understand multiplying a character by...
  10. halfbarrel

    sqlplus column formating question

    Hello, I have a question about sqlplus. It seems whenever I run and sqlplus and spool out the file the number fields have a preceding space. This is even if I format them like: column MPI_NBR format 09999999999 It will then look like this in the spool file. 00000001111 Does anyone have...
  11. halfbarrel

    Conditional Formating Question

    Hello, I am currently creating letters using oracle reports and have the letters all setup with one issue. I would like to be able to conditionally hightlight or underline a portion of a setence or paragraph in these letters. Every paragraph is a different field in these letters. Is there a...
  12. halfbarrel

    Grub Configuration

    Hello, I've just downloaded Fedora Core 3 and installed it on a sencond hard drive(/dev/hdf). My first hard drive(/dev/hde) has Fedora Core 2 on it. Here is the grub.conf file: title Fedora Core 2 (2.6.8-1.521) root (hd0,0) kernel /vmlinuz-2.6.8-1.521 ro root=LABEL=/ rhgb quiet initrd...
  13. halfbarrel

    Help me read drwtsn32.log

    Hello, We have an application that errors out saying "ppm.exe has generate errors and will be closed by windows". It creates an entry in the drwtsn32.log file. Part of it is shown below: State Dump for Thread Id 0x550 eax=019a449c ebx=0012f3f0 ecx=00000080 edx=025fc001 esi=0012e85c...
  14. halfbarrel

    Bold sentence in report from table.

    Ok. Here's the story. I Have a table with 7 fields, all paragraphs for letters. I would like to have one sentence in one of the fields displayed as bold when the report is run. Is there some way to put control characters or something inside the field so that the report knows that sentence is...
  15. halfbarrel

    Linux Reporting Tools?

    Hello, I was just wondering if anyone knew of a reporting tool for linux comprable to Monarch for windows where you can take a report and strip it by doing something like creating a model. Thanks for any help, Halfbarrel.
  16. halfbarrel

    Linux Reporting Tools

    Hello, I was just wondering if anyone knew of a reporting tool for linux comprable to Monarch for windows where you can take a report and strip it by creating a model. Thanks for any help, Halfbarrel.
  17. halfbarrel

    Ftp from Access

    Hello, I found the below code in thread Thread181-83297, but do not know which library to reference in my vba code. Can someone help? Thanks, Set FTPconn = New Inet 'Set Properties FTPconn.Protocol = icFTP FTPconn.RequestTimeout = 600 FTPconn.URL = "ftp://ftp.address" 'Connect...
  18. halfbarrel

    MailMerge Error

    Hey, I'm wondering if someone can help me out with an error I'm getting trying to automate a mailmerge. The line I'm getting the error on is bolded in red bellow. The error I'm getting is error #70 Permission Denied. I am trying to automate this by running it from scheduled tasks on a Windows...
  19. halfbarrel

    Mail Merge Merge to New Document

    Can anyone help me with some code to open a Word mail merge document(Avery 5160 Labels) from Access, then merge this to a New document, then save that document somewhere? This would need to be completly automated since we will be running it in a scheduler. I am then going to email the file to...

Part and Inventory Search

Back
Top