Re: Print to PDF
Thanks a lot Mark. I'll have a look at it tomorrow.I tried this solution today, without luck: In PB Classic:dw_source.GetFullState(lblob)FileWriteEx(filenum, lblob) In PB .Net:FileReadEx(filenum,...
View ArticleRe: Assign or show "00:00 PM" as a default value.
It looks like v6.5 had a bug where it was allowing an invalid time display, and has been fixed since then. Since 00:00 PM is an invalid time, it's not likely you'll be able to trick the system into...
View ArticleRe: Assign or show "00:00 PM" as a default value.
Thank you Brad. I created a new datawindow (completely different) and its design is showing to me 00:00 AM when I insert a new row. I deleted some info. on the graphic for confidentiality with my...
View ArticleRe: Assign or show "00:00 PM" as a default value.
Hi Luis, To show 00:00 AM just set the field to NULL. time lt_NullTime SetNull(lt_NullTime dw_1.SetItem(row, 'FieldName', lt_NullTime) HTH, Manuel Marte
View ArticleRe: Assign or show "00:00 PM" as a default value.
Good afternoon, Somebody can tell me where can I find official information related bugs fixed since PB 6.0 that are related to EditMask on DataWindows? Official information means Sybase. Thank you....
View ArticleRe: Assign or show "00:00 PM" as a default value.
You could submit a support case but I don't think they will be able to tell you. This bug was fixed more than ten years ago. Even if they could give you the exact version and build it was fixed in,...
View Articlequestion on autcommit of transaction and database configuration
I have a ase 12.5 with following setting on a dev server:select into/bulkcopy/pllsort : trueddl in tran: truewhen run a pb app without autocommit setting. It is fine. but on my production server, same...
View ArticleRe: Assign or show "00:00 PM" as a default value.
I guess he just want to justify to his client that 00:00 PM was a bug and was subsequently fixed and he wants to attach some supporting evidence...
View ArticleRe: Assign or show "00:00 PM" as a default value.
Thank you for your answers. Yes, initially I was looking how to show 00:00 PM but Brad said it was a possible bug on PB 6.0. For me it was a Bug but I had not the evidence. Now Roland is confirming it....
View ArticleADO .Net pooling creates connections on every call
HI! I'm making a connection through an instance transaction variable to my Oracle DB on a wcf webservice (PB .NET) I set up my connection string using Native Driver and pooling, and seems to be working...
View ArticleRe: Adding DW column dynamically
Hi Franklin; Method#1: Have a look at the DW Control / DataStore's "Modify" command. You can use a CREATE statement within that to add any number of columns you want at run time. For example ......
View ArticleRe: Getting error while calling Web service in PB 12.5
Hi Pralhad, From the Application Techniques manual, Building a Web Services Client, it states the following: The WSDL file for you specify in the wizard or painter must have: Services/Binding...
View ArticleRe: question on autcommit of transaction and database configuration
I think you need to change that setting in production to match development. Normally you can't run ddl and bcp commands within a transaction, this setting changes that.You might have an open...
View ArticleHas SAP has changed the way licenses are issued?
Hi Everyone; I was just informed by my client (Public Works Government Services Canada) that SAP has told them this week that ... "for two maintenance releases within the same major version that...
View ArticleRe: Has SAP has changed the way licenses are issued?
Apparently the person at SAP who wrote that thinks that 12.5 is a maintenance release of 12.0. If the 12.5 license allows running 12.0, whether that is a bug would depend on whether Sybase intended to...
View ArticleRe: Has SAP has changed the way licenses are issued?
Wasn't version 12.5 considered a major release? We have different license files for both 12.0 and 12.5. It doesn't appear that the 12.0 license works for 12.5 in our installations. Randy
View ArticleRe: Adding DW column dynamically
Does it REALLY need to be done at runtime? Can you not simply add a set number of "extra" columns into the datasource and then choose to use them (i.e., populate them with actual values, display them...
View ArticleRe: Has SAP has changed the way licenses are issued?
There haven't been any changes, as far as I know.
View ArticleRe: ADO .Net pooling creates connections on every call
Hi Bruce, first of all: thanks for taking the time to help me I forgot to tell you I received 9 calls and no matter which value I have in Min Pool Size I always got 10 connections, at the end I left 10...
View ArticleRe: ADO .Net pooling creates connections on every call
I forgot to tell you I received 9 calls and no matter which value I have in Min Pool Size I always got 10 connections, at the end I left 10 as min value (coincidence).Although the ODP.Net documentation...
View Article