TD-15525: QCKDVC.APL
TD-15525: QCKDVC.APL
Hi,
I tried to create some cQuickFields (via Controls Window) on a frmWindow, but did not get the selection for the table/column from where the data should come.
When you create a cQuickTable you first get the ISLAND db for selection. Changing to another db and creating the cQuickTable, works so far. But if you want to modify the cQuickTable you always get the ISLAND db instead of the original db on which the cQuickTable is based -> you loose always the edits from before.
Has somebody faced this problem? Can somebody tell, which apl's are involved with cQuickobjects?
Regards
Hans
I tried to create some cQuickFields (via Controls Window) on a frmWindow, but did not get the selection for the table/column from where the data should come.
When you create a cQuickTable you first get the ISLAND db for selection. Changing to another db and creating the cQuickTable, works so far. But if you want to modify the cQuickTable you always get the ISLAND db instead of the original db on which the cQuickTable is based -> you loose always the edits from before.
Has somebody faced this problem? Can somebody tell, which apl's are involved with cQuickobjects?
Regards
Hans
Re: TD-15525: QCKDVC.APL
Take a look at the int. function __QODBConnect() and its description in qckdvc.apl. If you set SqlDatabase et al yourself, it says those values will be used. ISLAND is the 'default' if no other DB name has been defined/assigned to SqlDatabase. Ditto with SqlUser and SqlPassword; if those are blank then SYSADM will be used.
Simple to answer yourself. Get to the TD v6 install folder in File Explorer, sort by Type, then go down and see the list of the qckXXX.apl files.which apl's are involved with cQuickobjects?
Re: TD-15525: QCKDVC.APL
Hi Jeff,
to clarify what I mean, I attached some screenshots. The trouble makes the property editor for the cQuick* (fields, combos, tables).
In TD 2.1 everything works as it should e.g creating a cQuickTable and modifying it. After login, the defined table and columns are shown and I can modify the settings. In contrast with TD 6.0 SP2 (after migration from TD 2.1)
Creation of the cQuickTbale works When modifying, the property editor does NOT recognize the settings/definition of the previously created cQuickTable, I get only the island db as default and not the the cost db on which the definition is based. After that, when I change the database to COST db I get the message to loose all my definitions --> AND THAT SHOULD NOT BE!!!! Don't know if this is a bug or an installation issue.
Any hint to solve the trouble is appreciated, because this is a showstopper.
Regards
Hans
to clarify what I mean, I attached some screenshots. The trouble makes the property editor for the cQuick* (fields, combos, tables).
In TD 2.1 everything works as it should e.g creating a cQuickTable and modifying it. After login, the defined table and columns are shown and I can modify the settings. In contrast with TD 6.0 SP2 (after migration from TD 2.1)
Creation of the cQuickTbale works When modifying, the property editor does NOT recognize the settings/definition of the previously created cQuickTable, I get only the island db as default and not the the cost db on which the definition is based. After that, when I change the database to COST db I get the message to loose all my definitions --> AND THAT SHOULD NOT BE!!!! Don't know if this is a bug or an installation issue.
Any hint to solve the trouble is appreciated, because this is a showstopper.
Regards
Hans
You do not have the required permissions to view the files attached to this post.
Re: TD-15525: QCKDVC.APL
Additional info for cQuickField/Combo etc.
In TD 2.1 I get the following Controls Box, with selection for table, column ...
In TD 6.0 SP2 there is not possible to select a table/column etc.
Something went wrong with the cQuick's
Unfortunately we need this very urgent, I was so happy to see TD 6.0 SP2 thinking, after waiting for so long time, now we get a good/stable product.
Any hint is very appreciated, otherwise it will be a showstopper.
Regards
Hans
In TD 2.1 I get the following Controls Box, with selection for table, column ...
In TD 6.0 SP2 there is not possible to select a table/column etc.
Something went wrong with the cQuick's
Unfortunately we need this very urgent, I was so happy to see TD 6.0 SP2 thinking, after waiting for so long time, now we get a good/stable product.
Any hint is very appreciated, otherwise it will be a showstopper.
Regards
Hans
You do not have the required permissions to view the files attached to this post.
Re: TD-15525: QCKDVC.APL
Additional Info:
After installing TD6.0 SP2 on new PC, the same behavior with cQuickTable. The only exception is: If you use the ISLAND db everything works as it should with cQuickTables. But it works NOT when you use a db OTHER than ISLAND.
The Controls cQuickCombo etc. also does NOT work with ISLAND db (see previous posting).
Regards
Hans
After installing TD6.0 SP2 on new PC, the same behavior with cQuickTable. The only exception is: If you use the ISLAND db everything works as it should with cQuickTables. But it works NOT when you use a db OTHER than ISLAND.
The Controls cQuickCombo etc. also does NOT work with ISLAND db (see previous posting).
Regards
Hans
Re: TD-15525: QCKDVC.APL
I see one thing: A test case that shows me how you have defined class "wQuickTable".
The reason is that when I guess that your class "wQuickTable" was a Form Window class with a child cQuickTable and defined that, I immediately got this: That tells me that the DB table is defined for the quick child TW class, so all instances would share that DB it would seem.
If you have something different, then I will need to see a test case.
The reason is that when I guess that your class "wQuickTable" was a Form Window class with a child cQuickTable and defined that, I immediately got this: That tells me that the DB table is defined for the quick child TW class, so all instances would share that DB it would seem.
If you have something different, then I will need to see a test case.
You do not have the required permissions to view the files attached to this post.
Re: TD-15525: QCKDVC.APL
FYI, I can repro. the reopen, try to edit the quicktable error "You are about to change data source table..."
I have added TD defect TD-15525 for this problem.
I have added TD defect TD-15525 for this problem.
Re: TD-15525: QCKDVC.APL
Thanks Jeff,
this app is very old and not from me, but I have to service it - therefore the cquicks. Is it possible to put the solution ev. in an EMP - it's really urgent for us?
Regards
Hans
this app is very old and not from me, but I have to service it - therefore the cquicks. Is it possible to put the solution ev. in an EMP - it's really urgent for us?
Regards
Hans
Re: TD-15525: QCKDVC.APL
FYI, I've passed an EMP fix request for this to management. Up to them to decide.
Re: TD-15525: QCKDVC.APL
Hi -- EMP5347 was released today and this TD defect is among the fixed items. For more info. and for the FTP download link for this EMP, click here:
https://support.guptatechnologies.com/supportforum/viewtopic.php?f=66&t=6777
https://support.guptatechnologies.com/supportforum/viewtopic.php?f=66&t=6777
Re: TD-15525: QCKDVC.APL
Thanks Jeff, it works
Regards
Hans
Regards
Hans
Who is online
Users browsing this forum: [Ccbot] and 0 guests