Nice!
Type: Posts; User: Allan Greis Eriksen
We use Git with great success. One client app that you may what to look at is SmartGit. It does the heavy lifting where the console prompt can be a bit complex.
Not sure if there is a difference between a yesno_box and an info_box here. In my application it removes the desktop (with deactivate) but the messagebox i still active. But it doen't matter since I...
Ah. That is on "the wrong side of the timer". I already have a messagebox on the screen when the timer fires.
What I have done now is to let the application kill itself via windows api calls. I...
I've just tried this, and while the desktop is indeed closed, the yesno_box is still active. Not until I click a button to close the messagebox the application closes. Anyone tried this and got it to...
I've seen this after con. kit version 6 and it also occured during a request_delete. What I have found is it happens when you have external tables in your data structure. Make sure that whenever you...
I can't remember if I ever got the description back but the new DF beta version has a native HTTP client class (cWebHttpHandler) where you can control every aspect of the request/reply including...
Hi Wil.
Thanks for confirming that it would work :) And I agree. I could have written that statement better! Thanks for making the correct example code. I'll try that right away.
Hi Vincent.
That is indeed the one I am referring to. If you would please have a look at my screen shots here I can show you what context menu I am talking about and how it is called.
12570...
Ah yes. But it is used when selecting from a DD class. So I guess it is a general singelton (global object) that is controlling the selection from the DescriptionValidationTable.
Are there a good way to disable the context menu for all objects of DescriptionValidationTable? It seems to be comming from the Floating_Menu_object property from the FloatingPopupMenu_Mixin class....
heh heh... Love it!
I've used this ... ehm ... "feature" for quite some time, where I can choose to send either a constant string or a variable with or without & to a method with a byref parameter. It would break my...
Changes in the table are just fine in SSMS. But I believe you are right about the restructure order from DF.
I am asking around to here if it is needed anymore :)
Oh. Just noticed that the document state this for the cBaseWebApp:
"This is an abstract class and should never be used by a developer for object instantiation. While a developer could use this class...
Great! That was actually a better class to use since I do not need the javaengine and all the UI for the pure webservice methods. Thanks for the help.
MSSQL con. kit.
If I make a change in a table that has a sql timestamp Data Type i get an error if I try to change any change to the table from the studio. The error is:...
When I select a workspace that does not have the need for a JavaScript engine I get an error message saying that I need to upgrade:
---------------------------
WebApp Version Conflict...
Hi Jørgen.
I've just migrated to DF19.0 and came across a compile error of the same missing method. It turns out it has been renamed to
defineQualSimpleNullableParameter
cFilesystem has a csv reader to a buffer that might be usefull as a start. It is located on vdf-guidance.
Sent from my iPhone using Tapatalk
Another solutions could be the just uploaded maintenance tool that can reindex your tables fast and in the right data folder. Have a look at this page:...
http://www.vdf-guidance.com/ContribPage.asp?Page=SOFTGENNTDBMNT&ContribRecId=142
11745
This is a database maintenance tool for the native DataFlex database that I have developed and used since...
I can confirm that this was also the issue we had. We just cleared the global recordbuffer that was causing the issue right before the request_save was issued. I have argumented procedure...
I would like to help in developing into this also :)