How do you export to an XLSX file? I get an error when importing into excel from a xlm file. I have a field (customer name) with a customer who has an ampersand "&" in their name
Type: Posts; User: JonWilshusen
How do you export to an XLSX file? I get an error when importing into excel from a xlm file. I have a field (customer name) with a customer who has an ampersand "&" in their name
So how exactly is that structured?
////////////////////////////////////////////////////////////////
// Event delegate for 'changed' event
function Scrap_Bins_Used_section3_field12_changed()
{...
I have a field on a page, I set it's value with a Lianja.get("Scrap_Bins_Used.section3.BinTareWeight").value = BinFound the correct value displays in the field box but if I save the record it revert...
Though I'm not entirely sure about what is meant by "browser view" I suspect viewing the page in a web browser. anyway I had to click the T with a pencil icon on the navigation bar to bring up edit...
Doesn't seem to matter. when you say runtime mode do you mean "desktop app view"
I'm new to Lianja and I have a Page with section that has fields from a database table. I can't seem to figure out how to advance through the fields using the TAB key, what am I missing?
Thanks, figure it out
alter table Scrapbinweights alter constraint(RecID autoinc nextvalue 41 step 1)
Is there a way reset the auto-increment value for an autoinc field?
like:
delete from JobCost
go
DBCC CHECKIDENT('JobCost', reseed, 0)
go