hexagon logo

Datapage+ Use Specific Database

I don't know if this question has been asked before. I cant find anything.

I understand that Datapage uses the Part Name from the program header to generate a database for that specific program. For the most part this is fine.

But i have a need to have specific data go into specific databases.

For example:

Program name: Program-01.PRG
Part Name: 1234
  • Part# 1234
    • Dimension 1
    • Dimension 2

  • Machine Stats
    • Custom Value 1
    • Custom Value 2



How do i get datapage to import specific values to the database named Machine Stats? I know its going to automatically import to the database 1234, but i need specific values to go into another database as well.

Parents
  • You could "probably" do it automatically with some VB programs that are called by Pcdmis at the end of the run that search & replace, save, and send. Way back in the day, we had a programmer that worked here (and I mean computer language programmer) that had whipped up some neat programs for us that could do stuff like that. Not sure what you could do it with today. VB or C++ or whatever languages they have available.
Reply
  • You could "probably" do it automatically with some VB programs that are called by Pcdmis at the end of the run that search & replace, save, and send. Way back in the day, we had a programmer that worked here (and I mean computer language programmer) that had whipped up some neat programs for us that could do stuff like that. Not sure what you could do it with today. VB or C++ or whatever languages they have available.
Children
No Data