c++

  1. Calling BSFN from C++

    Trying to create a console application to execute a business function call. Test executing GetAuditInfo and hitting Access violation reading location ... in jdekrnl.dll. Here's what I have currently. result = JDB_InitEnvOvrExtended(&hEnv, (JCHAR *)&e1Env, (JCHAR *)&e1User, (JCHAR *)&e1Pwd...
  2. BSFN to save .par-Files without "Select folder"-dialog

    Hey guys, I got the following request to fulfill: I have to save the .par-files when checking in my objects by skipping the "Select folder"-dialog and providing a default target path. The "Select folder"-dialog is getting poped up in the DLL-functions. I already managed to find the...
  3. BSFN to save .par-Files without "Select folder"-dialog

    Hey guys, I got the following request to fulfill: I have to save the .par-files when checking in my objects by skipping the "Select folder"-dialog and providing a default target path. The "Select folder"-dialog is getting poped up in the DLL-functions. I already managed to find the...
  4. jdeFopen Won't open file in AS400

    Hello All I need to work with plain text files in AS400 using C++. According to documentation I read, i should use a parameter "r" in AS400 and "rb" or "rt" for Intel. The problem is that the file never opens no matter what parameter is used. I'm using the following code fragment: #ifdef...
  5. Can I use custom join business view in C++ business function

    Hi, I'm trying to retrieve a value in a table column but I need it filtered by column values from two tables. Can I use custom business view to perform the queries using C++ business function ? I want to return the value of F43C30.ADUKID from joining F43C30.ADUKID = F43C40.ADUKID based on...
  6. Is it possible to read a table from C++ BSFN when the Table Name is entered into UDC?

    I have a request to modify X0909 (Validate Subledger). The Business Community here would like to add Subledger Types and Tablenames to the 00-ST UDC Table. The X0909 C++ BSFN would then be modified to accept the new Subledger Types in 00-ST and use the Number passed to X0909 so the number can be...
Back
Top