Hi Barry,
So when one wants to make changes does one update the cursor then refresh the control in the UI, or change the values in the UI and save?
David
Type: Posts; User: avianmanagement
Hi Barry,
So when one wants to make changes does one update the cursor then refresh the control in the UI, or change the values in the UI and save?
David
Hi Barry,
In Beta 11 the click seems to be working fine now.
Many thanks for sorting this so quickly
David
Thanks Hank / Barry
I'll stick to desktop for the moment as it's a learning curve in itself.
I'm going to try to keep as much stuff in meta data and prgs outside of the UI so later to move...
Hi Hank,
Thanks for the heads up on that.
I've decided to do this as a desktop app only as it's too much of a learning curve for me at the moment to do it for web as well.
I know web is the...
Hi Barry,
Oh well, nearly.
When I tab out of any control in the UI the grid goes back to the first row and so the section goes back to the first record.
I assume the coming out of the...
Hi Barry,
I seem to have gotten around the click issue by using the after row change delegate with a locate.
local lcEggWeightPK
lcEggWeightPK = (this.item(this.activerow,8))
locate for...
Hi Barry,
Appreciate that
I'm going to do this app just for desktop as that is enough for me to learn for the moment to get the hang of Lianja
I need the layout in a very specific fashion on...
Hi Barry,
How am I wanting to relate other form content inside a section. the section is just for the egg weights, the grid shows data form previous weighings for the same egg , I simply want to...
Hi Barry,
I don't want to use that as I will have a tree control in there and it also messes up the UI layout I want.
The user is on the record for the egg weight, the want to look at the...
Hi Barry,
OK so if the tree grid gets refreshed it's not an issue as far as I can see as it will just so the same information before and after the refresh.
When the tree grid gets refreshed it...
Hi barry,
////////////////////////////////////////////////////////////////
// Event delegate for 'click' event
proc page1_EggWeight_EggWeightGrid_click()
local lcEggWeightPK
lcEggWeightPK =...
Hi Barry,
No I don't want to refresh another section.
I want to refresh section 2, the one the tree grid is already on by using the PK I get from the values in the sql statement used to pull...
Hi Barry,
Lets simplify it a little
Section1 egg record
section 2 weight records for the egg, there are lets say 10 record of weights for the egg
Section 2 UI currently shows the data for...
When the user moves to row 2 deggweight.cfk_degg will be the same value as when they were on row 6
I'm picking up cpk_deggweight, the Pk of the weight record rather the pk of the egg, so there is...
Hi Barry,
It makes perfect sense to me, perhaps I'm not explaining it properly.
Yes the tree grid refreshes when section 1 moves to a new egg record.
I want to refresh the section2 when the...
Hi Barry,
Yes the Treegrid is in the canvas
The Treegrid is populated from a select statement off the same table as the section is populated from, dEggweight
One of the fields in the select...
Hi Barry,
Yes I see that now !
What I am trying to do is this:
Canvas section with tree grid.
It has say 4 rows and I'm currently on row the last row.
I have tried this but if does not refresh the section
////////////////////////////////////////////////////////////////
// Event delegate for 'click' event
proc...
Hi Barry,
Thank you, it was my trying to read it off an image
That works.
I set it for each column and get
Clicked on row 1, info 1 = / / : : AM
Clicked on row 1, info 2 =...
Hi Barry
I've put this in the click of the treegrid
////////////////////////////////////////////////////////////////
// Event delegate for 'click' event
proc...
I have a page with two canvas sections on it.
1st section is egg data
2nd section is weights for the egg
On 2nd section I have a treegrid control which is populate by the sql statement:
...
Thanks Barry
Thats good to know.
I'll wait until the next beta to test it rather then try to work around it.
I have another question on the tree grid, but I'll post that a separate question...
Hi Barry
I've altered the code to show the egg PK in the caption on the grid rather than data time whcih I was using to see if the grid was being refreshed
...
Brilliant thank you for sorting that so quickly.
Hi Barry,
Is there a standardised name for the cursor in the tree grid so I can use a browse to look at it, or is there a built in way to see current cursors?