#XojoDev
Tu stack completo de reportes para Xojo en un solo bundle: runtime local, Reports Server, derechos OEM y nuevos ejemplos pro para todas las fuentes de datos. Incluido en Omegabundle 2026.
valentina-db.com/es/learn-rep...
#XojoDev #Informes #OEM
September 10, 2026 at 9:31 PM
Integers: From Int8 to UInt64!

Signed/unsigned, 8-64 bits. Perfect for APIs & binary data. Avoid overflows with CType tricks.

🔗 https://documentation.xojo.com/api/data_types/additional_types/information_about_additional_integer_data_types.html

#Xojo #XojoDev #ProgrammingTips #CodeOptimization
November 26, 2025 at 6:15 PM
Extension methods are global methods on modules that use the `Extends` keyword on the first parameter. That's the rule. The compiler rewrites the dot notation into a standard method call.

https://blog.xojo.com/2026/06/09/using-extension-methods-2/

#Xojo #XojoDev #APIDesign
June 15, 2026 at 3:21 PM
Drag URLConnection, call Send, and pull live data or post forms without threads or third-party libs. Works everywhere Xojo runs.

Source: https://documentation.xojo.com/topics/communication/internet/http_(web)_communication.html
#Xojo #WebServices #XojoDev
May 28, 2026 at 4:05 PM
How do you handle JSON in Xojo? JSONItem vs. manual parsing? Use Compact for network, pretty‑print for logs?

Reference: https://documentation.xojo.com/api/text/json/jsonitem.html
#XojoDev #WebAPI
March 26, 2026 at 5:50 PM