Code Monkey home page Code Monkey logo

Comments (7)

waldo1001 avatar waldo1001 commented on May 18, 2024 3

Or a tpagelist code snippet ;-)

from al.

StanislawStempin avatar StanislawStempin commented on May 18, 2024 1

New tpage snippet has been added that generates a template for a List page.

from al.

kalberes avatar kalberes commented on May 18, 2024

Looks like a bug to me. This is the table extension code. Isn't it? http://mohana-dynamicsnav.blogspot.hu/2016/12/developing-extensions-using-new-visual_22.html
I have created a tableextension with the simplest table relation and I got the expected list. It could also be something that got fixed late and has not made it the January update.
We will investigate it and come back with the result.

from al.

esbenk avatar esbenk commented on May 18, 2024

You probably forgot a repeater. Without the repeater the List page looks like a messed up Card.

page 70008001 ReasonCodeList
{
    PageType = List;
    SourceTable = MyReasonCode;

    layout
    {
        area(content)
        {
            group(GroupName)
            {
                repeater(Rep) // Important
                {
                    field(Code;Code) {}                      
                    field(Desc;Description) {}
                }
            }
        }
    }
}

from al.

pmohanakrishna avatar pmohanakrishna commented on May 18, 2024

I thought of testing with repeater today but dot issue 74.

Is it possible to get compilation issue for these kind of missing important things?
We should also be able to create list/card type snippets like wizards in previous development to create pages?

from al.

esbenk avatar esbenk commented on May 18, 2024

We are looking into more compiler validating of "invalid" pages and other types of developer "guidance" like snippets.

from al.

waldo1001 avatar waldo1001 commented on May 18, 2024

Next: tpagewizard ;-)
(I'm working on something like that, by the way ..)

from al.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.