Skip to main content

Show Posts

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

Messages - nyacumo

1
Questions / User role permission
Good morning, even whe i set the account edit pade for user role to not be able to be edited only viewved the users still can acces to edit it. Any ideas?

tks
3
Questions / error exporting records with pics on it
Hello Wilvin, im pretty advance on the app development but im facing an odd situation, i have a view page with fields for text info and pictures. whe i try to export it if i doit without any pic on the record it works great, BUT if the record has a picture on it or 3 for example i get this error:
Warning: DOMDocumentFragment::appendXML(): Entity: line 130: parser error : EntityRef: expecting ';' in C:\xampp\htdocs\srs2\system\BaseView.php on line 744

Warning: DOMDocumentFragment::appendXML(): lpers/timthumb.php?src=http://localhost/srs2/uploads/files/8snocpx_7fw4uv0.jpg&w in C:\xampp\htdocs\srs2\system\BaseView.php on line 744


i have tried everything i found in the forum but couldnt solve it.

Could you please throw some light in this error. Thanks in advance.
4
Questions / PROBLEM in dropdown from query
willvin, thanks in advance for the time you take to answer this questions. I have this situation when i mke a select for a drop down, the dropdown values are somew how like invisible, im calling them with this query, "SELECT CONCAT(i.Nombre,' ',i.Apellido) FROM client AS i" from select data source. Please help. :o
5
Questions / Re: AFTER EVENT
Awesome!!!! thank you very Much!!!! you are a life saver and a kind person!
6
Questions / AFTER EVENT
Hi again...what am i doing wrong?

$db->rawQuery('UPDATE dispositivo SET estadodisp = "ASIGNADO" WHERE id=$modeldata['dispositivo']');

this is in after event
7
Questions / change field value based on a dropdown selection
Good morning, i have two tables on my db, T1 has two fields "id" and "status" en T2 is a form input with a dropdown in one input. The drop down populates on ids on T1 but only with the ones with "status" "available" if it says anything else wont show it on the dropdown. What i would like to know is how can i change the status on T1 "status" from available to any other when one of the available ids is selected from the dropdown on T2? i know by reading this forum that probably solution would be client event or befor or after, but im a begginer at this and know n othin on js. :'(  i red on jquery site, but have no idea where to beggin with. Any example on tis will be gratly appreciate. thanks in advance.
 
8
Questions / Re: Language on user message and other places
HI to all, awesome community, my name is Nicolas, i have noticed that after i select spanish as defautl language, some details remain in english, i would like to know where i could change those details, details like in the user section after loggin when it displays, "Hi ____" instead of hola.  those details show in the preview i forgot to say it

Thanks in advance,

   <b-nav-item-dropdown right>
               <template slot="button-content">
                  <niceimg single width="30" height="30" path="http://localhost/invoiceapp/uploads/files/275q_csb3xt0wno.jpg"></niceimg>
                  <span>Hi Cdgutierrez !</span>
               </template>



9
Questions / Language on user message and other places
HI to all, awesome community, my name is Nicolas, i have noticed that after i select spanish as defautl language, some details remain in english, i would like to know where i could change those details, details like in the user section after loggin when it displays, "Hi ____" instead of hola.

Thanks in advance,