The printer you want to print on should be, at first, shared over the network. Once shared, you must add it on your printer list (control panel-> printers and faxes (in XP)). Then when printing, choose that printer.
Try the SQL Script UPDATE:
UPDATE table_name
SET column1=value, column2=value2,...
WHERE some_column=some_value
In your case,
UPDATE table_name
SET C1=12345
Please help.
I am trying to connect to two databases (with several tables connected to each other) in Powerbuilder 9.0 using MS SQL SERVER 2008. In SQL Painter (Design Mode) in PB, only one active connection is seen.
How can I do the design of the tables when I need to use two database...
Please help me the the syntax:
ls_filter = "caller_id not like '" + "NAC" + "%'" + " and caller_id not like '" + "CI" + "%'"
because I keep on getting the "expecting true/false expression"
thanks!
Hi Matt,
A follow-up question re this...
In the format you gave,
"ls_filter = "city = '" + ls_city + "'"
is it possible to get the first three characters of the ls_city and that all records matching that will be filtered out?
Thanks!
Can someone please give me a format of a filter string that will have access to multiple database and tables?
I am to access 2 database and several tables to come up with a single report. I need to filter out some columns as the program needs to be able to allow the user to select if he wishes...
Oh I see...but I think what I should have said was a COMPUTED FIELD rather than a COMPUTED COLUMN...Computed field because I clicked it on a datawindow painter and not it SQL...
Also, I was trying to assign whatever value that is in the computed field (which is an amount) to a named column. It...
Hi.
Can you please help me? I have a computed column that divides in two a certain column in a table. I then added a specific column to also do the same (w/c is divide that column the computed column is also dividing). But when I do compare the result of the two, there are discrepancies in the...
You can print on the same page if you would use the FREEFORM presentation style and arrange your columns accordingly.
You could also check if there are extra columns under the DETAIL section of the datawindow that are already out of the printing area.
You could also adjust the Left and Right...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.