Hi,
I am using several active-x controls which are and will not be available in 64 bit. They moved over to .NET and development is happening there. So I have to find replacement controls and do...
Type: Posts; User: phvwijk
Hi,
I am using several active-x controls which are and will not be available in 64 bit. They moved over to .NET and development is happening there. So I have to find replacement controls and do...
I do not see the point of using the dd buffer to do reporting if you are only using it to find records and get information. The dd always has overhead. Finds the record which is the same and then it...
Garret,
Read the help in the DataDict class about request_assign
So in the order entry sample if you find in process a customer record or there is just one in the record buffer and you find...
Archie,
Take a look at the DataDict.pkg
On the top there is a class cRecordBuffer, based on a class defined in the runtime. In the past that was not the case take a look at 17.1 there was the...
Micheal,
Export it before the export and import in again. Possible a small addition to your tool.
Peter
Hi,
Microsoft give in the documentation of MSSQL that the precision of DateTime is limited. DateTime2 is not but Dataflex can not deal with the full precision. So I now using DateTime2 with 23.3....
Hi,
I had problems with DateTime field and indexes. Switch to DateTime2 and it worked. But will test 23.3 if it remains working
Peter
Hi,
It can be changed with the studio. So will now use 23.3 which makes sense because Dataflex can not deal with more.
Peter
Hi Archie
One or other way to me to keep it simple is not to mix them at all.
I am a big fan of DDo's and use them to the fullest. But in all cases when finding records, getting data,...
Hi,
Messing around with DateTime and DateTime2 in MSSQL
Here a number of Dump which are for me at the moment hard to explain.
Database Definition
13283
Filling a record.
Hi,
Question what is the additional value in this case of working with the DD? As far as I see you are only finding a record and getting the information. I do not see a validation request nor a...
Hi,
Dataflex 19.1
Database MSSQL 2017
Windows 10 release 1903
Writing a soap service and client to tranfer data from one "place" to and "other"
So both sides are written in and or...
Harm,
My normal way of working with an alpha or beta version of Dataflex is to copy all my sources to new directories with a new version number. Convert all workspaces of my libraries and work as...
It is possible that windows started an install from windows update. That can give problem installing/uninstalling.
Peter
In my SQL class if convert the data depending on the field_type of the database field. So loop over the result set and format it properly.
The result is or a DataSourceRow or an array, that is...
Hi,
How about
Send doAdd_Select_All
Send doAdd_FromFile of hoSQL_ResultSet (RefTable (Inventory))
Check the cConnection.pkg class
Should something in there to get that information.
Peter
"I'd rather not."
Each procedure has different steps so amusing he can stop after a step and ask question before he continues.
But we cannot look in his code. So it is up to him. To me it is more...
Every time when a part of the process is done. You change the tool panel in to a question if the next process needs to start. Sort of progress report and are you ok with current results then start...
How about a tool panel?
Peter
Hi,
It looks like it looking at the following key(s)
Computer\HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Nls\CodePage
ACP
OEMCP
MACCP
Post it on VDF-Guidance in source control....
Peter
Hi,
I do not think so. It is very well possible that one of the computers is configured in not USA format......
Peter
Michael.
Yes that can be the case depending on how many columns the database has.
But for what he has to do there is not other solution of he wants to used db version of the codejock control.
...
Hi,
You have to make the cJDbgrid a static grid. Then it will load all the records from the table in the grid.
After that you can used the DataSourceRows to do what you wants to do
Peter