similar to: PowerBuilder 10-based app: Printing issue

Displaying 20 results from an estimated 1000 matches similar to: "PowerBuilder 10-based app: Printing issue"

2006 Nov 05
1
Printing, Control Panel & Win3x app
Hi, I've been using a legacy Windows 3x application, WordStar for Windows, with Wine for a long time. I recently installed a beta release of Wine compiled for Mandriva Linux (2006.0) - 0.9.22, and a number of problems have occurred with the program. The most critical problem is that WordStar for Windows won't print (it printed from the alpha Wines). I get the error message: "No
2012 Mar 24
1
Unable to print from Acrobat 8 Pro
Hi All, Wine 1.4 I am unable to print from Adobe 8 Professional. The error message is: > The document could not be printed. The following shows up on my terminal when I hit print: > err:ole:CoGetClassObject class {b5f8350b-0548-48b1-a6ee-88bd00b4a5e7} not registered > err:ole:create_server class {b5f8350b-0548-48b1-a6ee-88bd00b4a5e7} not registered > fixme:ole:CoGetClassObject
2009 Jan 25
3
VBA in MSOffice?
Folks I have a macro that fails in Word, are there any work-arounds, alternate dlls etc that can be suggested to get it going? Is there any forum dedicated to getting these going? I've installed MSOffice like so: cd "/media/Office 2003 Pro/OFFICE";\ # Set your preferences WINEPREFIX=~/.MSOffice winecfg;\ # Click through the dialogues WINEPREFIX=~/.MSOffice winetricks wsh56 vb3run
2011 Aug 10
3
MS-Office 2003 crashes when loading documents
I've had a problem with opening existing documents for some time now, but attributed the problem to the number of upgrades my computer has been through. However last week I installed a copy of Ubuntu Maverick and KDE3.5 on a freshly-wiped machine, and I'm still having the same problems. Hopefully someone can help? I have a laptop running ubuntu karmic, and Office 2003 runs fine from
2002 May 08
1
Possible Problems with the Sybase product PowerBuilder
Good morning, I have a problem and I am unsure whether it's anything to do with Samba. We use Samba on HP-Unix in conjunction with a product from rational called clearcase. Occasionally from getting to our NT Desktops to our Unix environment Powerbuilder Files( which are binary files) get reduced down to 0 size, this gets saved and we end up losing our work. I am not expecting you to solve
2012 Jun 11
3
Re: Wine + PowerBuilder + Sybase ODBC
aotheoverlord wrote: > > > Maybe I missed it, but could you tell us which version of PowerBuilder you are using? PowerBuilder 7... I tried to compile the application in PowerBuilder 6, but it doesn't works.
2011 Jun 22
8
Wine + PowerBuilder + Sybase ODBC
Hi there, I'm having a PowerBuilder aplication that connects to a Sybase data base through an ODBC. The application works fine on Windows, but I want to make it run on a Mandriva 2010.2 distribution. The fact is, I could run it on a machine with Mandriva 2010.2, but now I want to do an installation from scratch to another computer, but it does't work. The kernel version that I'm
2008 Jun 14
0
does BackgrounDRB not "know" the rails environment it is running within/in parallel with?]
Hi, it probably is a noob question but I''m confused by this error message: active_support/dependencies.rb:478:in `const_missing'': uninitialized constant Invoice::ApplicationController Situation: I have an InvoicesController with a create method that in turn calls upon a MiddleMan.worker(:billing_worker), which in turn finds an Invoice and calls upon @invoice.print_invoice
2010 Sep 17
1
Powerbuilder Application Slow with any inner dialogs
Hi All I am using wine for a Powerbuilder 7 Application. Complete functionality works fine, as of now have not found anything with is not working. The current concern is with the response time of any dialog popup, its is around 20 secs slower than same app on windows machine. I have seen everytime a window suppose to popup, the cpu is 100%. Also I have seen the same application on a dual core
2006 Jan 03
4
Would someone like to tell me why this code will not solve my problem? (it''s short)
I am building an invoicing system but cannot use the auto_increment field to determine the invoice number (because they are running 3 different companies off the one system. I need to find the last invoice number from any given company and then add 1 to it to get the next invoice number. BUT, there is a unique case on the very first invoice produced because there is no earlier invoice
2006 Jun 20
1
ActiveRecord saving madness?
Hello, First of all, I love RoR. I am studying it, and I am finally "getting there". However, I do have a bit of a problem with ActiveRecord''s saving behaviour. Imagine to have Orders (id, name) {has_one:invoice} and Invoices (id, order_id) {belongs_to :order} . If you type: invoice = Invoice.new(...whatever...) an_order.invoice = invoice if invoice fails to save, you
2018 Apr 10
3
Invoice numbering for customers
Just wanted to ask a quick question here. I am running GNUC 2.6.12 and when I create a invoice for a customer I have to enter an invoice number. I was thinking perhaps there is setting somewhere that I missed to get it to automatically fill in a invoice number? Id hate to have invoices with the same invoice number since I have to manually type them in right now. Thank you, jdegraw
2006 Jul 21
0
Selecting customers and addresses in a form (was Getting joined collections on a form)
(Sorry if you have received this twice, I''m having trouble sending mail to the rails list) Greetings, I''m looking for suggestions on how to simplify getting customer addresses on a form: I''m jumping between controller and view several times; alternating between rhtml and rjs, in order to display customers and their addresses on an invoicing form. It''s very
2006 Jul 20
0
Getting joined collections on a form
Greetings, I''m looking for suggestions on how to simplify getting customer addresses on a form: I''m jumping between controller and view several times; alternating between rhtml and rjs, in order to display customers and their addresses on an invoicing form. It''s very messy. I have a one to many relationship between Customer and Addresses, each customer has one or more
2006 May 19
7
AR transactions and isolation levels
I''m trying to create a sequence with no gaps in my db (contrived example, but should work out the same as my real one), and believe db-managed transactions are the way to go about this. It''s my first real ''go'' at transactions, so I may be mistaken about how things really work. Anyway.. Consider this example code: Class Invoice < ActiveRecord::Base def
2006 Feb 10
1
Eager loading issue
I have three tables, Invoices, Projects, and Managers. Each manager has many projects. Each project has many invoices. When displaying a list of the invoices, I am using: Invoice.find(:all, :include => [:project]) Since the list shows information from the project table. (For example, a table showing Invoice Date, Project Name). However, I''d also like to show the manager name.
2008 Mar 15
12
Problem with PowerBuilder 6-based app
Hello to all; I'm looking for somebody who has tried powerbuilder 6-based apps in the newest versions of Wine (currently I'm using v0.9.57 in Debian Etch). Well, the situation is: I want to use a Sybase-based database management system, using Sql Anywhere 10 as the DB server and a powerbuilder-based app as the client. So I get the Anywhere 10 version for GNU/Linux, configure it and its
2005 Dec 23
0
adding items to a particular invoice on the same page
Hi, I have been building a invoice generator(in ruby on rails) for the past some days and been stuck on the final page .This page will have fields for entering the invoice details and also I have added a AJAX effect so that fields for invoice items get created dynamically . its all design well but the issue comes when I am trying to save the page .That is adding ivoice details to invoices
2010 Aug 02
5
What do you use for Invoicing?
Hi Everyone, Sorry, if it's not directly related to Asterisk. Some of people on this list might have PBX deployed for their clients. What software do you use to invoice them so the invoice looks like a proper telecom invoice maybe? Prefer: -opensource with Windows binary available. -able to create .pdf invoices rather than printable ones. Thanks -------------- next part -------------- An
2006 Jul 17
1
Updating multiple children from one page
Hello, I have a model called invoice and one called lineitem. An invoice has_many lineitems, and an lineitem belongs to an invoice. I have a model method that calculates the price of a lineitem, and one that calculates all lineitems in an invoice. I want to have an edit page that lists all the invoices lineitems and their calculated prices, with a text field for a person to change the