32 Unanswered Topics

Remove Filter
Member Avatar for
Member Avatar for mohamed_69

Hello, guys i am having a problem with the Printing some tickets i need to print each ticket in a different page beacause the printer i'm using can only print the size you customize it to print and my program can have different variations knwint that i import an Excel …

0
211
Member Avatar for Japhet_1

How to make picturebox from form to picturebox rdlc reportviewer vb.net Imports Microsoft.Reporting.WinForms Public Class BCPrint Private Sub BCPrint_Load(sender As Object, e As EventArgs) Handles MyBase.Load 'TODO: This line of code loads data into the 'PNJKDCDataSet.tbl_Pat_Image' table. You can move, or remove it, as needed. Me.tbl_Pat_ImageTableAdapter.Fill(Me.PNJKDCDataSet.tbl_Pat_Image) 'TODO: This line of …

0
401
Member Avatar for prpasim1

I have a search button that displays results into a gridview from the database. In my database I have a "Link" colum that has different links to other pages in my project. For example onetime.aspx, template.aspx etc. What I want to do is: When the user searches and the results …

0
120
Member Avatar for සශික

I generate income statement of the business using windows form on vb.net. And Now I want to print it. I want print it this way, *.I prepared some income statement on word document. * I want to put my text boxes values to word document right places.

0
97
Member Avatar for ThePlacid

Hello, i need help with my project. Im making a program that encrypts and decrypts the contents of a text file. I had to generate an 8 character key which is converted to ascii and then calculate the offset factor of the key that was generated (New every time program …

0
209
Member Avatar for Miurei

How to pass Listview contents to a crystal report for printing purposes using VB net..? i got 1 listview which shows the results of some queries. Now my problem is how can i pass those data in my listview to the crystal report?

0
117
Member Avatar for Michael_43

I am trying to validate if this is a BST or not and return a true or false. I believe I have the code right but i cannot get it to print properly if I could get any help how to fix my problem it would be greatly appreciated. Test …

0
159
Member Avatar for Mohamed_54

HI,i create and output bill.i use dot matrix printer.i successfuly arrange columns when i use english output bill. but when i print tamil output bill the columns are not arrange in straight line.pls help urgently.(i use padleft,padright also)

0
95
Member Avatar for Castellar

I have following code: # -*- coding: utf-8 -*- forbiddenWords=['for', 'and', 'nor', 'but', 'or', 'yet', 'so', 'not', 'a', 'the', 'an', 'of', 'in', 'to', 'for', 'with', 'on', 'at', 'from', 'by', 'about', 'as'] def clear_screen(): button2.destroy() button3.destroy() text.destroy() label.destroy() def main_page(): var = StringVar() global label label = Label( root, textvariable=var) var.set("Fill …

0
173
Member Avatar for jhaiyz

Hellow daniwebians! Anybody can help me on how to print fastdraft in crystalreport8.5 thru vb6. Im using crystl.ocx to preview my report and i want that it will automaticaly change the printer settings into fastdraft.

0
92
Member Avatar for wids101

I wanted to know how i can print the purhcase that the user got. Thank you. import java.util.Scanner; public class VendingMachine { private double chips; private double cookies; private double soda; private double gum; private double candy; private double energyDrink; private Scanner kb; private int dollar; private int quarters; private …

0
202
Member Avatar for crebs

I am trying to use web2py to build an app. I have a simple print function that a user submits a key word . The string or int key word is directed to an sqlite db to retrieve a row and output the data. I need to know 1. how …

0
168
Member Avatar for Shanoj_1

how to solve the printing problem in canon LBP 2000B in ubuntu 10.04 in my lap i cannot print confident in canon LBP 2000B in ubuntu 10.04 os sometimes no problem, but windows os no problem.Please find solution to solve the issue in ubuntu 10.04 shanoj c g

0
92
Member Avatar for Brad_2

My platform is Ubuntu 12.10 with wx.Python 2.8.12.1 (gtk2-unicode). My application uses wxPython to print text to a printer. I want to use Ubuntu Condensed font face for some of the text. The problem is that when the text is printed the text that should be in Ubuntu Condensed face …

0
145
Member Avatar for pipelian

Hi how can I print a new document for each datarow in my datagridview?. I have the PrintDocument procedures separately. Thanks in advance

0
166
Member Avatar for satti

Hi, am using direct print command for crystal report from vb.net form to print barcode on tags.the problem is when i enable preview it give me correct print horizontal on barcode tag , but when i use direct print command it print verticaly on barcode , i have tried all …

0
113
Member Avatar for game4tress

Hi, I'm trying to print a document in landscape, but i'm only being able to print it in portrait. I've searched for the problem but i haven't found a solution to the problem. Can you, please help? Here's the source code: public void btnImprimir_Click() { try { PrintDialog pDialog = …

0
170
Member Avatar for ZidaneXero

Hello Everyone So I have 2 datagridviews that compare information between them and if it does match it colors the rows in green and after its done all the white spaces colors the rows in RED, so the main thing is that i dont know how to print only the …

0
103
Member Avatar for O_mini

Program created in BlueJ: For this Assignment I am to create a magic square from odd numbers >= 3 input by the user. I want to test my code to see if it works, but I can't figure out how to actually print the square from the number input by …

0
419
Member Avatar for Z33shan

hello :) i've Two questions to ask. i'm working on MFC SDI, i'm less familiar to MFC. i found that a way to print a string in MFC SDI is: [CODE]pDC->DrawText( " mc Test Ellipse ", &rect , DT_PATH_ELLIPSIS );[/CODE] but i have to print a 2D array in MFC …

0
125
Member Avatar for adobe71

My asp.net Page contains a panel,panel contains gridview with both scroll bars eg: horizontal and vertical.How to print only whole panel content using javascript or another method.

0
73
Member Avatar for Kevingon

Hi all, I have a serious problem, I made a program in java that prints reports, I made and tested the reports with one printer, but when I used the program in another printer (and another pc) all the fields are printed around 5mm down of the normal position. I …

0
85
Member Avatar for waleed.makarem

Dear All , I am using visual basic 2010.net . I have a printPreview control . I need to change the background image of the control. IN the design mode , I selected the backgroundImage property and selected a picture. But, the background image of the print preview control is …

0
97
Member Avatar for daniyoyo

I want user to be able to click print button and it will print document in web page. I try to use [B]window.print(); [/B]but it prints everything including transparent font color. I want to print document without printing transparent object. How can I do this??

0
103
Member Avatar for flyingcurry

The program is supposed to find all the combinations of the letters in "computer", the algorithm was given to me, but I don't have any idea of how it dos its work, all I get from this is a an infinite amount of "nullp" Here is the code: [CODE] public …

0
89
Member Avatar for rmontgo100

I would like to send variables produced by my program to the printer. I cannot find any information pertaining to this. Can anyone help me with this. Thank you,

0
64
Member Avatar for jackparsana

Hi, Thanks for help me advance. I have problem with Print which is in out by asp.net code. print has address on top right side what i want to remove. but it not remove. how can i remove address for print-out. please help. thanks Jack parsana.

0
104
Member Avatar for Jollyyy100

Hi, can anyone help me with the code for a print button in vb.net. I tried researching on the code but could not find it, can anyone help me out. PLease and Thanks...

0
101
Member Avatar for gurpreet_ka

hi all, I have separate action class and view(xhtml) in my project. i have a link in xhtml that opens a file. This file can be a word document or a pdf document or may be some other form but these two forms are confirmed. My requirement is that thon …

0
83
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

The End.