480 Topics

Member Avatar for
Member Avatar for raq_0619

Hi Guys... me and my partner has a problem regarding printing a web page. We only wanted to print the body or one part of the page that we really need - a form to be exact. We were able to find codes with the help of Google but this …

Member Avatar for fxm
0
421
Member Avatar for xcristi

Hello, Has anyone some tutorials/info about how can I print from a RichTextCtrl in wx,python? I tried using HtmlEasyPrinting but the text is not formatted as it's displayed on screen. Probably using wx.richtext.RichTextPrinting could help but I have no idea how. Thanks, Cristian

0
159
Member Avatar for Isaaac

How can i print a text file in c#? I've been looking on the internet and found code, but I just need it on paper, don't care what type of letters, just a regular print.. And i want to keep the code short. I've found long code, but I've got …

Member Avatar for Isaaac
0
257
Member Avatar for TrustyTony

Here is my newest baby, the pretty.py module, born today, which I start to use instead of pprint module. Reason to make this (in addition to that it is possible to do) is that I had this problem, sorry long, LONG example: UPDATE: take out the [CODE]or j[/CODE] that was …

Member Avatar for TrustyTony
0
1K
Member Avatar for maf5693

alright I am trying to develop an operating system with assembly. I have written the boot loader and the beginnings of a kernel-however I am having a problem printing characters to the screen. Here is my bootloader [CODE] use16 ; We need 16-bit intructions for Real mode ORG 0x7C00 ; …

Member Avatar for maf5693
0
318
Member Avatar for drkdragon

Hey everybody, I created a HTML form using Dreamweaver and Spry validation fields to make sure that the fields follow the format I want for the fields. The problem I am having is that I simply want a button to print the page with the information that the user has …

Member Avatar for macneato
0
109
Member Avatar for jackrobert

hi, I have one image (sampleImage.png).. Already i connected my pc to printer.... Manually i open the image and select print option , then i got image from printer.... Now i want print image using javascript.... [code]<%@page contentType="text/html" pageEncoding="UTF-8"%> <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %> <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %> <%@ …

Member Avatar for jackrobert
0
252
Member Avatar for rukshilag

i have downloaded and extracted fpdf into my root folder site folder.. i want to know how i can generate a pdf file when i press a button called print. please help? and wehre do i put this fpdf code? is it in the script that contains the output?

Member Avatar for rukshilag
0
215
Member Avatar for rukshilag

working on a form to update particular user details if required. as you can see there is also a print button. i want to know how i can print out the div=formData if print button is clicked. according to my current code when print is pressed the whole form itself …

Member Avatar for vitana
0
154
Member Avatar for rukshilag

i have used the below function to open a separate page for search results to open up in - althoug it seems that the css seems to get messy what must be the problem? is anyone willing to help? if so please let me know ur skype add so i …

Member Avatar for Airshow
0
128
Member Avatar for rukshilag

i want a print button to be able to print out details of a php form by connecting to a printer. can someone explain this to me with an example code please?

Member Avatar for Airshow
0
115
Member Avatar for liujanet

I am new to pseudocode and completely computer science idiot ! need help urgently for answers for following questions: 1.) Design an algorithm for finding all the factors of apositive integer. For example, in the case of the integer 12, your algorithm should report the values 1,2,3,4,6, and 12. 2.) …

Member Avatar for Truthful
0
292
Member Avatar for Lorie0114

I'm having an issue printing from Crystal Reports in ASP.NET. I'm printing to a preprinted form that has three bills per page. When I print the report; three bills print per page, but the second a third bill slides up a little and prints in the wrong place. The forms …

Member Avatar for kvprajapati
0
92
Member Avatar for zigpy_siva

