Posts by Alef Ribeiro • 23 points
9 posts
-
0
votes1
answer32
viewsQ: How to define Section position
I have a bootstrap web page with 4 sections that if you use the buttons in Nav bar changes between sections, however when I click the button is not centered it eats a bit of the next If I had any…
-
0
votes1
answer359
viewsQ: Change image resolution via java code
speaks galera to coming up with a program to automate posting on a blog, and I need the images to be 500x500 always have how I receive the file and resize via code in java?
-
0
votes1
answer120
viewsQ: How to display only the variable value in Progress
to create a program and would like to display only the value of the variable in Display without the name, has how to do this ? DISPLAY "Nota Fiscal do dia" vDia "do mes"vMes "do ano de"vAno . there…
-
0
votes1
answer585
viewsQ: How do I use the date range in Progress 4gl
I’m doing a program to list list customer Number of applications Order quantity per customer all for the month of February 2015 as I would do to catch only the interval of >= 01/02/2015…
progress-4glasked Alef Ribeiro 23 -
0
votes2
answers150
viewsA: Scanner is not reading all the text it receives
got public static void main(String[] args) { String colunas = " "; System.out.println("Cole o texto a ser quebrado por virgula :"); Scanner entrada = new Scanner(System.in); while(entrada.hasNext())…
-
0
votes2
answers150
viewsQ: Scanner is not reading all the text it receives
I’m creating a program whose idea was to take a text with a few words and break them in ",". Only you are reading only up to a part of the text. Follow the code and text below: public static void…
-
0
votes1
answer610
viewsQ: Fill FILL-IN with Browser data
I’m trying to create a kind of simple CRUD I got to this point but still have half failed my code, to using the window type Appbuilder I have a screen with "New" "Change" "Delete" "Save" but when I…
-
0
votes3
answers512
viewsA: How to make a simple CRUD using Temp-table
I’ve been working on the Uilder app and arrived at it but I’m still lost, I want to create a simple registration add information in a temp-table edit, delete or add more this, I made a small screen…
-
1
votes3
answers512
viewsQ: How to make a simple CRUD using Temp-table
I’m starting at Progress 4gl, and would like to learn how to make a simple customer registration or anything related to a CRUD. I would like to do using temp-Tables. I’ve been researching and I’ve…