PxPlus User Forum

Twitter Twitter Twitter

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Zereliq

Pages: 1 [2]
16
Webster Plus / Re: update dropdown [list] inside grid
« on: August 17, 2022, 03:51:01 AM »
I might be doing something wrong so here's the code I'm using and what it returns:

Code: [Select]
col Source=project_code$ ttl="project" width=30 nosort][list project_code$][data rowsep=/ valsep=: text=(project_tbl$)][/list][/col]
Code: [Select]
%WEBSTER'BIND'RELOAD("project_code$")shows the following in console: ** Could not set: project_code$ == '<select id='**UPD**' name='project_code$'></select>' **

if I do a %WEBSTER'BIND'RELOAD on the name displayed in the live html code, (grid_eiguurf1-1-project_code$) then it doesnt return anything in console
so still only updates in the background.


17
Webster Plus / update dropdown [list] inside grid
« on: August 16, 2022, 10:45:53 AM »
      Hi,I'm currently working on an app to register our companies worked hours online via Webster+
      but trying to get some list elements inside a grid to refresh in frontend does not seem to be working.

      What i want to have happen is the moment i change our "debiteur" column (which i do via a lookup table see image1)
      change the content of the dropdown in column "project", my console confirms changing the values but it does not
      show in frontend(image2)

      Is there a way to refresh just the list elements without refreshing the page? (this will make me lose entered values)




Pages: 1 [2]