here is a little video from last week on the kayak and my wife on the inflatable paddle board
https://www.facebook.com/salzlechner/videos/596866625358695
Type: Posts; User: starzen
here is a little video from last week on the kayak and my wife on the inflatable paddle board
https://www.facebook.com/salzlechner/videos/596866625358695
congrats. sometimes the little things can be a b...
even though i have a paddle board i generally use my hobie outback kayak but stand on it all the time. the kayak allows us to bring coolers and snorkel masks, speaker etc.
let me know if i can...
you dont need iis on the dev machine. you can just deploy to a folder and then copy that folder to the server with IIS
we paddle the springs all the time. Florida has amazing springs with crystal...
have you tried publishing the .net project to a folder and then install on the server?
just out paddling but will be back next week. can take a look to see what is installed. we just added their nuget package to the project and the rest was automatic as far as i remember
Wil
we are using it in our Blazor projects which are .net of course. We are running on IIS. We deploy to AWS Beanstalk entities which is pretty much automatic using Visual Studio
in general a...
yes. the controls store their data in web properties and you can also store additional data as needed in web properties
the sequential io stuff in DF really needs to be redone. the whole channel concept is a relict from the 80ies and needs to go away
in addition we really need streams, proper handling of file...
so for example you would have an attachments table with ATTACHMENT.ID (unique id per attachment)
then if you had a table say QUOTE that will only link to one attachment you could have a field...
The oSpellChecker object is created fine. The COM object that for it cannot be instantiated (your control has its auto create set to true so the com component is created during end construct object)...
We are using the Syncfusion PDF viewer but i think all the projects we are using it in are Blazor or vue js
the only thing you shouldnt do is to either delete a field or insert a field. changing the data type of a field isnt a good idea either
and really to be honest these are things you shouldnt do to...
most times we use headers is on the response though. for example for paging information.
in that case you can either add the meta data to the response json or add it as http headers
i generally...
in GET we generally stick to query string and headers
also makes it easy to quickly test in a browser
depends on how you get to the file. If the user can select the file using file input selector you can read the file. you cant arbitrarily open files on the client side without some major additional...
also just to make sure
check the CreateBook function in szLibXlWrapper.pkg
it calls
Get ComCreateBook bXML to vBook
make sure it passes the bXML parameter. at one point it had a fixed...
is the file you are loading a xlsx file or xls file ? if xls use False on CreateBook
for a static message SetActionMode will work
if you only want a box that stays up while the process is running you can look at SetActionMode
the way webapp is designed it is not easy to implement an actual status panel that shows progress...
depends on the web site. A lot of sites protect themselves from being shown in an iframe
check the http header x-frame-option. if it is DENY or SAMEORIGIN it will not show in an iframe
the structure_start command will return an actual handle into the htable parameter. the doc mentions that
you could just use a second variable to keep track of the table number
you need to change your code
remove the DF_FILE_MODE stuff and add the zdays file as an externally updated table to your DD
DDs issue their own transaction so no you do not need a transaction in this case
if you where to do something like this in the DD
Procedure Request_Save
Forward Send Request_Save
...