Hi,
Im wondering how come a datawindow doesn't scroll to the appropriate column position when using Tab Key. I tried running our other system and it seems to be working. But when I created a datawindow with lengthy columns and when I use tab key to navigate thru columns, the datawindow doesn's...
Hi,
I want to display a blank row when my query returns 0 result. i have accomplished this using a UNION clause,
Select col1 from table where col1 = 1
Union select '' where not exists (select col1 from table
where col1 = 1)
but Im curious on how it could be handled w/o using a union...
Hi,
Does anyone knows what's the message # for Tab!?
Im using send() and i need the msg#. I check the winuser.h and it shows there the VK_TAB with hexadecimal 0x09.
Hi guys,
Does anyone knows how i can post a datawindow(in grid- result of a query) on web. Basically it's just plain
calling the datawindow with the datas in web(its just like posting/calling a word or excel document on web). Im planning do it in asp but since im using pb i thought i might as...
Hi,
Can anyone tell me where I can find a documentation on size limit of a pb library? I guess it's somewhere around 32MB per library, and after that everytime you'll access that library in the library painter, it GPF.
Have fun!
Hi,
well here's the setup. I have a main datawindow that holds a nested dw wherein i supply the page of each row(thru script- scrolltorow and setitem method) that are in main dw(main and the nested have identical sql- so this nested is like a table of contents for the main datawindow).
The...
Hi,
I see I can create a global temporary table in Oracle.
After using the global temp table, do i have to drop it or it automatically drops as soon as Im done with it? pls enlighten me on this one.(Im planning to use it just like the temp table in MSSQL7, to be called within the stored proc.)...
hi guys,
how can i remove or undo a default value for a column that was defined during creation of the table without deleting datas from the column.
have fun!
Dynamic
Hi Guys,
Well Im new with oracle.. I have a query with outer join
eg.
select a.1,b.1
from a, b,c
where a= b (+) and
a=c and
b=1
It seems that oracle satisfies the b=1 by ignoring the join(a=b(+)).
Thanks in advance.
Have fun.
Dynamicjourney
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.