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...
Type: Posts; User: HarryStottle
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...
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...
Thanks.
I'll check 'em out.
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...
Sorted.
found the "Refresh" option in the right click menu when hovering over the relevant UI space
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...
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
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...
thanks guys. Duly noted.
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...
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...
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...
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.
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...
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...
thanks Dave.
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...
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...
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...
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...
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...
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...
ah, thanks for that
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...
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...