Recent content by xxxcapxxx

  1. X

    Running Crystal Report from xml file

    Alas, i already know that option, and it isn't about data being saved with the report but purely the db that won't be refreshed as long as you don't reopen a new viewer. If you want to work with xml sheets you have to be sure that you don't keep the same viewer. Thanks anyway for the help
  2. X

    Need help on smtpmail.p

    well i found the ezine here : http://proaxima.com/amduus/4glwiki/index.php?pagename=HomePage some are listed and the other one like ezine 9 can be found using the search
  3. X

    Need help on smtpmail.p

    I finally found out Scott Auge's Ezin9, not the easiest to found as actually www.amaduus.com can't be reached (does it still exist ?) well i found were i was being wrong : INPUT "xi2newfr.pdf[:type=application/pdf][:filetype=BINARY]", /*attachements*/ INPUT "[:type=multipart/related]" ...
  4. X

    Need help on smtpmail.p

    Hi everyone. I am trying to use smtpmail.p to send mail with attachements . I just can't point where I am doing wrong so that actually it won't send correctly the attachements. I tried many random idea according to what is written in the smtpmail.p comments. my actual code : DEF VAR...
  5. X

    Can you pass temp-tables?

    you could try using buffers in something like this : DEF VAR v_bh AS HANDLE. v_bh = BUFFER tt:HANDLE. RUN buffer_proc(v_bh).
  6. X

    new to dll calls

    Just one more thing , about your error message, the dll returns about 30 different message. I may be good to use them ;) you can also found the list of possible return in the .pdf if I remember well.
  7. X

    new to dll calls

    did you check on that : http://www.sic.ch/de/dl_ibantool_fi_swh.pdf you can found this on page 41 Anwendungsbeispiel: Aufruf aus C#: [DllImport("IBANKernel.dll")] static extern int IT_IBANConvert( String sKonto, String sBCPC, StringBuilder lpszIBAN, int nIBANLen, StringBuilder lpszBC, int...
  8. X

    CrystalActiveXReportViewer and CRviewer.dll problems

    Just to let you know , finally it was due to the crviewer.dll . we updated it and know all works correctly.
  9. X

    CrystalActiveXReportViewer and CRviewer.dll problems

    Hi all, i am trying to understand what is wrong here. It simply stucks as it shall view the report. The ocx remains blank. and i get an error with CRViewer.dll. I checked the dll, it is registred correctly and i have admin right onto it. here is my code . If anyone could find where is my...
  10. X

    Running Crystal Report from xml file

    Thank you for the answer ;) I kept investigating onto it and finally found out this too myself, in fact you don't need to shut down the CR instance, but need to log off the xml sheet (handled like a DB by CR). After that when trying to refresh CR will reconnect on the xml and see the data...
  11. X

    Running Crystal Report from xml file

    I am having the same trouble here. I tried to acces via ado or generique xml. but the data won't refresh . Used to check all around on peg, and forums but can't found any information. Using CR XI with OE 10.1b. I am wondering where the report does store the data (doing it even if you uncheck...
  12. X

    Crash on RUN() against a dll

    Just to let know that i found what was wrong. I didnt had the administrator rights onto the dll. As soon we fixed that i could make it work.
  13. X

    Crash on RUN() against a dll

    Hi ! I have posted recently about the work I had to do on IBANKernel, as you helped me out very well i am back again with any other question about it. Here's the code /*--------------------------------------------------------------------------- Fichier : iban3.W Description : Utilitaires -...
  14. X

    new to dll calls

    I am trying to guess one thing out about the conversion function inside the dll wich parameters shall i use to give the clearing n° and account n° , as all the way i tried just gave me again the parameter thing error , or made the runtime crash. any idea ?
  15. X

    new to dll calls

    yep actually, the version was the first step of my job ! Now ill try myself on that conversion thing , but you helped me a lot. ;) btw i managed to resolve the little bugs i still had i am quite satisfied of it. here's what it looks like now &scoped-define IBANKERNEL_DLL IBANKernel.dll...
Top