JamesFlowers
Programmer
In the string below I have a number "242"
InfoService.QuickReportStart(SalNumberToStrX(242,0)||'@CONSIGNMENTID='||hWndForm.frmConsignment.ecmbnConsignmentId.i_sMyValue)
I am trying to get this number on its own to link it to another field.
I cant substring as there might be a varied length of string before the number I need to use as the process uses different code after the "InfoService." sometimes.
Any help would be appreciated.
Regards
James Flowers
InfoService.QuickReportStart(SalNumberToStrX(242,0)||'@CONSIGNMENTID='||hWndForm.frmConsignment.ecmbnConsignmentId.i_sMyValue)
I am trying to get this number on its own to link it to another field.
I cant substring as there might be a varied length of string before the number I need to use as the process uses different code after the "InfoService." sometimes.
Any help would be appreciated.
Regards
James Flowers