Search results

  1. S

    Schema Lock Error

    No and Yes... This is a good idea thanks Rob, I shall try this one..
  2. S

    Schema Lock Error

    Ah OK apologies Tamhas, this is obviously part of my problem I didn't know or understand that.. we don't touch _file either way.
  3. S

    Schema Lock Error

    Thanks Mad, I had seen that article and can also confirm we do not hit the VST's from with the system.. its a puzzler!!
  4. S

    Schema Lock Error

    Hi Guys, Can anyone explain what this error in the attached image actually means? The user gets this error when creating some records but not every time?!?! I can log on and create them myself without error too... Any information would be greatly received! TIA
  5. S

    Question Import\export Headache

    Ok thanks Guys, I've taken your advice and specified each field in the import and export and will keep my eye on it hopefully this will be the end of it. I've wasted too much time chasing it around now, but I suspect it must be the order.
  6. S

    Question Import\export Headache

    This works fine, I was initially thinking that this was because the temp-table doesn't carry any of the order# or position info but I'm not sure now. I edited the fiel to have a different order number to get past the unique index and added to the actual DB without issue too...
  7. S

    Question Import\export Headache

    This is (to my knowledge) the second time this has happened the first time I thought it was the extra field that was in the orderh table so I excluded that from the dump and I've not seen it again until now.. I'm not 100% what you by list fields, the fields appear in the same order in the data...
  8. S

    Question Import\export Headache

    Ahh.. ok thanks Greg. I've now managed to check the hex values and all seems well the only suspicious info is right on the end of the file (see attached) and it seems like you say to ignore that so I guess it's back to the drawing board :( Is there anything in Oli's comments above do you...
  9. S

    Question Import\export Headache

    Cheers Greg, I took your advice and downloaded HEdit but I can't see anything obvious... Below is the data, any other ideas?
  10. S

    Question Import\export Headache

    We have a routine that allows for table records to be exported to a .d file and then Imported into tables in a different DB, all very simple I hear you say! Well it's never that straightforward is it... We have a table called order and a table called orderh when orders reach a certain status...
  11. S

    Web Services

    Both windows environments Saptarshi, and the old URL and new URL are both on the same server so I think the problem is the actual document not the machine it lives on??
  12. S

    Web Services

    Hi All, Please forgive me if I say something that makes no sense as this is my first real taste of using web services... We have an existing link to a third party system whereby we connect to a WSDL document and run a routine to send off an xml string of data. This has worked happily for a...
  13. S

    Selecting Printer Trays

    Once again, thanks Cecil. This should enable me to at least make a start.
  14. S

    Selecting Printer Trays

    This is great thanks Cecil... I'll probably bank this as I've spent an age already messing around with this and I think there will be a bed of hot coals waiting for me if I start from scratch like this again!
  15. S

    Selecting Printer Trays

    Hi Tom, Sorry I'm not sure what you mean by "What is the emulations does the printer allow?". The printer is a HP laserjet p3015. To get around this I've added the printer 3 times, given each one a different share name and changed the settings to force each one to select a different tray then...
  16. S

    Selecting Printer Trays

    Hi All, We have a report that outputs data to a PDF and happily saves it away. Now we have a new printer that has multiple trays and I'm looking to control which trays are called upon for different color copies etc. Does anyone have any experience of this? We currently use os-command or...
  17. S

    shellexecute - printto

    Yes Osborne, that does work thanks. So I can now get it to work with a printer name it's just the IP that doesn't seem to work.
  18. S

    shellexecute - printto

    The chunk of code is as below, I'm getting the feeling it's going to be my printer parameter too but can't understand why session:printer-name would fail... run ShellExecute{&A} (0, ip-mode, /* ip-mode = printto */ ip-file...
  19. S

    shellexecute - printto

    Hi All, Has anyone successfully used the printto mode in shellexecute. I can easily print to the default printer with the print mode but the minute I try and use printto along with the printer name or IP address nothing happens. I've messaged out the return value and I get a code of 42 which I...
  20. S

    Question Webspeed to XLSX

    Hi All, We have a (very old) website that has a report that can be dumped to excel.. ok were doing well so far! The task is to change other reports to output to excel too, I have managed to get this going but I'm having an issue with content-output, currently we use x-msexcel. However this...
Top