Forms Transformation: Reduce length of text string

How can i reduce "the length of the text string exceeds the size of the string buffer", this error message prompt up while importing transform page in NAV2009. I need your help sir, thanks.

Is it showing line no? if so, try to go to that line in text file & segregate the lengthy line to new lines.

No, line is not shown. I open the transformed page wit notepad.

<?xml version="1.0"?> Yes Document Table50050 WHERE(Next Call Date.=FILTER(<>''), For Appt Confirmation=CONST(Yes)) Yes <![CDATA[BEGIN VALIDATE("Service Item"); VALIDATE("Customer No.");

CALCFIELDS(“Total Hour Available 4 day”);
ServiceSetRec.GET;
“Total Appointment Time” := (“Total Hour Available 4 day” * (ServiceSetRec.“Appointment %”/100));
“Total Walk in Time”:= (“Total Hour Available 4 day” -“Total Appointment Time”-ServiceSetRec.“Carry Over”);
“Total Rem W/I Time” := (“Total Walk in Time” - “Walk-In Allocated Hr”);
“Total Rem Appt Time” := (“Total Appointment Time” - “Appointment Allocated Hr”);
OnAfterGetCurrRecord;
END;
]]>





1900000004


1000000066
No
ENU=Generate Appointment
Yes
Process



1000000075
ENU=Generate Customer Order Form
Yes
Process



1000000148
ENU=Up&date
Yes
Process
<![CDATA[VAR
ApptnSchedule@1000000002 : Record 50065;
ApptnSchedule2@1000000003 : Record 50065;
HourSlotInfo@1000000001 : Record 50064;
BEGIN
TESTFIELD(“Customer Order Form No.”);
IF NOT CONFIRM(‘Do you want to continue?’,FALSE) THEN
ERROR(‘Update aborted!’);

// update hour slot info
HourSlotInfo.SETRANGE(Technician,“Technician Code”);
HourSlotInfo.SETRANGE(Date,“Customer’s Preferred Date”);
HourSlotInfo.SETRANGE(HourSlotInfo.“Hour Slot”,“Starting Hour”);
HourSlotInfo.SETRANGE(“COF No.”,“Customer Order Form No.”);
IF HourSlotInfo.FINDFIRST THEN
ERROR(‘Schedule already exists!’)
ELSE BEGIN
ApptnSchedule2.SETRANGE(ApptnSchedule2.“Technician Code”);
IF ApptnSchedule2.FINDLAST THEN
ApptnSchedule.“Entry No” := ApptnSchedule2.“Entry No” + 1
ELSE
ApptnSchedule.“Entry No” := 1;
ApptnSchedule.VALIDATE(“Technician Code”,“Technician Code”);
ApptnSchedule.“Schedule Date” := “Customer’s Preferred Date”;
ApptnSchedule.“Technician Name” := “Technician Name”;
ApptnSchedule.“Schedule Date” := “Customer’s Preferred Date”;
ApptnSchedule.“Job Category” := “Service Type”;
ApptnSchedule.“Daily Man Hour” := “Man Hour Per Day”;
ApptnSchedule.“Hours Consumed” := “Service Slot”;
IF NOT ApptnSchedule.INSERT THEN ApptnSchedule.MODIFY;

HourSlotInfo.Technician := “Technician Code”;
HourSlotInfo.Date := “Customer’s Preferred Date”;
HourSlotInfo.“COF No.” := “Customer Order Form No.”;
HourSlotInfo.“Line No.” := 10000;
HourSlotInfo.“Daily Man Hour” := “Man Hour Per Day”;
HourSlotInfo.“Hours Consumed” := “Service Slot”;
HourSlotInfo.VALIDATE(“Hour Slot”,“Starting Hour”);
HourSlotInfo.“COF No.” := “Customer Order Form No.”;
IF NOT HourSlotInfo.INSERT THEN HourSlotInfo.MODIFY;
END;
MESSAGE(‘Schedule updated successfully’);
END;
]]>



1000000062
ENU=&Functions


Report 50184
ENU=Print Customer List
1000000081








1900000001



1000000000
ENU=Maintenance Reminder



1000000009
“Customer No.”




1000000082
“Customer Name”




1000000084
Address




1000000019
“Contact Person”




1000000021
“Phone No 1.”




1000000023
“Phone No. 2.”




1000000027
“E-Mail”




1000000069
“Send Appointment Message”




1000000090
Page50174
VDS=FIELD(VDS),
Fault Code=FIELD(Service Code),
COF No.=FIELD(Customer Order Form No.)




1000000171
“Customer’s Requests”
Appointment;Walk-In;Others




1000000150
Maintenance2
ENU=Maintenance




1000000109
Internal




1000000110
“Technician Code”




1000000112
“Technician Name”




1000000097
“Man Hour Per Day”




1000000100
“Service Slot”




1000000117
“Customer’s Preferred Date”
ENU=Delivery Date




1000000120
“Customer’s Preferred Time”
ENU=Delivery Time




1000000143
“Starting Hour”




1000000025
“Technician Code2”




1000000061
“Technician Name2”




1000000177
“Job Details”




1000000172
Maintenance3




1000000067
VDS




1000000145
“Total Hour Available 4 day”




1000000142
“Ending Hour”




1000000156
“General Repair”




1000000173
Text19030493




1000000160
“Diag/Est”




1000000155
“Customer Waiting”




1000000159
“Customer Complaint”




1000000001
“Service Item”




1000000003
“Engine No.”




1000000005
“Chasis No.”




1000000007
“Model Code”




1000000091
“Model Year”




1000000073
“Contact E-Mail”




1000000071
“Send Appointment Reminder”




1000000151
“Walk-In”




1000000105
VIS




1000000123
“Serving Store”




1000000128
FALSE
“Remaining Hours”
ENU=Tech Remaining Hrs




1000000130
FALSE
“Total Appointment Time”




1000000132
FALSE
“Total Rem Appt Time”




1000000134
FALSE
“Total Walk in Time”




1000000136
FALSE
“Total Rem W/I Time”




1000000163
“B & P”




1000000089
Text19033859




1000000086
Text19059898




1000000147
FALSE
“Appointment Allocated Hr”




1000000149
FALSE
“Walk-In Allocated Hr”




1000000165
Warranty




1000000166
“Repeat Repair”




1000000011
“Service Code”
“Faulty Material setup Header” WHERE (Service Item Model=FIELD(Model Code))




1000000013
Description




1000000015
“Service Due Projected Date”




1000000017
“Service Expected Duration”




1000000064
“Next Call Date.”




1000000031
“First Call Date”




1000000033
“First Call No.”




1000000035
“First Call Contact”




1000000037
“First Call Response”




1000000039
“Repeat Call Date”




1000000041
“Repeat Call No.”




1000000043
“Repeat Call Contact”




1000000045
“Repeat Call Response”




1000000047