Recent content by Zach Ahmed

  1. Z

    Resource Report

    Another question. I have a resource report. I need to create a variable and assign some value to this variable. I tried doing this in Report definition value (i.e. <Text>"[cString] = '" &amp; Replace([pt_phantom], "'", "''") &amp; "'"</Text>, however, this does not work. Any suggestion would...
  2. Z

    Resource Report

    thank you sir
  3. Z

    Resource Report

    Hi All, I have a resource report. It looks like the data source is Proxy. I am trying to find the location of .p file on Linux. Any suggestions as to where I may find the .p script ? thanks Zach
  4. Z

    Database location

    Thank you sir for your help. Zach
  5. Z

    Database location

    Hi Rob, Correct I mean location of the tables, the storage area or the physical location of the table. Previous DBA have created some tables and linked it to the QAD tables. I can browse these tables, however, I need to know the physical location of these tables as well. thanks Zach
  6. Z

    Database location

    Hi All, We have progress 4gl database on Linux. We have a custom tables. Now I need help in finding the location for custom and non-custom tables in Progress database. thanks Zach
  7. Z

    Object reference not set to an instance of an object

    Hi All, I received an error: Object reference not set to an instance of an object. I read the suggestions on this forums. I was wondering if there are kb article on this topic for QAD. thanks Zach
  8. Z

    Logs

    Hi All, I need help on setting the size for the following logs to less than 2 GB: srvrLogThreshold brkrLogThreshold I also need to set the following threshold: appserver.<appserver name>.brkrlogthreshold=104857600 appserver.<appserver name>.brkrnumlogfiles=5 appserver.<appserver...
  9. Z

    Boolean value

    Hi Stefan, thanks for getting back to me. Do you have list of steps I can perform in order to debug my progress script on Linux by using Window VNC. thanks Zach
  10. Z

    Boolean value

    I resolved it by creating integer and assigning 1 to the integer if input tog_all value is yes.
  11. Z

    Frame

    I created the following frame: form skip(1) part colon 15 part1 colon 50 inv colon 15 inv1 colon 50 idate colon 15 idate1 colon 50 sonbr colon 15 sonbr1...
  12. Z

    Boolean value

    I think I have solve this issue. thanks Zach
  13. Z

    Boolean value

    Hi All, I define a Boolean value as: define variable tog_all as logical initial yes label "All". define variable tog_demo as logical initial no label "Demo". define variable log_all as integer. define variable log_demo as integer. I want the value of tog_demo to be yes. Here is my code if...
  14. Z

    Connect Linux Progress database on Linus to SQL Server

    Hi Rob, I want to be able to manipulate data Progress database which is on Linux using SSMS (SQL Server Management Studio) which is on Window server. This is allow me to use SSIS packages. I have been able to do exactly that, however, the Progress database is on Window and not on Linux. So...
Top