I have created small application(a part of payrole process), for my personal use in VB 6.0, which takes in the employees details, their salary details, employeers details, ect. and computes some othre values. the purpose of this application is to print some forms(4 monthly, 2 half yearly and an anual …

Member Avatar for SANJAY.DESHMUKH
0
179
Member Avatar for arunkumars

Hi, Problem wit the print dialog. I have a sheet which has data in it and i need to print it. Am using the normal ShowDialog() method, which takes me to printer connected to the local machine, I need to use the Dialog result for ShowPrintDialog() method, its not possible, …

Member Avatar for jonsca
0
126
Member Avatar for bcpaul

Hi all, Been pulling my hair out on this one. I have a simple query: [CODE]$query = (" SELECT course_code, student_grade, start_date FROM ccdata WHERE student_id = '$local_id' AND start_date= '20091023' ") $result2 = $mysqli->query($query, MYSQLI_STORE_RESULT); //$total_courses_I = $result2->num_rows; while ($obj2 = $result2->fetch_row()) { $course_code = $obj2[0]; $ypos += 5; …

Member Avatar for bcpaul
0
207
Member Avatar for sidnei

Hi, in my job, we use VB6 applications to control various needs, such as supply management, sell, buying, etc... We use ZEBRA printers, with ZPL print codes, directly from LPT1, wich seems like above code: Open "LPT1" For Output As #1 Print #1, "SOME TEXT TO PRINT" Close #1 (Of …

Member Avatar for SCBWV
0
1K
Member Avatar for babaidebnath

Hello guyz, Presently I am having a problem with printing in c#. I have a pre printed bill, and I need to print values into some specific points of that bill. Any suggestion ?

Member Avatar for MxDev
0
134
Member Avatar for kool.net

Hi, I m using a datagrid in my project , it is just like a report but it is created with many queries so i m unable to create it with crystal report, so i created it with in loop with 10 datasets each for separate column. Now i want …

0
74
Member Avatar for harpalss

hi there got a couple of probs, say in my text file i have: abase abased abasement abasements abases -------- This coding below is meant to find a word in a file and print all the lines to the end of the file. But it doesnt, it only prints out …

Member Avatar for d5e5
0
127
Member Avatar for denni2727

Well, I would like to know how can i print invoices in java. the page that my printer is using is like a type of template which has already written the fields(like name, address, id and so on). So, what i want to do is to print the data in …

Member Avatar for Ezzaral
0
142
Member Avatar for NorthDakota

Hi all, again :) i have another problem with my program. I need to print a textbox that contain some data (of course). The textbox is formatted like this: [CODE] HEADER Data1 Data2 Data3 Data4 Data5 Data6 Etc... FOOTER [/CODE] I managed to print the file using the DocumentPrint object. …

Member Avatar for NorthDakota
0
219
Member Avatar for Ulukay

I want to make a hardcopy at runtime of my active form like this [CODE]PrintForm1.Print(Me, PrintForm.PrintOption.FullWindow)[/CODE] It Prints , but i cant get the printer to rescale the screen to fit on one A4 Does anyone knows how to make the screen fit on the page ?

Member Avatar for Ulukay
-1
101
Member Avatar for andreib

Hello! I'm kind of new in assembly programming and I've been struggling with the following problem today: How to print an integer, using BIOS interrupt [B]10h[/B], with its [B]0Eh[/B] in AH register, as its function to print a character to the screen... For example, how to print the last digit …

Member Avatar for NotNull
-1
156
Member Avatar for baysirna

I have a mobile scanner.. It is from ARGOX model PT-6021 used Windows CE 5.0 as Operating System.. This device run an intranet web application using classic ASP. I just want to connect to a printer and print like other dekstop PC did.. However this windows CE does not provide …

Member Avatar for Quick_Silver69
0
173
Member Avatar for sixstorm1

Hi everyone, I am trying to print content from a Win32 richedit control, but it doesn't work. The text wraps to the half width of the page, and after printing, the text in the richedit is also messed up (word wrap to the half width of the box). I use …

0
146
Member Avatar for Lisa Hoover

There's a disturbing trend afoot -- particularly if you're a writer -- and it involves the print magazines sys admins and IT managers have relied on for years. Simply put, they're disappearing faster than beer at a frat party. Although no one can be sure exactly why, there's little doubt …

Member Avatar for Thinka
0
201
Member Avatar for khess

[URL="http://www.linux-mag.com"]Linux Magazine[/URL]'s print subscriber base was acquired by [URL="http://www.linux-magazine.com"]Linux Pro Magazine[/URL] aka Linux New Media on or about June 11, 2008. As the "On the Desktop" columnist for Linux Magazine, I was both shocked and excited by the announcement to cease the print version in favor of a web-only zine. …

Member Avatar for fredericknoronh
0
191
Member Avatar for selvam543

how to get print dialog box through php. that's mean when i click the submit button named as print . then it will show the print dialog box.

Member Avatar for buddylee17
0
353
Member Avatar for shadowrider

The End.