Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Dodefault() in INIT-Methode

  1. #1
    Member
    Join Date
    Jul 2012
    Location
    Germany
    Posts
    94

    Dodefault() in INIT-Methode

    I created a new class by define class. When I put in a INIT-Procedure and call DODEFAULT(), in Lianja it returns .F., in VFP it returns .T.
    Is there a possibility to change that?

  2. #2
    Lianja Development Team barrymavin's Avatar
    Join Date
    Feb 2012
    Location
    UK, USA, Thailand
    Posts
    7,183
    Blog Entries
    22
    Hi Jens,

    Yes. Please log tickets for these so they get on the dev schedule.
    Principal developer of Lianja, Recital and other products

    Follow me on:

    Twitter: http://twitter.com/lianjaInc
    Facebook: http://www.facebook.com/LianjaInc
    LinkedIn: http://www.linkedin.com/in/barrymavin

  3. #3
    Lianja Development Team barrymavin's Avatar
    Join Date
    Feb 2012
    Location
    UK, USA, Thailand
    Posts
    7,183
    Blog Entries
    22
    This has now been fixed in the next build.
    Principal developer of Lianja, Recital and other products

    Follow me on:

    Twitter: http://twitter.com/lianjaInc
    Facebook: http://www.facebook.com/LianjaInc
    LinkedIn: http://www.linkedin.com/in/barrymavin

  4. #4
    Lianja Development Team barrymavin's Avatar
    Join Date
    Feb 2012
    Location
    UK, USA, Thailand
    Posts
    7,183
    Blog Entries
    22
    I will upload a new build into windows/beta tomorrow. This is an internal "not yet released" beta but it fixes most of the issues you have reported.

    I will ask someone to provide you access to windows/beta downloads so that you can progress.
    Principal developer of Lianja, Recital and other products

    Follow me on:

    Twitter: http://twitter.com/lianjaInc
    Facebook: http://www.facebook.com/LianjaInc
    LinkedIn: http://www.linkedin.com/in/barrymavin

  5. #5
    Member
    Join Date
    Jul 2012
    Location
    Germany
    Posts
    94
    Hi Barry,
    I can have access to it by siotti, if it is accessable for MVP. We work in the same company.

  6. #6
    Lianja Development Team barrymavin's Avatar
    Join Date
    Feb 2012
    Location
    UK, USA, Thailand
    Posts
    7,183
    Blog Entries
    22
    Ok thats fine then. It will be available within an hour.

    Remember is "pre-release" beta so its still a work in progress but the VFP class handling is working better than previously. Any bugs submit a ticket as others on the forums do not have this build.
    Principal developer of Lianja, Recital and other products

    Follow me on:

    Twitter: http://twitter.com/lianjaInc
    Facebook: http://www.facebook.com/LianjaInc
    LinkedIn: http://www.linkedin.com/in/barrymavin

  7. #7
    Lianja Team yvonne.milne's Avatar
    Join Date
    Feb 2012
    Location
    Berkshire, UK
    Posts
    1,842
    Hi Jens,

    It's available for download now and you should be able to use your own login for Windows/beta.

    Regards,

    Yvonne

  8. #8
    Member
    Join Date
    Jul 2012
    Location
    Germany
    Posts
    94
    Unfortuanatly it does not work (RC7 Jul 4 2013 17:21:47). The following code schows: "Dodefault() = .F."
    Code:
    define class x as container
    	
    	name = "testContainer"
    	
    	procedure init
    		llReturn = dodefault()
    		if llReturn
    			Messagebox("Dodefault() = .T.")
                    else
    			Messagebox("Dodefault() = .F.")
    		endif
    	endproc
    enddefine
    
    
    
    loSCR = CREATEOBJECT( "x" )

  9. #9
    Lianja Development Team barrymavin's Avatar
    Join Date
    Feb 2012
    Location
    UK, USA, Thailand
    Posts
    7,183
    Blog Entries
    22
    Ok I will take another look. That seems strange as looking at the code it is .T.. Leave it with me.
    Principal developer of Lianja, Recital and other products

    Follow me on:

    Twitter: http://twitter.com/lianjaInc
    Facebook: http://www.facebook.com/LianjaInc
    LinkedIn: http://www.linkedin.com/in/barrymavin

  10. #10
    Lianja Development Team barrymavin's Avatar
    Join Date
    Feb 2012
    Location
    UK, USA, Thailand
    Posts
    7,183
    Blog Entries
    22
    This has now been fixed.
    Principal developer of Lianja, Recital and other products

    Follow me on:

    Twitter: http://twitter.com/lianjaInc
    Facebook: http://www.facebook.com/LianjaInc
    LinkedIn: http://www.linkedin.com/in/barrymavin

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Journey into the Cloud
Join us