This is Windows 19.1
The Help for Begin_Transaction says
You do not need to explicitly use Begin_Transaction… End_Transaction for database operations that are executed and controlled by...
Type: Posts; User: ArchieCampbell
This is Windows 19.1
The Help for Begin_Transaction says
You do not need to explicitly use Begin_Transaction… End_Transaction for database operations that are executed and controlled by...
Thanks Michael!
I have a table that needs 70 columns added to it at multiple sites.
I would like to have a windows DF program that does that.
I cannot seem to find that in the help.
Question: What is the...
Hi Larry
We still use the Mertech drivers.
They still support DF3.2
They have two current versions.
.1. Classic Edition. Supports 3.1c and up, SQL Server 2012 and up.
.2. Unicode Edition....
Fits into my definition of perfect.
Thanks Samuel!!!
Much appreciate the effort.
And, like many solutions, it seems so simple I wonder why I did not think of it.
A very hard part of this...
Hi Sebastian.
Thanks for your thoughts.
I think your solutions works nicely for a cWebView
Unfortunately that is not where I want the title bar
I want my one line "TitleBar" to display above...
Hello Ladislau
Thank you for your reply.
Your suggestion is related to a particular WebView.
I am looking to put a title line as the first line of the WebApp.src oCommandBar. One line above the...
In a DF19.1 WebApp I would like to have a "Title Bar", one line of text, that would display at the top, above the oMenuBar
Seems like a simple thing but I am at a loss as to how I would do that.
...
Thanks for the pointer, Dennis.
Much appreciated.
Once a record is created the boolean function IsCommitted will always return true
So, in the dd class adding the line
Set Field_Option Field...
I have a couple of data fields in a table that I want to set in Creating in the .dd and have them set to "NeverChange".
I was thinking of setting Key_Field_State to true for them but the help says...
Sometimes the process of asking the question leads to a speedy solution.
Studio - Project - Project Properties
In red it said "Global.asa is missing"
So ... I clicked on "Register WebApp" and that...
Sometimes the process of asking the question leads to a speedy solution.
Studio - Project - Project Properties
In red it said "Global.asa is missing"
So ... I clicked on "Register WebApp" and that...
DF19.1 Studio
WebApp.src
Compiling
After an ok Compile the run step displays the following error
Error
This program is a WebApp programs and cannot be run standalone. This program must be...
Solved it.
On the main panel I set piMaxSize to 600 600.
The view was maximized in a properly sized panel 600 x 600
Nice and simple.
This is DF19.1 Windows app.
I did a search on Viewmode_Zoom and almost found what I was looking for.
For simplicity allow me to describe my issue.
As described by Tom Murphy in 2019
If we...
Good to know.
Thanks Stephen.
Archie
Maybe I am missing something so I thought it best to confirm what I believe to be true.
This is DF19.1 WebServer.
In the Programs folder I have two files Webapp.exe and Webapp305.exe ...
Hi Michael
I copied the "About Box" in the demo code and substituted my Draw.io diagram exported as a .jpg.
Just a vary small portion of all that is there.
Nice install, no issues, well...
So ... 13 years after the Graphics Library was first released I am installing it.
Better late than never, eh?
Thanks for the tip Michael.
Archie
I have a view with multiple tab pages.
On one of the pages I wish to display a draw.io diagram of the table structure.
Draw.io allows me to export to a bunch of formats including:
png jpeg svg...
Thanks for that Marco.
I am not sure why, but I really like that joke!
Thanks Focus!
Much appreciated.
I will work on improving my "search before post" skills
Archie
This is a Windows 19.1 app that generates XML.
Code
Get CreateDocumentElementNS of hoXML "" "DocumentMetaData" to hoRoot
Send AddAttribute of hoRoot "xmlns"...
Hi Vincent
Canada Customs is introducing a new system for submitting shipment XML to them for processing.
In their definition document they have provided around 35 sample XML files.
In our...