Forum Replies Created

Viewing 15 posts - 31 through 45 (of 119 total)
  • Author
    Posts
  • in reply to: GIFI Schedule #12689
    DEholnikof
    Participant

    PDhillon wrote:

    > Hi David,
    >
    > It was extremly kind of you respond to the GIFI question.
    Anytime !
    >
    > I thing I will reed the NPL guide and get more info on how to
    > copy and past (as this is windows) and New views is DOS (does not
    > accept paste), and difference on note and procedure options.
    Ah – actually you can “cut&paste” from windows, in to NewViews And Vs

    but you need to have NV as a “Window” – (of course, this is window’s dependant – and works with server or XP Editions)

    When you have NewViews up and running – do ALT Enter, and it will toggle back and forth between full screen or window’ed.

    In really – the proc is only a quick short cut, to exporting what ever is showing in a report. And presumes all numbers are in the first column.

    I have emailed the code to you, so can import it, into a procedure. If I was doing a “product” – then certainly the options would be included.

    Regards
    David

    in reply to: GIFI Schedule #12687
    DEholnikof
    Participant

    As a simple service, here is the code to get you started. The code should be expanded to include what is the column Amount, and to set the Print Options – but then we start getting into a program – and not just a few lines of code.

    Copy (Cut & Paste) the code into any Procedure. Set a block on a report, then /GR MYPROC. Don’t forget to set your print options !!!

    Hope this helps you get started
    David

    !


    !
    ! This NPL Code provided free by
    ! Programmers Group – info@prgms.com
    ! Use as is, no support provided 2004
    !


    !
    ! This will exportprint the Name and Amount in Column 1
    ! You should set the print options,
    ! – APPEND = No
    ! – FileName = C:Myfile.txt
    ! Minimal error handling is here – but could be expanded
    !


    !
    @declare Amt% = 101
    @declare Acct$ = 102
    @declare Main() = 103
    !


    !
    @equ Main()
    @ifblk @then
    ~CS ^M @loadkey Amt%
    ^M^M^M^M^M @loadkey Acct$
    @stradd Acct$=”””” + Acct$
    @stradd Acct$=Acct$ + “””,”
    @stradd Acct$=Acct$ + Amt%
    @print Acct$
    ^X
    @loop Main()
    @end @eol
    @]
    !


    !
    ~GS
    @iferr @esc
    @else
    @exec Main()
    @end
    !


    !

    Post Edited (11-15-04 12:34)

    in reply to: GIFI Schedule #12685
    DEholnikof
    Participant

    Ah – at the simple level, a little bit of NPL code will let you export anything. For example the procedure EXP123 – will almost give exactly what you want.

    Some of the questions around this, are
    Do you want all of the accounts, include the “Total To” or only posting accounts?
    And for what day or end period of time?

    Regards
    David

    in reply to: NewViews ‘window’ size #12679
    DEholnikof
    Participant

    (a little slow on the responses,eh?)

    Ah – you/ve just come back from holidays?
    Some place warm and nice, I trust !!

    Regards

    Post Edited (11-06-04 00:18)

    in reply to: NewViews ‘window’ size #12676
    DEholnikof
    Participant

    Hmm – I appear to stand corrected. IN prior versions of Windows, this used to work with any program.

    However it still does work with NewViews. The NewViews program (your books) must “have the focus” for the Alt Enter combination to work.

    OR more simply put, when you are in a set of books, hold down either ALT Key, and then press the ENTER Key.

    Your NewViews screen should toggle between Window’d, and full screen.

    Hope this helps
    Regards
    David

    Post Edited (10-29-04 11:02)

    in reply to: NewViews ‘window’ size #12673
    DEholnikof
    Participant

    Ah – not really? I presume you can preset this, but I simply do {ALT} +{Enter} and toggles the (any) window to max or not including NewViews.

    Regards
    David

    JRoss wrote:

    > Does anyone else have this problem?
    >
    > I’m using Windows XP, and every time I enter Newviews, I need
    > to right click on the title pane, click on properties, click on
    > full window, click yes.
    >
    > The yes is in answer to the question “do you want to make this
    > the default view?” or something like that–but it doesn’t
    > matter because no matter what I do, I need to go through this
    > procedure every time.
    >
    > Does anyone know how to get NewViews to open into a maximized
    > window, and stay that way?
    >
    > Jenn
    >

    in reply to: Urgent help required #12670
    DEholnikof
    Participant

    BMartins wrote:
    > I have a friend using NV1 who is computer illiterate and is
    > unable to enter his computer in normal windows mode .

    Not to “nick-pick” but before you can expect any windows or nv programs to work correctly – Windows must work correctly.

    I would strongly suggest that your Friend “repair” whatever the problems are. You must be able to enter windows in normal mode (for any version). it will be impossible for any one to help, prior to Windows working correctly. Then, I will be glad to help you find any answers – afterward.

    Regards
    David

    in reply to: NVEXPORT #12668
    DEholnikof
    Participant

    Hi,

    As for the Warning Message – it would have been better called “Information” or “NOTE”
    While it is true that no transported NV1 Procedure will run in NV2 – I would strongly suggest bringing the entire set of books including all the procedures because often hidden information resides in the “Record View” such as Company Name.

    Regards
    David

    CGolden wrote:
    > Hi Walt.
    > When I asked before about this warning, I was told that the
    > only reason it’s even displayed is that some users may choose
    > to not bother bringing over this extra information if it’s a
    > procedure that is no longer used/needed. I had a user with the
    > same warning call me and they chose to delete the procedure
    > rather than bother dealing with it in NV2. It’s all the user’s
    > choice. You can leave it and ignore the warning or delete the
    > procedure(s) that give you the warning before exporting if you
    > never plan to use it again. I guess the reason for the warning
    > was just that they were trying to bring it to a user’s
    > attention, but I can appreciate why you were concerned/puzzled.
    >
    > Regards,
    > Craig

    in reply to: NVEXPORT #12660
    DEholnikof
    Participant

    HI,

    As a long time CC, I have a few “learned” opinions – to your questions.
    BUT Really QW Page should be providing answers.

    WGray wrote:
    > Since, QW Page does not want to respond to questions concerning the
    > NVEXPORT program,
    Hmm – I think they are just slow to respond. I’m a cc, and sometimes they are slow through this forum to even my questions.

    >does anyone know the reason(s) for the warnings that come up related to
    > locally brewed procedures?
    The very first draft of the export proc saw this as an error, and so it continues as a “Warning”

    > For instance, “Procedure INCCOMP has 1088 source lines?” is a warning I
    > received after running the recently revised NVEXPORT.
    Ah – any proc with more than 1,000 lines will generate this Warning Note.

    > This warning apparently has no “error” meaning and my understanding is
    > the current procedures will not convert, so I am curious as to why these
    > type of warnings would even come up.
    – None of the existing NV1 procs will be converted. They must all be re-written in the NV2 Procedure language.

    As to why the warnings still come up . . . That is a darn good question !!

    Regards
    David

    Post Edited (10-11-04 12:43)

    in reply to: UK Based NV experts #12659
    DEholnikof
    Participant

    Ah – usually that works, but sometimes not. As a quirk of Windows & NewViews, NewViews may not let you output to LPT2 or LPT3 “USE NET” only works with the first 3 LPT Printer Ports.

    So as a certainty – using LPT1 as the NET Printer will allow you to put nothing into the NV FILE NAME of the Print Options – and still have it directed to the NET Printer

    BUT – both methods will work, unless . . . .

    Enjoy the weekend Henry
    I’m off to Toronto for a few days of other work

    Regards
    David

    HMah wrote:
    > No problem David:
    > If you have a local printer connected to lpt1, use lpt2 for the network printer. Than change the Print Options to lpt2.

    in reply to: UK Based NV experts #12657
    DEholnikof
    Participant

    Ah – Not to step on anyone toes – Unless the printer is specifically listed for “line printing” or DOS, then not likely it will work. Most of the newer printers (including laser) use a graphics method.

    However it is a good idea to try!
    AND You can find more help in Windows on this command by searching “NET USE LPT1” from the “START => HELP and SUPPORT”

    You should use the command with “back slashes”
    NET USE LPT1 \MyComputerPrinterShareName

    the “MyComputer” can also be the IP Address of the Computer.
    Additionally you must be certain the network printer is allowed to share.

    And oh-by-the-way, you should NOT have a local printer using LPT1

    Regards
    David

    HMah wrote:
    > If you have setup up a Network printer than as long as it will
    > print dos documents NV can print to it.
    > Assign the Network printer to LPT1 using the command:
    > net use lpt1: //(network computer)/(printer name)

    Post Edited (10-01-04 11:40)

    in reply to: UK Based NV experts #12655
    DEholnikof
    Participant

    Ah – you may want to try “nvPRNq Beta 4”. You can download from http://www.prgms.com

    David

    CBowden wrote:
    > Are there any out there???? In particular we need help with
    > network printing to a laser printer
    >
    > Post Edited (09-30-04 12:10)

    in reply to: NV2 Release #12654
    DEholnikof
    Participant

    I believe, QW Page would love to have it released for Oct 1,
    But Ah, I do not think they will be ready for the end of this month. I do think that the end of the year will / could be possible.

    Regards
    David

    WGray wrote:
    > Anyone heard of anyone being notified by QW Page about the release of NV2? September has two weeks left as of today (16). If no one has yet been notified, it appears they will again miss their deadline.
    >
    > Their web site specifically says they will notify registered users two weeks before release.

    in reply to: Printing Dot Matrix #12648
    DEholnikof
    Participant

    HMah wrote:
    > As David mention check the length of your templates, they also
    > must be set to 60 not 66.

    Henry

    I have found some printers to require larger margins – so for testing I begin at 55 lines, and then increase.

    David

    in reply to: Printing Dot Matrix #12645
    DEholnikof
    Participant

    RTaylor wrote:
    > I have a customer using NewVIews. When printing, a blank page is inserted between each printed page. Is there a setting to turn this off or is it another issue?

    Depends . . . . it could be one of several things inside or outside of NewViews. Ah – check the first line of his NewViews print driver. Most likely it has OF – put it to “blank / null”

    Also you might want to check the page length of what you’re trying to print. If it is an invoice longer than 1 page, it will always kick out an extra page.

    > Customer also mentions about system freezing on occasion. He’s running Windows 2000 on Celeron 2.4 Ghz, 512 Ram Are there some optimal settings for memory management?

    Don’t take this the wrong way – Welcome to Windows !! Uh, let me pick a list of several thousand reasons why his system could freeze
    1 . . . 2 . . . .

    Hope this helps
    David

Viewing 15 posts - 31 through 45 (of 119 total)