Barry,
I understand that, thanks.
I always get confused about ports and ip addresses......<g>. Disabled the port forwarding on the router, leaving just the Windows firewall rule for allowing...
Type: Posts; User: mastb
Barry,
I understand that, thanks.
I always get confused about ports and ip addresses......<g>. Disabled the port forwarding on the router, leaving just the Windows firewall rule for allowing...
Okay, made a rule in Windows firewall to open port 8001, and now everything works just fine.
Except....it's kinda slow. Navigation between individual customers is roughly 3 seconds. Barry, is...
Hmmmm, just disable Windows 7 firewall, and now it works. Will investigate this further.....
Barry,
I'm having the same problem. Mobile app appears with labels and UI controls just fine, but not data. This is the sample mobile app, so it's using southwind.
When LiveView starts, it...
Herb,
Doh!
Thanks for the reply! I am using a canvas section, and sure enough, both the Database and Table details of the section attributes were filled in! I just don't remember doing that...
Hi
I have a single page app. In the page1.load, I originally had a "set database to dhmgdata" command, and in the page1.ready, I had a "use dhmgrpar in 0 alias repltemp" command. So far, so...
Hi,
Could you briefly outline the major differences between the embedded database and Lianja SQL Server?
Thanks,
Bill
Hank,
Yes, the copyright/eula issue is not something I would violate - I just thought of importing the whole project as a starting point. I'm really just thinking in "macro" terms at the moment,...
Hank or Barry,
I have been away from Lianja for a while, and am now looking at it again. Any thoughts on the viability of importing a rather large Promatrix (V. 9.0) desktop multi-user application...
Hi,
Do you have any built-in commands for importing from an Excel worksheet or workbook? If not, do you have any insights as to the best method of doing this inside Lianja?
Thanks,
Bill
Hi,
Export to Excel works great in RC1, except for SQL SELECTS where the select portion of the statement contains, for example, "...field1 * field2 AS Result1". The resulting Excel file column's...
So, I'm researching Mobile Web app development methodologies on Google, and I come across multiple references to" file:///myfile .ext" in various doc files (note the THREE forward slashes). I think,...
Barry,
Still doesn't show.
Bill
Hi,
If I place various types of files into C:\Users\Bill, then calling lianja.showdocuments("myfile.ext") via a program from the console works great. If I try to show a file on another drive or...
Barry,
Saving the table as xml ado per your instructions worked, except for one problem. I used my customer table as a test case. Some of my customer names include the "ampersand" character, as...
Hi,
Is there a recommended way in Lianja to export a cursor or table to Excel? I am currently using a routine called VFP2Excel, written by Cetin Basoz, which uses an ADOdb.RecordSet, via...
Barry,
Works great! I would have never guessed to put the code there. At first, it didn't show the "cog" in the footer of the grid section, but then I realized I had to click on "Show the...
Barry,
How would I go about interactively changing the index order of the child table in the grid, while still maintaining the one-to-many relationship? For example, if the child key specified in...
I'm really going to take advantage of this feature!
Thanks,
Bill
Barry,
That did the trick, thanks.
There was a slight problem with the parent key expression, however. My parent key is actually "custid+po+dtos(dorderdate)". Using this as the parent key...
Forgot to mention that I DID link the two sections with the "+" button.
Hi,
Can't seem to get composite keys to work. I'm working with an orders table and an orders detail table. I want them linked by the fields "custid" and "po" in both files.
Using drag and...
Created a canvas section, put a commandbutton on it, and created some code linked to that button.
I imported a Visual Foxpro database (dhmgdata) into Lianja.
Table dhmghact is a sales activity...