Skip to main content

Messages

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

Messages - habesha

2
General Discussion / Close a modal view on clicking save
Hello,

I have enabled "Modal" for adding new fields. So when I add new field the form popup but after pressing "Save" the form doesn't unload by itself.

How can i make the popup form close when a save button is clicked?

Thanks
3
Questions / Re: ... Export records to word
Finally, I am able to get error from error.log. This is the error

PHP Warning:  DOMDocumentFragment::appendXML(): Entity: line 68183: parser error : xmlSAX2Characters: huge text node in C:\xampp\htdocs\project\system\BaseView.php on line 743
PHP Warning:  DOMDocumentFragment::appendXML():                                                         <td class="td-be in C:\xampp\htdocs\project\system\BaseView.php on line 743
PHP Warning:  DOMDocumentFragment::appendXML():                                                                            ^ in C:\xampp2\htdocs\project\system\BaseView.php on line 743


this is line
$fragment->appendXML($html);
4
Questions / Re: ... Export records to word
It is not showing any error. But it stops exporting the data on the 2622th record. The exported word will have around 330 pages and it will not show the remaining 3000 records. I thought may be the 2622th record has problem and i deleted the record but still the same. It aborts exporting at 2622

FYI, I see all the records in one page with their total summary. Only exporting has problem.
5
Questions / ... Export records to word
Hello,

I was trying to export records to word and the record has around 5000 record. But it stops after exporting 2622 records.

How can i fix this? I am using Xamp

Thank you
7
Questions / PHPrad Filter Fields not loading
I created a view and added a filter component.  Checkbox component and connected it to Fields name on the view. But the filter Fields  comes empty. I tried with difference Filter components but no luck. I have data in the view though.

Anything I missed

I have strictly followed tutorial at:

https://www.youtube.com/watch?v=YluMGeMAsow

Thank you.
8
General Discussion / Changing action buttons
Very beginners questions

I have two tables

Client (id, client_id,client_name, description)

client_bill (id,client_id,client_name,reg_fee, service_fee)

So, on billing page, i want to show list of client in the table with action button (not the default). When this action button is clicked, it should pick that client information from the row in the table and I will add reg_fee, service_fee by my self

Can I do that with no or low code?

I apologies if my question is silly. I am beginner for both PHPrad and PHP