I need to update modifcations from accpac pro 6.5 to sage pro erp 2011.
Is anybody willing to part or sell sage pro erp 2011?
Please let me know.
Edgar
Integrated Bar Code Systems, Inc.
Edgar
Integrated Bar Code Systems, Inc.
I need to update modifcations from accpac pro 6.5 to sage pro erp 2011.
Is anybody willing to part or sell sage pro erp 2011?
Please let me know.
Edgar
Integrated Bar Code Systems, Inc.
Edgar
Integrated Bar Code Systems, Inc.
I have variable lc_desc "1234567890123" ( 13 chars)
In the report I have a field : "Desc:" + lc_desc
It prints fine: "Desc: 1234567890123"
In the report when I increase the size of lc_desc to 25 chars, lc_desc "1234567890123456789012345"
It prints: "Desc:". The value of the variable does not...
I just acquired a customer using SBT 5.0 ( compiled in vfp 5 ). Customer wants to programatically save invoices to a pdf. I have used pdfcreator in the past. It does not support vfp 5.0.
Has anybody successfully compiled SBT 5.0 in VFP 9 ? Is it just a matter of replacing the DLL's and...
I have a DOS based program that uses HP printer internal fonts. ( No windows' drivers are used)
IS there a way to print zero with a slash ( slashed zero, users are posting checks to wrong acounts)
There are no internal settings that I am aware.
Any PCL commands?
Edgar
I am trying to run a program that accepts parameters
test.prg contains:
PARAMETERS lc_id, ll_inc
etc...
quit
I need to run this program form the desktop with a shortcut:
c:\FPW\FOXPROW.EXE C:\TEMP\TEST.PRG WITH "ANNA",.T.
it generates a invalid parameter error. ( I have done with other...
Can this be done Using fpw26 and laser report form?
Need to create header,detail,footer duplicated on the second half of the page. Ex
-------------------
header
details
footer
------------perfed
header
details
footer
---------page 1------
Thank you in advance
EMC
Is there a program or utility that i can launch from a workstation to see users currently logged in?
Better yet, list users accesing a particular fox pro table or program?
Thank you in advance,
EMC
Thank you in advance.
I have a grid bound to a free table. 2 coluns ( qty, description)
I need to know if a user has changed the value of the qty field so i can update an assigned variable with SUM(qty).
I am not sure how to check for value change.
EMC
I have a report that is grouped by color and prints as follows:
(page 1)
YELLOW
item1
item2
BLUE
item1
item2
RED
( no details, because of page length constrictions)
(page 2)
RED
item1
item2
ETC...
How do Prevent Orphan groups (no details on page) from printing.
I would like to have...
I have a report based on table with details lines such as:
YELLOW (color)
item1
item2
etc
GREEN (color)
item1
item2
etc
BLUE (color)
item1
item2
etc
.
.
. and so on Report is grouped by Color
I need the report to print "Continued" on the next page header if details overflow onto the...
Fox Pro DOS 2.6a
I have a dos application which requires 5 printers
I have the ports captured as follows:
lpt1= dot matri 1 ( \\SERVER1\Q1)
lpt2= LASER 1( \\SERVER1\Q2)
lpt3= THERMAL PRINTER ( \\SERVER1\Q3)
I want to select a 4th printer to print to lpt1
I use the following:
RUN "net lpt1...
I can't seem to change the value of a check box to .t. or .f.. Data mismatch error. It only allows 1 , 0 or 2
I want to use it as follows:
IF thisform.chkbox.value = .t.
do this..
ENDIF
am I stuck with : IF thisform.chkbox.value = 1
Thank you in advance
EMC
I have a table which needs to export to file. This file
is read by a mainframe.
The file needs to be fixed length, comma separated.
EX.
Table: manifest(6),qty n(3,0),carton c(10),D
The file needs to be as follows (assuming 2 records december 1 2002 YYYYMMDD)
01234 , 1,1234567890,20021201...
I have a program :
Private lc_dummy
lc_dummy = "Hello"
DO FORM TESTFORM
READ EVENTS
The form does not recognize the variable lc_dummy.
I thought private variables are seen below the main program
where it is created. The code above works with:
PUBLIC lc_dummy
Thank you
EMC
I am trying to add a min. charge item to a sales order
When the user clicks on save ( detail form) to save SO,
the program automatically shoud add an item SHIP-MIN
I have the code in cmpSopostFS m.saveso. I have tried the
following but it does not work.
********
* First Step
*******
*--Finds...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.