I dont know what happened but i lost my formats...nunumber and nudate
i create a new object and the select format drop down is empty ...the zzzzsys_format file is in the DB and the formats are there but nothing in the list ???
Thank you once again
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
lost formats ???
-
- nuBuilder Team
- Posts: 4294
- Joined: Sun Oct 14, 2018 6:43 pm
- Has thanked: 71 times
- Been thanked: 444 times
- Contact:
Re: lost formats ???
Hi Nathan,
Did you check this?
Does this query return any rows?
Did you check this?
Do you see the formats in the Format form?If you encounter an issue, be sure to check the developer console for errors by clicking the `F12` key on most browsers.
Also open nuDebug results (CTRL+SHIFT+D) and check your (Apache) server logs.
Does this query return any rows?
Code: Select all
SELECT
CONCAT(LEFT(srm_type, 1), '|', TRIM(srm_format)) AS a,
srm_format AS b
FROM zzzzsys_format
ORDER BY srm_type