I think that they should be sub modules git. Unless you build test deploy each workspace at the same time, that way you are always made aware that changes committed on another workspace, need to be...
Type: Posts; User: Marco
I think that they should be sub modules git. Unless you build test deploy each workspace at the same time, that way you are always made aware that changes committed on another workspace, need to be...
Hi Chris
Needless to say, that is odd and should not happen.
If you mix/match different versions do ensure that you are having own cch files.
Have you tried using a newer (32 bit) driver on...
What I would like is a command in the code:
DebugTrace true
DebugTrace false
Then you don’t have to put up with long long lists of a trace and search where/what etc.
Having the same issue on a fairly locked down customer's machine.
Restart of the machine makes no difference. Studio just freezes on compile at
"Stopping web application: _____"
Converted...
If you treat the returned data (the bytes) as Oem, what do the Unicode characters read as?
Is it something the report should do? Or call a web service to do it and either store in a table as formatted name, or pass as RDS
Hi Clive
That rumour is correct. After a period of COVID delays the committee is in the final stages of securing the conference facilities.
Soon we hope to publish the details but what I can say...
Hi Nicholas
You are looking for
https://docs.dataaccess.com/dataflexhelp/#t=mergedProjects%2FLanguageReference%2FDF_TRAN_COUNT_Attribute.htm&rhsearch=Lock%20count&rhhlterm=Lock%20count&rhsyns=%20
I suspect so cache misses are occurring when debugging, that would make it appear worse than it is.
No first hand experience, but would be curious if this provides some interesting details;
...
We look after two systems that have the ‘remote printing’.
The trick is to install the printer on the webapp server with a local queue name. Then ensure that the windows webapp service has rights...
There is also a bit of black magic on when to set this.
Try:
Get if something that is really fasts and works like get of Google.com
Then set the timeout
Then do the get and measure if the...
Hi Todd
I used Vincent’s #1 many times. And when you surround with;
Move false to err
…
Move err to bTableNotOpened
Then you can do your retry logic.
Either:
1. Set the user of the webapp to a ‘trusted (real) user’ (if test/build server)
2. Give the system user (the user that the services - server is running as) rights to the database (dev...
Would have been active X and when all was 32 bits
I’ve successfully used https://www.dynamsoft.com/web-twain/downloads/ in a windows DataFlex project in the past. Afaik it’s still in use.
Hi Sam
Make sure that
- the global.asa / WSO’s point to the correct app name
- you have the app registered in ONE webapp admin only
- you get the ‘app can only run..’ when double click the...
Hi Martin
Not that I’m aware of, but you could script it with AHK or so I guess.
Ps
You cannot update the odbc connection itself to have the same name but point to another database?
Just out of interest, can we catch/is there a hook that is triggered when the client value is out of synch with the server.
When in debug mode, I’d like to know with a dialog saying that I probably...
If the component is not a visual one, wrap the functionality into a 32bit DataFlex program with two arguments, the inJson and outJson.
Then after starting it, in a loop check for the existence of...
Ps Fork is currently ma favourite git program.
I’m on leave for another two weeks, but happy to help you after.
Start by checking if the vpe library is still available on the dataaccess.eu site.
Just checked my Evernote;
Create a batch file:
pushd %1\..
call "C:\Program Files\Git\cmd\git-gui.exe"
popd
Then add a entry in the tools menu
Git gui
C:\Work\DFTools\GitGui.bat
Hi geza
We are using the DataFlex library for vpe, in a further amended state (some
Fixes some specific to our requirements) on 20.1 64 bit.
Works fine!
Cheers
Marco
In some cases you could reevaluate what conditions should really stop a save, and which should stop a ‘further processing’.
Think filling up a basket where you don’t worry about many ‘header’...
I added it to the git white paper, which now lives in the wiki