-
Francisco Armando Dueñas Rodriguez replied to the topic Error installing kbmMW Enterprise Delphi 10.3.1 in the forum kbmMW 6 years, 11 months ago
You dont have to modify kbmMWConfig.inc every time, just add the DCP runtime packages of ReportBuilder as a reference in the runtime packages of kbMMW,recompile and that will do the magic, doing that before compiling kbmmw pàckages will prevent the compiler to include the units of RB to the kbmMWPackages. It will only add a binding to the RB D…[Read more]
-
Francisco Armando Dueñas Rodriguez replied to the topic [BUG] Please Check ORM standalone demo in the forum kbmMW 6 years, 11 months ago
Also when testing the button: ‘Query person with accounts’ it throws the exception:
—————————
Debugger Exception Notification
—————————
Project Project5.exe raised exception class ENonPublicType with message ‘Type ‘TObjectList<uData.TPersonWithAccounts>’ is not declared in the interface section of a…[Read more] -
Francisco Armando Dueñas Rodriguez replied to the topic [BUG] Please Check ORM standalone demo in the forum kbmMW 6 years, 11 months ago
Hi wel it seesm my confussion was because somsde exceptions they occur when debugging.
—————————
Debugger Exception Notification
—————————
Project Project5.exe raised exception class EkbmMWException with message ‘Modify failed’.
—————————
Break Continue Help
—————————But yes,…[Read more]
-
Francisco Armando Dueñas Rodriguez started the topic [Request]KBMMWQueryService doesnt support for InOut/Out params when SP return DS in the forum kbmMW 6 years, 11 months ago
Hi It seems there is no support for returning InOut and Out parameters from a kbmmwXXXStoredProc from a kbmMWQuery Service when this stored procedure returns a Dataset (PerformQuery). It should be great is this can be supported.
-
Francisco Armando Dueñas Rodriguez started the topic [BUG] Error in support for InOut and Out params values in FireDAC connector in the forum kbmMW 6 years, 11 months ago
Hoi there seesm to be a problem when tryo to get back values for INOut and Out Params. Checking the sources it seems the method: kbmMWFireDACCopyInputParamsValueAndType check for already existing paramsin the FireDAC query and stored procedure, but if they doesnt exists, so there is no value assigned or param created, so there will be InOut and…[Read more]
-
Francisco Armando Dueñas Rodriguez started the topic [BUG] Error in support for InOut and Out params values in FireDAC connector in the forum kbmMW 6 years, 11 months ago
Hoi there seesm to be a problem when tryo to get back values for INOut and Out Params. Checking the sources it seems the method: kbmMWFireDACCopyInputParamsValueAndType check for already existing paramsin the FireDAC query and stored procedure, but if they doesnt exists, so there is no value assigned or param created, so there will be InOut and…[Read more]
-
Francisco Armando Dueñas Rodriguez started the topic [BUG] Please Check ORM standalone demo in the forum kbmMW 6 years, 11 months ago
Hi in latest version of kbMMW, som,e demos has some design time issues, like the one I have reported fro SQLite connection. Alos the ORM standalone demo has issues, it doesnt allow the ‘insert of recorfs’ it throws errors.
-
Francisco Armando Dueñas Rodriguez commented on the post, REST easy with kbmMW #24 – XML, JSON or YAML to object conversion 6 years, 11 months ago
Wow really cool feature makes reading XML, and create XMl bindings a lot easier withotu having to create an XSD.
-
Francisco Armando Dueñas Rodriguez replied to the topic Serious design time bug with TkbmMQSQliteConnectionPool in Radstrudio 10.3.1 in the forum kbmMW 6 years, 11 months ago
Hi Kim, >Thanks, also please check some of the other demos, Like the ORM demo, it crashes everywhere, when trying to add the records, delete, etc.
Regards
-
Francisco Armando Dueñas Rodriguez started the topic Serious design time bug with TkbmMQSQliteConnectionPool in Radstrudio 10.3.1 in the forum kbmMW 7 years ago
Hi whn try to save a form/datamodule that contains a TkbmMQSQliteConnectionPool, it throws an exception: unable to open database file, so that file is unable to be saved.
How to repoduce it:
1) open AutthrestFishFact Demo server
2) Set kbmMWSQLiteConnectionPool1.active to False
3) try to save form, or try to read some properties im the object…[Read more]
-
Francisco Armando Dueñas Rodriguez commented on the post, ANN: kbmMW Professional and Enterprise Edition v. 5.08.00 released! 7 years, 1 month ago
Thanks Kim. Just some observations a have seen there are two version published in customer portal with the same name ‘kbmMW Enterprise Edition ‘ but one seems to be the Pro and the other the Enterpise version.
Regards
-
Francisco Armando Dueñas Rodriguez commented on the post, kbmMW Features #5 – kbmMWProcess unit 7 years, 2 months ago
—
“live console output” : Good idea. I will make it available as a variant of the ExecuteProcess method.
—
Yes like when running a console app and you can get the current progress, etc
—-
“forgot passw […] -
Francisco Armando Dueñas Rodriguez commented on the post, REST easy with kbmMW #17 – Database 6 – Existing databases 7 years, 2 months ago
Hi Kim, well it is more for updating a database/table, rather than creating a new one.
yes for a fresh new database a SQL script is better.I was thinking a way to make this process ‘scriptable’, so intead of […]
-
Francisco Armando Dueñas Rodriguez commented on the post, kbmMW Features #5 – kbmMWProcess unit 7 years, 2 months ago
Cool functions Kim
Is there one that you can live receiving the console output fo a process?, not the resulting when the process has ended, but receiving strings while process is executing, like a log […] -
Francisco Armando Dueñas Rodriguez became a registered member 7 years, 2 months ago
