PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → unresponsive table
unresponsive table
Iniciado por gallen.dbmc, 02,sep. 2015 02:55 - 3 respuestas
Miembro registrado
31 mensajes
Publicado el 02,septiembre 2015 - 02:55
YANQ - Yet another newbie question!
I am really enjoying working with WinDev 20 and have delivered my first application to a client but occasionally I hit a real roadblock which I can't figure out in spite of the excellent help files, documentation, and learning materials.
In my 2nd app I added a table control which, when run, is nearly unresponsive in that I can't resize the columns, the indexed fields don't offer to search,etc. The only thing that works is scrolling the data.
I have tried basing the table on a query and basing it on a multi file table. In both cases the data looks ok but the control is similarly unresponsive. I have compared it with a table in my first app and can see no differences other than this one is based on linked files.
I realize that my description is rather vague but I feel like I am missing something obvious so I'm hoping that it is sufficient for someone to point me in the right direction.
Maybe after programming for 35+ years I am just getting senile.
Publicado el 02,septiembre 2015 - 11:25
Hello Gary,

about the search problem: When a table is linked to a file, ONLY the
columns linked to a KEY can be searched.

However, if linked to a query, all columns should work (be careful if
you MODIFIED a file linked table into a query one that previous settings
-MAY- linger, so you would have to activate the search for all
previously non key column)

As for the column resizing, if the settings for each column are correct,
I do not see what could cause that...

Best regards


--
Fabrice Harari
Consultant WinDev, WebDev et WinDev Mobile International

Disponible : WXShowroom.com, WXReplication (open source)
Bientôt : WXEDM (open source)
Plus d'information sur http://fabriceharari.com

Pour me contacter :
Email: fabrice@fabriceharari.com
ID Skype : fabriceharari
Numéro de téléphone aux USA : +1 985 746 1422
Numéro de téléphone en France : +33 970 444 445 (numéro local 0970 444 445)

On 9/1/2015 6:55 PM, Garry ALLEN wrote:
YANQ - Yet another newbie question!
I am really enjoying working with WinDev 20 and have delivered my first
application to a client but occasionally I hit a real roadblock which I
can't figure out in spite of the excellent help files, documentation,
and learning materials.
In my 2nd app I added a table control which, when run, is nearly
unresponsive in that I can't resize the columns, the indexed fields
don't offer to search,etc. The only thing that works is scrolling the data.
I have tried basing the table on a query and basing it on a multi file
table. In both cases the data looks ok but the control is similarly
unresponsive. I have compared it with a table in my first app and can
see no differences other than this one is based on linked files.
I realize that my description is rather vague but I feel like I am
missing something obvious so I'm hoping that it is sufficient for
someone to point me in the right direction.
Maybe after programming for 35+ years I am just getting senile.
Publicado el 07,septiembre 2015 - 15:32
Hi Fabrice
Sorry to take so long to respond - I have been kept busy by other matters for a few days.
I decided that I should start over so I deleted the project and started a new one.
I brought my data files into the analysis, created the necessary links, and checked that I could access all of them with WDMap.
Then I created my Query and tested it. In the preview everything worked as expected: all columns were sort-able, searchable, and could be resized.
So far, so good (as the man was heard to say as he passed the 5th story window)
I then created my Main screen and added a tab on which I dropped a table based on my query. Everything looked ok so I saved everything and pressed the GO button.
Presto, the window expanded to full screen and there was my table... totally unresponsive except for navigation!
Where could I possibly go wrong?
-- frustrated in Kingston
Publicado el 09,septiembre 2015 - 13:12
And now I'm even more confused...
Rather than trying to put the query on a tab on the main screen I simply put it in a new window - where it works perfectly. I used tabs in my first application without any problem and I thought I did this project the same way. Can you think of a way that I could go wrong?
Thanks,
Garry