realbasic-nug
[Top] [All Lists]

Wierd Problem while making Win32 Application

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Wierd Problem while making Win32 Application
From: Vibhu Mishra <bullet350 at spymac dot com>
Date: Thu, 1 Jul 2004 04:11:34 +0545
Delivered-to: realbasic-nug at lists dot realsoftware dot com
List-help: <mailto:realbasic-nug-request@lists.realsoftware.com?subject=help>
List-id: REALbasic NUG <realbasic-nug.lists.realsoftware.com>
List-post: <mailto:realbasic-nug@lists.realsoftware.com>
Greetings Everyone,

I'm new to this mailing list (just joined up), please excuse me if I err anywhere...

I'm working on a accounting software for Windows and have had a very wierd problem. There is this weekly report to be displayed, which contains 4 columns each day (4 X 7) = total 28 columns for data and 1 column for name.

The columns are "Opening Stock", "Receipts", "Issues" and "Balance" where the Receipts and Issues are retrieved for the database, and the balance and opening stock are calculated.

I've made four arrays Stock(7), Receipts(7), Issues(7) and Balance(7) for storing the data before I add them for printing.

The problem I'm having is that the Issues data which are retrieved from the database DO NOT SHOW UP in the array Issues(7), ON WINDOWS.

It is working fine on the Macintosh.... earlier I was running this on the Virtual PC 6.0 on my G4 where I didn't get any results, I put a MsgBox and actually saw that the data was not going into the array, but the same program when I compiled for OS X, worked fine giving accurate results without any change in the code...

I'm using 2 self defined methods for arranging the data, and they are working fine, as I was while running the application on Macintosh, but not in Windows, this results in complete mis-calculations, as the issues are not recorded, only Receipts are recorded and thus the balance keeps on increasing even when they are not supposed to...

I'd really appreciate any suggestions, pls feel free to email me directly or through the mailing list...

I could really use your help...

Thanks a lot,

Vibhu Mishra

| bullet350 at spymac dot com || vibhu_7872 at yahoo dot com |
| PowerMacintosh G4 500Mhz Dual AGP || Mac OS X 10.3.3 || REALbasic 5.2.1 OS X |
_______________________________________________
Unsubscribe or switch delivery mode:
<http://support.realsoftware.com/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>
  • Wierd Problem while making Win32 Application, Vibhu Mishra <=