... is determined by the definition of the header and fields to set the starting point. The pointer is then shifted by the length resulting from the sum of the field definitions. The result is a string corresponding to the record line. This string is then split into individual fields. For this reason, ...
... podrían no describir ejemplos que comprendieran toda la sintaxis posible. PD 2. Precisamente esto deberia ser tambien un trabajo de la IA. Le suministramos el .xsd y le pedimos el un ejemplo completo de un .xml. La gratuita ya la he probado y dice que mensaje muy largo PD 3. Estaría bien cogerse ...
Estoy Haciendo esto en un Browse oBrow2:aCols[02]:bStrData := {|| IIF(FACTURADET->PIEZAS>0,FACTURADET->PIEZAS,FACTURADET->CAJAS)}oBrow2:aCols[03]:bStrData := {|| IIF(FACTURADET->PRECIOP>0,FACTURADET->PRECIOP,FACTURAD...
Estoy Haciendo esto en un Browse oBrow2:aCols[02]:bStrData := {|| IIF(FACTURADET->PIEZAS>0,FACTURADET->PIEZAS,FACTURADET->CAJAS)}oBrow2:aCols[03]:bStrData := {|| IIF(FACTURADET->PRECIOP>0,FACTURADET->PRECIOP,FACTURAD...
... as a next step ask ChatGPT how to make the link between invoice and deposit To link invoices and deposits in your application, you need to establish a relationship between these two entities. This can be done by adding a reference field in the deposits database that links each deposit to its cor...
Hello Yunus, start with a ChatGPT prompt. Best regards, Otto To modify your program so that it works similarly for deposits as it does for invoices, you need to ensure that all the relevant functions and structures for deposits mirror those of invoices. Here's how you can adapt the Invoices() functi...
... Spanish, what is it for Dutch? -> 'nl' is the iso code for Dutch and Flemish. 2) Please provide translations for: SUBTOTAL( -> SUBTOTAAL( SUM( --> ??? - > SOM( TRUE --> ??? -> WAAR FALSE --> ??? -> ONWAAR Language ID = 1043 Decimal separator = , Thousands separator = ...
... this information: 1) Like 'de' for German, 'es' for Spanish, what is it for Dutch? 2) Please provide translations for: SUBTOTAL( -> SUBTOTAAL( SUM( --> ??? TRUE --> ??? FALSE --> ??? Please run the small test and let us know the results: oExcel := ExcelObj()? ...
Hola gente, buenos días.. tengo un xBrowse donde necesito filtrar filas según una opción que tengo que a veces muestro unos datos y otras veces no. A la vez, una de mis columnas editables, cuando modifico el dato, me realiza mal la cuenta en el MakeTotals, hago lo siguiente: REDEFINE XBROWSE oBrw ID...