Hi Josh,
There are 2 "data" sections in the App Inspector: 1 when you have the Pages workarea selected (that's the icons on the left side of the LAB) and the other when you have the Data workarea...
Type: Posts; User: HankFay
Hi Josh,
There are 2 "data" sections in the App Inspector: 1 when you have the Pages workarea selected (that's the icons on the left side of the LAB) and the other when you have the Data workarea...
Hi Strato,
Question: does your example allow you to access the 2-dimensional array accurately are encoding and then decoding? If it does, why are you concerned with what the encoding looks like?
...
Hi strato,
As my example showed, you can still reference the data correctly after decoding. Isn't that all that counts?
Hank
Also, I've taken your code and removed the unintelligible (to me) parts.
array myb[2,2] myb[1,1] = "R1"
myb[1,2] = 'row 1.'
myb[2,1] = "R2"
myb[2,2] = 'row 2.'
The code as I would do it:
myobj = object()
myobj.name = "hank"
myobj.age = "older than dirt"
myobj.animals = object()
myobj.animals.socks = "cat"
myobj.animals.sienna = "dog"
Hi Paul,
I know of 3 other people who have/had the book. The first was the head of a software unit within a Fortune 100, who called me out of the blue for my first software contract. One of his 3...
In 1993 I realized, while writing a book on event-driven programming in FP (that I was hired to be the tech reviewer, not the writer) that having data rules all over the place made no sense. So I...
Hi,
Having written a system that does just that for VFP I can tell you from experience that there is a lot involved.
Tables or fields that change names
New candidate keys (which need a...
HI strato,
And I showed you how to create a surrogate PK for the table to accomplish what you want to do. Create an index on those 2 fields and treat it like it is one field.
Hank
Hi Strato,
Barry's job, Lianja's job, is to provide the tools. I did what you are trying to do back in 2014/2015 using Lianja as it was back then. The issue isn't Lianja. I used two comboboxes,...
Hi Strato,
In the example, Product + quantitype are the identifier for reorder.
Hank
What you are using as an unique identifier is a combination of the product number and the product size, it appears. If you use that consistently, you will be the result you want.
Hank
Hi Strato,
You can combine Autosuggestions with the SetDataMapping and GetDataMapping column SQL Constraints to do whatever you want.
Hank
Nice!
Hi Strato,
Each of the attributes you see in the Attributes dialog, for all the UI elements and every UI object, has a corresponding "Name" which can be found on the related documentation page....
HI Strato,
Why do you have Order Date 3 times on the section? What are the control sources? What fields (List Stru to show them) are bound to them?
Hank
PS: For manipulating datetime vars,...
Hi Jefferson,
Define data source? In VFP what would you be looking for and how would you get it?
Hank
Speed is good. Thanks.
Longshot: open the file in Notepad++ with all characters visible and take a look at that line.
Also a longshot: .rsp files compile to .rso files. So delete the .rso file and try again.
Hank
Hi Barry,
Yes. snapshot it is.
I would still favor dropbox for those who aren't AWS proficient in security techniques. How many unprotected S3 data repositories have been "outed" in the past...
Hi Paul,
The safest/easiest method I have found (and Barry first suggested it, for dev teams) for your customers to back up a LianjaDB is to have a command in your app to backup to an evernote...
Hi w00dy,
Indeed. I think you were then when Tom Rettig described the need for a READ EVENTS, Susan brought it to Dr. Dave the afternoon of the same day she read it, and the MOAR was released the...
HI strato,
You are mixing up technologies. Now, that can be a creative thing to do, but that's on you, not on Lianja, to figure out.
Is there a real world problem you are addressing? Start from...
Hi Strato,
It seems unlikely: each app, as the documents well describe, is an XML document, with all that entails. Think about the underpinnings of an app.
The Lianja way to do what you want...
It's worth submitting this as a ticket just in case it hasn't been reported. Include the actual step in which you added orders, how you did it, each step.
"Each step" as I'm sure you are aware can...