I happened to see that no warning is displayed when a record is changed but not saved before going to another record in simple data entry views. It is so in the Vendor Entry View in the Order Entry...
Type: Posts; User: Bengt
I happened to see that no warning is displayed when a record is changed but not saved before going to another record in simple data entry views. It is so in the Vendor Entry View in the Order Entry...
Thanks! That was what I was looking for.
I try to make a BP for writing the content DF database files to text files passing the file no as a parameter. My problem is the syntax for writing the data.
If ORDER is a database file
Write...
One customer has changed from Windows terminal server 2008 to Windows terminal server 2016. The C: drive is common for all users and there they have a map for storing settings and temporary VPE...
It was a question about setting the right VPE version no in SZVPEP.PKG
You was right. Rebooting did it.
Thanks'
Bengt
I get some curious errors when compiling my application with DF19.1 and the new VPE4VDF for DF19.1.
Error 4306: C:\DF18proj\plv20\AppSrc\VPEOHLR.rv (ln 850) Hittar ej framåt referens (Cannot...
We re-booted the server once today, but not between de-installing and re-installing. Unfortunately, I am not able to re-boot the server from where I am.
The below files are missing in my customers bin directory except some files in connection with WebApp server that I haven't installed there.
cmax20.dll
vcredist_x86.exe
WASAdmin.exe
I installed DF18.2 Studio on that server and got this error when starting it.
14239
I did that.
I tried with ‘regsvr32 Codejock.CommandBars.*.ocx’ as administrator.
Got this:
My customer has run an application on DF 18.2 and Windows Server 2008 for years. On Friday they changed to Server 2016 and I installed my application and it worked as expected. This morning nothing...
I need a DbCJgrid with all order lines where the user can navigate in similar way as in Db Explorer. It shall be possible to change one Boolean column and nothing else. I thought that would be an...
Eventually, I found out the syntax for changing PageSize when downloading SMS messages:
Get ComFullRequestFormURLEncoded of hoRest "GET" ("/2010-04-01/Accounts/"+ (Trim(sSMS_SID)) +...
In my test view I have two lines in the grid. If the last line is focused and I press down arrow to create a new line, iCurrentSelectedRow is -1 in OnRowChanging and the third row is already creared...
This was more hard to do than i thought it would be. To make it simple I just allow new rows to be attached at the bottom of the grid, but I don't succeed to set a row no. I tried with the code...
I read data into a cCJGrid and number each row when they are read. But then it should also be possible to manually add new rows at the bottom of the list and such a row should also get a row number....
It worked. Thanks
/Bengt
Isn't Tools/Restore design time layout a Catch-22 solution as Tools is on the disappeared menu bar? Re-installing ins't a nice future with all my 3rd party components. It might be better to go on a...
Yesterday evening, the menu bar suddenly disappeared from my Dataflex 18.2 Studio. It is the bar with File Edit View etz. How can I get it back?
/Bengt
Now everything works fine for me except that I just get 50 messages in the return array from the GET statement. Is there such a limitation? I have 54 messages on the account and I can see them all on...
Now I see that messaging_service _sid must be unique and I succeded to retreive the dates, but I suppose it would be a good idea to erase the messages from the Twilio account when they are...
Thanks, that works fine. But what happens after a while? There must soon accumulate a huge no of SMS on the Twilio account. Is it possible to erase them from there with a Dataflex program? My idea...
That code seems familiar compared to the code for sending messages, but I got stuck on the tTwilioJSONResponse[] struct. How shall that be defined?
/Bengt