mugmuggy / pyfpdf

Automatically exported from code.google.com/p/pyfpdf
GNU Lesser General Public License v3.0
0 stars 0 forks source link

PYFEPDF in VBNET #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

 installed from pyafipws.com.ar  pyfepdf.101b homol.exe and put pyfepdf.bas into my project
 .bas sample does not correspont to current 1.01b homologation library

is this sample compatible with homologation library?

if it is-

for example
a) in vb .bas example
CrearFactura has 32 arguments, and libraary only takes 31 arguments

b) in bas sample , wich of these are correct?
moneda_id = "PES" : moneda_ctz = "1.000"
obs_generales = "Observaciones Generales, texto libre"
obs_comerciales = "Observaciones Comerciales, texto libre"
moneda_id = "012"
moneda_ctz = 0.5

moneda_id and moneda_ctz are declared 2 times

c) also in function AgregarDetalleItem 
bas sample has 18 arguments
and help html, and homo library accpect only 13 arguments

d) i cant pass this function error ArgegarCampo
in .bas sample is a variable called  "prioridad = 2"
and in the function  arguments  appears a  "priorty"

but no matter what i receiving this error

La conversión del tipo 'DBNull' en el tipo 'String' no es válida.

i have no null variable in ArgegarCampo arguments

i need a .bas sanmple, that works with this 1.01 homologacion that works

thanks

Original issue reported on code.google.com by camarasb...@gmail.com on 9 Apr 2015 at 12:05

GoogleCodeExporter commented 9 years ago
Please report this in the related electronic invoicing library (en español):

https://github.com/reingart/pyafipws/issues

Best regards

Original comment by reingart@gmail.com on 10 Apr 2015 at 6:23