Are you migrating to classic or 12.Net?
There are some really good resources available here:
http://www.sybase.com/powerbuilder12/tutorials
http://pbdj.sys-con.com/
Yakov Werde has some really useful blogs on 12.Net
http://yakovwerde.sys-con.com/
Annelize
Thank you for your response, Matt. At the moment the child rows gets deleted when the master goes. I also have a cascade delete in my database.
Where do you suggest I move my code currently in the rowfocuschanged event to? I don't see how it's going to solve the problem of retrieving the child...
Hi all
Is it possible to have more than one retrieval argument when retrieving datawindows using the linkage service?
I have setup linkage as follows.
//Setup linkage between dws
dw_master.of_SetLinkage(TRUE)
//dw_discount_value linkage
dw_detail.of_SetLinkage(TRUE)...
Yes, I have regenerated all my pbls (did full and incremental builds). The datawindow headers weren't updated in any of my pbls but that's not a problem anywhere except with the report.
My apologies for the first post, we add the report pbl to the runtime libs after the build to run reports.
Hi all
We have recently migrated from PB9 to PB10.5 (Build 5079). However all our reports stopped displaying.
I went into the Edit Source of one of the datawindows, changed the source to say Release 10.5; instead of Release 9; and it works.
However, this is only a problem for our Reports...
Hi Matt
As far as I know ll_Itemhandle is perfect. I tested with
Group
- Item1
- Item2
and it took me to the right level. But let's say it is not correct and just by random luck it ended up at the right level. What is the mistake I'm making then? Surely to get the handle of the first...
Good day
I was hoping somebody could shed some light on my problem. I currently
have a u_dw and a u_tvs with 2 levels. What I do is allow the user to
assign items from my datawindow to my treeview or remove them again
from the treeview.
The problem comes in when I give the user the option to...
Hi guys
I'm hoping somebody could shed some light my following problem.
- I have master / detail datawindows set up through linkage.
- I made both the master and detail updatable through Rows / update properties.
- I can preview the dw, make changes and saves it without a problem...
Ken,
Yes it does thanks.
Basically I'll do the following select :
select 'DROP TABLE ' || object_name || ';'
from user_objects
where object_type = 'TABLE'
and then to the same for indexes, sequences or anything else I want to drop in the future.
A
Hi guys
Sorry about the confusion. This is the way I understand it, which might be wrong, so any help would be gladly appreciated.
When I create a schema, I create a username and password as well as certain permission to that specific schema. Now after I created tables, Indexes and...
Hi Dave
What I meant was I don't want to drop and recreate the schema as that would be an easy way of getting rid of everything. I want to explicitly drop tables and everything that reference it.
Thanks Bogman for you the syntax!
A
Hi guys
I'm relatively new to Oracle, and want to know syntax for dropping all the tables, indexes and constraints that were created at once!
I don't want to drop the entire schema.
Thanks in advance
A
Hi Madanthrax
I've used the following myself, and it worked perfectly. Let me know if you have any questions and I'll be glad to help.
I'm doing this from the top of my head though without an environment to test on at the moment, so bear with me :-)
Note that this is only for the logic of...
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.