Search:

Type: Posts; User: HarryStottle

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. and I'm guessing that the addition would take the...

    and I'm guessing that the addition would take the VFP form but from console only?

    eg:
    Public oApp
    set classlib to myglobalclass
    oApp=createobject(myglobclass.globject)
    oApp.addproperty(blah...
  2. so, presumably we can copy and paste the relevant...

    so, presumably we can copy and paste the relevant code from our existing VFP classes into the class definition of a new (version of) control in a Lianja library.

    So let's say I've created my new...
  3. Thanks. I'll check 'em out.

    Thanks.

    I'll check 'em out.
  4. How do we initialise a Global Object? and Subclass standard objects?

    All my VFP projects have a global object at their core, where I define all the global variables and methods I want to be able to access from anywhere in the program.

    I haven't been able to find...
  5. Replies
    1
    Views
    1,311

    Sorted. found the "Refresh" option in the...

    Sorted.

    found the "Refresh" option in the right click menu when hovering over the relevant UI space
  6. Replies
    1
    Views
    1,311

    Copied Table not visible in UI

    Created 1st Table.

    2nd table is very similar. Just needs a few field name changes and one new.

    Copied 1st table, with cdx

    Could see it in folder (outside Lianja environment) alongside first...
  7. OK, that wasn't intuitive! Especially the bit...

    OK, that wasn't intuitive! Especially the bit about Varchar ignoring size, but I can live with that.

    btw, are you the Hank Fay I first encountered on Universal Thread?

    Thanks
  8. Is BLOB the Lianja equivalent for VFP MEMO fields?

    Adding new fields to a table. One or more of them needs to be a Memo field. But the table designer UI doesn't offer that as a field type option. But I can see BLOB

    Can't see any other unbounded...
  9. thanks guys. Duly noted.

    thanks guys. Duly noted.
  10. Thanks chaps. I had actually spotted the code...

    Thanks chaps.

    I had actually spotted the code options but (wrongly) assumed there would be a simpler option in the table designer UI.

    Couldn't see any way to display the index. Only using...
  11. In Table Design Mode - How do we add an index to the field?

    Just building a first table in a Lianja project and I've no problem adding fields and setting their attributes but I can't see any way to make the field an indexed field (or to make it an expression...
  12. Replies
    22
    Views
    47,680

    hmmm... got as far as creating the class. Took...

    hmmm... got as far as creating the class. Took the opportunity to paste in code from my standard textbox class and edit it a bit. Saved it. Nothing appeared under "Class Files". Rightclicked Class...
  13. Replies
    22
    Views
    47,680

    aha. That looks very close to achieving what we...

    aha. That looks very close to achieving what we need. I'll play with that and see if it's doing what we want. Thanks a lot.
  14. Replies
    22
    Views
    47,680

    Josipradnik, thanks again. I grok the...

    Josipradnik, thanks again.

    I grok the difference in approach, and the prospect of being able to write apps which will work on other devices is precisely why I'm interested in Lianja. I also fully...
  15. I missed the reference to the vcx import at the...

    I missed the reference to the vcx import at the foot of the guide. Thought it was only dealing with DBC's and Projects. (Be useful to modify pages like that, as you have done with others, to include...
  16. Replies
    8
    Views
    4,013

    thanks Dave.

    thanks Dave.
  17. Replies
    22
    Views
    47,680

    are you, therefore, also saying we can't "clone"...

    are you, therefore, also saying we can't "clone" pages and apps? That EVERY app has to be created from scratch? That doesn't make sense. In fact it's not even consistent with the tutorials where I'm...
  18. Replies
    22
    Views
    47,680

    My classing requirements are rarely to do with...

    My classing requirements are rarely to do with appearance. Nearly always functionality.

    I have a number of built in features with my combobox class (which itself is actually based on Ken Weber's...
  19. Replies
    4
    Views
    2,649

    Thanks Josipradnik yeah, I was thinking along...

    Thanks Josipradnik

    yeah, I was thinking along similar lines.

    a) it's not a top priority
    b) workarounds would be fairly trivial for things like _cliptext
    c) I'm guessing Lianja must have...
  20. Class Library Imported - how do I access it?

    I must have misread something somewhere. I didn't think I could import an entire class library but I've just managed to do exactly that using your "vfp_import_xcx.prg"

    However, although I know...
  21. Replies
    22
    Views
    47,680

    and I don't understand that response! but...

    and I don't understand that response!

    but rather than trying to clarify that confusion, what's the answer to my later reply? If can create versions I want in a dummy canvas and then copy the...
  22. Replies
    22
    Views
    47,680

    and would this work as a bodge: Presumably I...

    and would this work as a bodge:

    Presumably I can create dummy canvases with a bunch of form objects (combos, textboxes etc) set up the way I want them. Can I copy and paste from the dummy canvas...
  23. Replies
    5
    Views
    2,643

    ah, thanks for that

    ah, thanks for that
  24. Replies
    22
    Views
    47,680

    But if I'm reading you right, that custom library...

    But if I'm reading you right, that custom library would have to be all my own work. But elsewhere I'm sure I've read that I can't directly import my vfp classes, so are you saying I can create my own...
  25. Replies
    4
    Views
    2,649

    Support for _cliptext and similar?

    tried to copy the value of a variable to _cliptext and failed. googled for references to it anywhere on the Lianja site, not a dickybird. So I presume it's not supported.

    What about other useful...
Results 1 to 25 of 45
Page 1 of 2 1 2
Journey into the Cloud
Join us